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,096 次查看
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 解答
831 次查看
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 回复
832 次查看
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 项奖励