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
Solved! Go to Solution.
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,
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,