Which meta do I have to use to build an image based on Yocto Fido 1.8?

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

Which meta do I have to use to build an image based on Yocto Fido 1.8?

ソリューションへジャンプ
1,695件の閲覧回数
giorgiopresciut
Contributor II

Dear NXP Community,

I'm trying to build an image for an imx6qsabresd board using Yocto Fido 1.8. Which are the freescale's meta I need to use?

Browsing Google I've found this link: FSL Community BSP that mentions the following metas:

Do I need to use them or the old "meta-fsl-arm-extra", "meta-fsl-demos" metas? Does this new metas support Yocto 1.8?

Thanks in advance for your time

Regards,

Fabio

ラベル(3)
0 件の賞賛
返信
1 解決策
1,430件の閲覧回数
gusarambula
NXP TechSupport
NXP TechSupport

Hello Giorgio Presciutti,

The FSL Community BSP is actually composed of those three layers and a couple more. If you were to import those three layers you would find out that a lot of dependencies are not met (mainly from poky and open embedded).

Please follow the directions on the Documentation section of the FSL Community BSP in order to retrieve all the layers of the Community BSP.

$ repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b fido

$ repo sync

You would then need to setup the bitbake environment using the script and it will configure your build directory with all the necessary layers to build an image for your board.

I hope this information helps!

Regards,

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
1,431件の閲覧回数
gusarambula
NXP TechSupport
NXP TechSupport

Hello Giorgio Presciutti,

The FSL Community BSP is actually composed of those three layers and a couple more. If you were to import those three layers you would find out that a lot of dependencies are not met (mainly from poky and open embedded).

Please follow the directions on the Documentation section of the FSL Community BSP in order to retrieve all the layers of the Community BSP.

$ repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b fido

$ repo sync

You would then need to setup the bitbake environment using the script and it will configure your build directory with all the necessary layers to build an image for your board.

I hope this information helps!

Regards,

0 件の賞賛
返信