修改build-dir/conf/local.conf配置文件

 
yocto编译加速及单独编译内核与uboot
原文配图

 

bitbake命令单独编译u-boot:
$ bitbake -c compile -f u-boot-imx
$ bitbake -c deploy -f u-boot-imx        //部署编译生成的u-boot镜像到deploy
bitbake命令单独编译kernel:
bitbake -c compile -f linux-imx       //编译内核
bitbake -c deploy -f linux-imx        //部署内核镜像到deploy目录
 
 
 
YOCTO学习

 

 

相关文章:

  • 2021-10-16
  • 2021-09-13
  • 2021-07-22
  • 2022-12-23
  • 2021-08-14
  • 2021-04-10
  • 2021-06-23
猜你喜欢
  • 2021-05-03
  • 2021-12-28
  • 2022-12-23
  • 2021-09-20
  • 2022-12-23
  • 2021-12-29
相关资源
相似解决方案