Hi NXP Team,
I am trying to build a Linux custom root file system image for board "mys6ull14x14" which I can flash on the MYS-6ULX-IoT evaluation kit.
I have followed the steps given by the Myirtech team in the developer guide manual. I have shared the same for your reference. When I am trying to build "bitbake core-image-base" I am getting below build error.
Can you please let me know the fix for this issue?
For your information, I am using VM ubuntu-16.04.5-desktop-amd64.
I have downloaded Yocto toolchain sdk, fsl-release-yocto, Yocto-downloads, MYiR-iMX-Linux and MYiR-iMX-Uboot source code downloaded from http://down.myir-tech.com/MYS-6ULX/
Regards,
Kalyan
Build Configuration:
BB_VERSION = "1.30.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "universal"
TARGET_SYS = "arm-poky-linux-gnueabi"
MACHINE = "imx6qsabresd"
DISTRO = "poky"
DISTRO_VERSION = "2.1.1"
TUNE_FEATURES = "arm armv7a vfp thumb neon callconvention-hard cortexa9"
TARGET_FPU = "hard"
meta
meta-poky = "HEAD:f5da2a5913319ad6ac2141438ba1aa17576326ab"
meta-oe
meta-multimedia = "HEAD:247b1267bbe95719cd4877d2d3cfbaf2a2f4865a"
meta-fsl-arm = "HEAD:be78894e4682f111575470fb23e51e6ba523508d"
meta-fsl-arm-extra = "HEAD:3dfb82fc7e703eae9891b3ffda0e9393701f2396"
meta-fsl-demos = "HEAD:a165068f8a0d1cf29aabe4b4053f28be1c2aa492"
meta-bsp
meta-sdk = "krogoth_4.1.15-2.0.1:4978e58395084c621e2e2a82e3c6a27de8917b7d"
meta-browser = "HEAD:77736988073a5d90fcff9d0005c8477332ede387"
meta-gnome
meta-networking
meta-python
meta-filesystems = "HEAD:247b1267bbe95719cd4877d2d3cfbaf2a2f4865a"
meta-qt5 = "HEAD:ccae79be69c5268df3b47e4e14cea0591c39a531"
meta-myir-imx6ulx = "<unknown>:<unknown>"
meta-swupdate = "morty:0d002a33aaecfc134434c98332cf9da034cf6515"
NOTE: Preparing RunQueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
WARNING: u-boot-fw-utils-2016.03-r0 do_fetch: Failed to fetch URL git://///home/kalyan/MYiR-iMX-Uboot;protocol=file;branch=myd-y6ulx-hmi, attempting MIRRORS if available
ERROR: u-boot-fw-utils-2016.03-r0 do_fetch: Fetcher failure: Unable to find revision 4b094406a0c17db99552ed3631000b9bfd8fee65 in branch myd-y6ulx-hmi even from upstream
ERROR: u-boot-fw-utils-2016.03-r0 do_fetch: Function failed: Fetcher failure for URL: 'git://///home/kalyan/MYiR-iMX-Uboot;protocol=file;branch=myd-y6ulx-hmi'. Unable to fetch URL from any source.
ERROR: Logfile of failure stored in: /home/kalyan/mys6ulx-dev/fsl-release-bsp/mys-custom-build/tmp/work/imx6qsabresd-poky-linux-gnueabi/u-boot-fw-utils/2016.03-r0/temp/log.do_fetch.13012
ERROR: Task 371 (/home/kalyan/mys6ulx-dev/fsl-release-bsp/sources/poky/meta/recipes-bsp/u-boot/u-boot-fw-utils_2016.03.bb, do_fetch) failed with exit code '1'
NOTE: Tasks Summary: Attempted 2007 tasks of which 1999 didn't need to be rerun and 1 failed.
Waiting for 0 running tasks to finish:
Summary: 1 task failed:
/home/kalyan/mys6ulx-dev/fsl-release-bsp/sources/poky/meta/recipes-bsp/u-boot/u-boot-fw-utils_2016.03.bb, do_fetch
Summary: There were 2 WARNING messages shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
kalyan@kalyan-VirtualBox:~/mys6ulx-dev/fsl-release-bsp/mys-custom-build$