I got the following error attempting to "bitbake core-image-base" for mys6ul14x14:
ERROR: ParseError at /home/totalit/MYS6ULx-devel/fsl-release-yocto/sources/meta-myir-imx6ulx/recipes-fsl/images/fsl-image-gui.bb:4: Could not include required file recipes-fsl/images/fsl-image-validation-imx.bb
I tried to copy this file from meta-fsl-bsp-release directory, but it entails another error.
I'm using MYS-6ULX full package and didn't modify any file except bblayers (it can't find the machine folder without it).
解決済! 解決策の投稿を見る。
Hello totallit,
Please Don't do that; this is ugly! You can get similar result using: IMAGE_FEATURES += "tools-sdk" in your local.conf and building: bitbake fsl-image-multimedia .On the other hand, the fsl-image*.bb image recipes are under sources/meta-fsl-demos/recipes-fsl/images/
Try to download the version 5.10.35 of the BSP and follow up the Yocto User guide document to run yocto on MX6ULL.
Regards
Hello totallit,
Please Don't do that; this is ugly! You can get similar result using: IMAGE_FEATURES += "tools-sdk" in your local.conf and building: bitbake fsl-image-multimedia .On the other hand, the fsl-image*.bb image recipes are under sources/meta-fsl-demos/recipes-fsl/images/
Try to download the version 5.10.35 of the BSP and follow up the Yocto User guide document to run yocto on MX6ULL.
Regards
Finally, I've created an image using the last BSP and according to Yocto User guide (instead of MYS packages and MYS linux guide). Thank you for the tip!