I have a i3rd party imx6 based board called the wandboard-quad it uses bitbake build images provided from NXP freescale.
While some of the simpler build images like core-image-minimal build without error, the larger images like core-image-sato give build errors. Where would be the right location (url to post my errors?).
FYI here is error log from attempted hob build of machine wandboard, and image core-image-minimal
Note I can do core-image-minimal and I believe core-image-base too,
Build Configuration:
BB_VERSION = "1.24.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "Ubuntu-16.04"
TARGET_SYS = "arm-poky-linux-gnueabi"
MACHINE = "wandboard-quad"
DISTRO = "poky"
DISTRO_VERSION = "1.7.3"
TUNE_FEATURES = "arm armv7a vfp neon callconvention-hard cortexa9"
TARGET_FPU = "vfp-neon"
meta
meta-yocto
meta-yocto-bsp = "dizzy:fb8bf6a75e9ac04d5c6213d3e2f097302f83405f"
meta-fsl-arm = "daisy:0c4de80867c3ab4e9682dd7802d3fd907d1e1a23"
meta-fsl-arm-extra = "daisy:c95f3f8b5b347f1b3e77d2d11063207ddb7dc5ec"
NOTE: Preparing runqueue
NOTE: Executing SetScene Tasks
NOTE: Running setscene task 1824 of 1868 (/home/parallels/yp/sources/poky/meta/recipes-support/gmp/gmp_6.0.0.bb, do_package_setscene)
NOTE: recipe gmp-6.0.0-r0: task do_package_setscene: Succeeded
NOTE: Executing RunQueue Tasks
NOTE: Running task 2829 of 4612 (ID: 3788, /home/parallels/yp/sources/poky/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb, do_install)
NOTE: Running task 2855 of 4612 (ID: 1557, /home/parallels/yp/sources/poky/meta/recipes-graphics/xorg-driver/xf86-input-evdev_2.9.0.bb, do_unpack)
NOTE: recipe xf86-input-evdev-2_2.9.0-r0: task do_unpack: Succeeded
NOTE: Running task 2856 of 4612 (ID: 1039, /home/parallels/yp/sources/poky/meta/recipes-connectivity/connman/connman-conf.bb, do_unpack)
NOTE: recipe connman-conf-1.0-r2: task do_unpack: Succeeded
NOTE: Running task 2858 of 4612 (ID: 867, /home/parallels/yp/sources/poky/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.1.bb, do_unpack)
NOTE: recipe xdpyinfo-1_1.3.1-r0: task do_unpack: Succeeded
NOTE: Running task 2860 of 4612 (ID: 3865, /home/parallels/yp/sources/poky/meta/recipes-graphics/xorg-app/xinit_1.3.3.bb, do_patch)
NOTE: recipe xinit-1_1.3.3-r0: task do_patch: Succeeded
NOTE: Running task 2861 of 4612 (ID: 2356, /home/parallels/yp/sources/poky/meta/recipes-support/user-creation/xuser-account_0.1.bb, do_patch)
NOTE: recipe xuser-account-0.1-r0: task do_patch: Succeeded
NOTE: Running task 2863 of 4612 (ID: 2022, /home/parallels/yp/sources/poky/meta/recipes-graphics/xtscal/xtscal_0.6.3.bb, do_patch)
ERROR: Function failed: do_install (log file is located at /home/parallels/yp/sources/build-wandboard/tmp/work/all-poky-linux/linux-firmware/1_0.0+gitAUTOINC+ec89525b2a-r0/temp/log.do_install.18634)
NOTE: recipe linux-firmware-1_0.0+gitAUTOINC+ec89525b2a-r0: task do_install: Failed
ERROR: Task 3788 (/home/parallels/yp/sources/poky/meta/recipes-kernel/linux-firmware/linux-firmware_git.bb, do_install) failed with exit code '1'
NOTE: Running task 2864 of 4612 (ID: 1918, /home/parallels/yp/sources/poky/meta/recipes-graphics/xorg-app/xmodmap_1.0.8.bb, do_patch)
NOTE: recipe xtscal-0.6.3-r13: task do_patch: Succeeded
NOTE: recipe xmodmap-1_1.0.8-r0: task do_patch: Succeeded
NOTE: Tasks Summary: Attempted 2864 tasks of which 2856 didn't need to be rerun and 1 failed.
Hi Ron,
Wanboard is not supported by NXP. If you are interested in professional services you may conatct www.nxp.com/services
Regards,
Carlos
More info and a question about the nxp freescale yocto downloads I am using, that as you can see use dizzy and daisy yocto releases. Dizzy and Daisy were both released in 2014 and I am seeing a build warning that my Ubuntu 16.04 host may have builds.
meta-yocto-bsp = "dizzy:fb8bf6a75e9ac04d5c6213d3e2f097302f83405f"
meta-fsl-arm = "daisy:0c4de80867c3ab4e9682dd7802d3fd907d1e1a23"
meta-fsl-arm-extra = "daisy:c95f3f8b5b347f1b3e77d2d11063207ddb7dc5ec"
So questions ...
1- meta-yocto-bsp is a dizzy release where the others are daisy, that is what is currently available for download, nothing newer? Is it OK mixing release versions?
2- should I use a older Ubuntu 14.04 release? Will I have not see the warning about a unsupported host for the downloads?