1、自己编写或者从meta-openembedded git 库中下载需要的meta-xxx layer
2、修改build/layer.conf 在其中加入刚添加的layer
这个时候bitbake -s 就应该可以看到新加入的layer中的recipes了
3、在build local.conf 中设定的machine 对应的 bsp层中的machine配置文件中,
加入想要最终放入rootfs的菜单
image_install_append = "
... \
... \
example \
"
4、build 一次
这个时候应该就可以再tmp文件夹中对应的rootfs目录下,看到希望加入的文件了
5、 打包rootfs, bingo!