yocto 项目编译
1. 编译整个项目
构建编译环境: ~/fsl_6dl_release$ MACHINE=imx6dlsabresd source fsl-setup-release.sh -b build-wayland/ -e wayland
编译项目:~/fsl_6dl_release/build-wayland$ bitbake fsl-image-qt5
编译结果及路径如下
2. 单独编译uboot
~/fsl_6dl_release/build-wayland$ bitbake -c compile -f u-boot-imx
~/fsl_6dl_release/build-wayland$ bitbake -c deploy -f u-boot-imx
3. 单独编译kernel
~/fsl_6dl_release/build-wayland$ bitbake -c menuconfig -f linux-imx
~/fsl_6dl_release/build-wayland$ bitbake -c compile -f linux-imx
~/fsl_6dl_release/build-wayland$ bitbake -c deploy -f linux-imx
编译完成结果