By: fulinux
E-mail: fulinux@sina.com
Blog: https://blog.youkuaiyun.com/fulinus
喜欢的盆友欢迎点赞和订阅!
你的喜欢就是我写作的动力!
返回总目录:Yocto开发讲解系列 - 总目录
问题简述
最新版本的yocto是v3.4, 对应的代号是honister。这个版本中bb文件的命名方法有了改变,比如XXX_append
就都改成XXX:append
形式了。很显然此类语法太多了逐一修改太费时间了。
同样,我在将自己的meta-mylayer添加到新版本的poky中去的时候发现类似如下问题:
build]$ bitbake core-image-sato
ERROR: Variable PACKAGECONFIG_append_pn-qemu-system-native contains an operation using the old override syntax. Please convert this layer/metadata before attem