【发布时间】:2017-01-31 22:04:27
【问题描述】:
我是 Yocto 项目的新手。
问题在于使用源代码编辑进行重建。
我尝试的流程如下。
构建 Yocto 项目 (bitbake core-image-weston)
构建后,我编辑了 weston 源代码。 ( build/tmp/work/aarch64-poky-linux/weston/1.9.0-r0/git/ivi-shell/hmi-controller.c )
-
重新构建 Yocto 项目。 (我不知道如何重建它,所以我尝试了很多方法。)
- bitbake core-image-weston
- bitbake 韦斯顿
- bitbake weston -c -f 编译 bitbake weston -c -f 部署
- bitbake weston -c -f 重建
- bitbake weston -c -f build
我检查了输出 rootfs:core-image-weston-.tar.bz 但它没有改变。 (我添加了一个导致构建错误的错误代码,但从未发生过构建错误!)
所以,我希望知道如何编辑源代码(weston)并正确构建它。 最后,我希望能够正确构建 rootfs。
谢谢。
【问题讨论】: