Yocto - Make Custom machine layer

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Yocto - Make Custom machine layer

2,925件の閲覧回数
joshkurland
Contributor IV

Hello,

I would like to add a new layer for a custom board based on the ls1021atwr.  Up till now, I have made the changes directly to the meta-fsl-arm layer.  In particular, I need change the ls1021atwr.conf machine configuration file to use a different u-boot and kernel.  Will I be able to use the same 'ls1021atwr.conf', with changes, inside a new higher-priority yocto layer?  Or will I instead need to create a new BSP layer in order to support a new machine configuration?

Thank you,

Josh Kurland

ラベル(1)
タグ(2)
0 件の賞賛
返信
1 返信

2,207件の閲覧回数
joshkurland
Contributor IV

I was able to partially answer my own question.  In short, no, it is not possible to use layer priority with configuration files.

From the Yocto Manual, "Also, the layer priority does not currently affect the precedence order of .conf or.bbclass files. Future versions of BitBake might address this."

( Yocto Project Development Manual , 5.1.6 Prioritizing Your Layer)