By: fulinux
E-mail: [email protected]
Blog: https://blog.csdn.net/fulinus
喜欢的盆友欢迎点赞和订阅!
你的喜欢就是我写作的动力!
OpenEmbedded构建系统概念
继续上一篇的内容
Distro Layer
Distro Layer为自己的发行版提供策略配置。最好的做法就是在自己的Layer中定义相关类型的配置,起到隔离的作用。比如bitbake工具可以在conf/local.conf配置文件中找到与meta-poky/conf/distro/distro.conf文件中同名的参数设置时会重载后面的配置,意思是build/conf/local.conf配置优先meta-poky/conf/distro/distro.conf文件中的配置。
build]$ ls ../meta-poky/
classes conf README.poky recipes-core
下面是Distro Layer中一些代表性目录的解释和参考: