yocto-第38篇-beaglebone-yocto.conf配置分析之PREFERRED_PROVIDER变量

By: fulinux
E-mail: [email protected]
Blog: https://blog.csdn.net/fulinus
喜欢的盆友欢迎点赞和订阅!
你的喜欢就是我写作的动力!

目录

    • beaglebone-yocto.conf
      • PREFERRED_PROVIDER_virtual/xxxx

beaglebone-yocto.conf

首先我们是在 build/conf/local.conf文件中定义了MACHINE的值,如下:

MACHINE ?= "beaglebone-yocto"

因此我们可以在所有包含的layers中找找相应的${MACHINE}.conf文件,所说的layers就是BBLAYERS变量定义的:

cat build/conf/bblayers.conf
...
BBLAYERS ?

你可能感兴趣的:(yocto开发篇,yocto,PREFERRED,PROVIDER,virtual/kernel,beaglebone)