Building Your Own Embedded Linux Image - fail
-
My system setup:
- ubuntu 16.04 LTS
- QT 5.9.3 and QT Device Creation 4.6.0 Boot to QT Software Stack has the Version 5.9.3 (only sources) and 5.10.1 (Sources and RaspberryPi3)
i have trouble building an boot2qt image with the instuction from the wiki.
http://doc.qt.io/QtForDeviceCreation/qtee-custom-embedded-linux-image.html
i also tryed to build a image for my second controller
http://variwiki.com/index.php?title=B2QT_Build_Release&release=RELEASE_MORTY_B2QT_V1.1_DART-6ULboth bitbakes have a lot of warnings "checksum mismatch" and also errors "checksum failure fetching"...
i get the same errors if i try to bitbake the image for the rsp3.hopefully someone can help me. I have no idea what im doing wrong!
embedded@embedded-desktop:~/embedded_i.mx6ul/meta-variscite-boot2qt$ ./b2qt-init-build-env init --device imx6ul-var-dart
repo has been initialized in /home/embedded/embedded_i.mx6ul/meta-variscite-boot2qt
Fetching project meta-freescale-3rdparty
Fetching project poky
Fetching project meta-qt5
Fetching project meta-freescale-distro
Fetching project meta-freescale
Fetching project meta-openembedded
Fetching project meta-variscite-fslc
Fetching project meta-mingwembedded@embedded-desktop:~/embedded_i.mx6ul/meta-variscite-boot2qt$ MACHINE=imx6ul-var-dart source ./setup-environment.sh
Shell environment set up for builds.
You can now run 'bitbake <target>'
embedded@embedded-desktop:~/embedded_i.mx6ul/meta-variscite-boot2qt/build-imx6ul-var-dart$ MACHINE=imx6ul-var-dart bitbake b2qt-embedded-qt5-image
Parsing recipes: 100% |######################################################################################################################################################################| Time: 0:01:00
Parsing of 2176 .bb files complete (0 cached, 2176 parsed). 2909 targets, 439 skipped, 3 masked, 0 errors.
NOTE: Resolving any missing task queue dependenciesBuild Configuration:
BB_VERSION = "1.32.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "Ubuntu-16.04"
TARGET_SYS = "arm-poky-linux-gnueabi"
MACHINE = "imx6ul-var-dart"
DISTRO = "b2qt"
DISTRO_VERSION = "2.2.2"
TUNE_FEATURES = "arm armv7ve vfp thumb neon callconvention-hard cortexa7"
TARGET_FPU = "hard"
SDKMACHINE = "x86_64"
meta
meta-poky = "HEAD:e2fcc721c2af8e2785a91eaceea1d81f503ea2ec"
meta-freescale = "HEAD:05681fdf8298bb441c15135eae424c7601b07e98"
meta-freescale-3rdparty = "HEAD:1879485e63ce369292c89b5902ff6df13509090b"
meta-freescale-distro = "HEAD:cd5c7a2539f40004f74126e9fdf08254fd9a6390"
meta-variscite-fslc = "HEAD:6c21fddc6215d303232ce13b8617be327cab1692"
meta-oe
meta-python
meta-networking
meta-initramfs
meta-multimedia = "HEAD:b40116cf457b88a2db14b86fda9627fb34d56ae6"
meta-boot2qt
meta-fsl-extras = "morty-var01:47a2f457c776d1c841f4d54a5b35485dd09ff4b6"
meta-mingw = "HEAD:4a621def8529c3a55c6fcaef72e3b1832a9327b3"
meta-qt5 = "HEAD:e0db5666f9c04c92683514ca220b0aafd0a49df2"NOTE: Fetching uninative binary shim from http://downloads.yoctoproject.org/releases/uninative/1.7/x86_64-nativesdk-libc.tar.bz2;sha256sum=ed033c868b87852b07957a4400f3b744c00aef5d6470346ea1a59b6d3e03075e
--2018-03-28 16:09:27-- http://yocto-cache.intra.qt.io/sources/x86_64-nativesdk-libc.tar.bz2
Resolving yocto-cache.intra.qt.io (yocto-cache.intra.qt.io)... 62.138.238.45, 62.138.239.45
Connecting to yocto-cache.intra.qt.io (yocto-cache.intra.qt.io)|62.138.238.45|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://navigationshilfe1.t-online.de/dnserror?url=yocto-cache.intra.qt.io/ [following]
--2018-03-28 16:09:28-- http://navigationshilfe1.t-online.de/dnserror?url=yocto-cache.intra.qt.io/
Resolving navigationshilfe1.t-online.de (navigationshilfe1.t-online.de)... 62.138.239.45, 62.138.238.45
Reusing existing connection to yocto-cache.intra.qt.io:80.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: ‘/home/embedded/embedded_i.mx6ul/meta-variscite-boot2qt/build-imx6ul-var-dart/../downloads/uninative/ed033c868b87852b07957a4400f3b744c00aef5d6470346ea1a59b6d3e03075e/x86_64-nativesdk-libc.tar.bz2’0K 12.3M=0s
2018-03-28 16:09:28 (12.3 MB/s) - ‘/home/embedded/embedded_i.mx6ul/meta-variscite-boot2qt/build-imx6ul-var-dart/../downloads/uninative/ed033c868b87852b07957a4400f3b744c00aef5d6470346ea1a59b6d3e03075e/x86_64-nativesdk-libc.tar.bz2’ saved [540]
WARNING: Checksum mismatch for local file /home/embedded/embedded_i.mx6ul/meta-variscite-boot2qt/build-imx6ul-var-dart/../downloads/uninative/ed033c868b87852b07957a4400f3b744c00aef5d6470346ea1a59b6d3e03075e/x86_64-nativesdk-libc.tar.bz2
Cleaning and trying again.
WARNING: Renaming /home/embedded/embedded_i.mx6ul/meta-variscite-boot2qt/build-imx6ul-var-dart/../downloads/uninative/ed033c868b87852b07957a4400f3b744c00aef5d6470346ea1a59b6d3e03075e/x86_64-nativesdk-libc.tar.bz2 to /home/embedded/embedded_i.mx6ul/meta-variscite-boot2qt/build-imx6ul-var-dart/../downloads/uninative/ed033c868b87852b07957a4400f3b744c00aef5d6470346ea1a59b6d3e03075e/x86_64-nativesdk-libc.tar.bz2_bad-checksum_9dafa6e48403ed85409a81200bee6d1a
ERROR: Checksum failure fetching http://downloads.yoctoproject.org/releases/uninative/1.7/x86_64-nativesdk-libc.tar.bz2;sha256sum=ed033c868b87852b07957a4400f3b744c00aef5d6470346ea1a59b6d3e03075e
WARNING: Disabling uninative as unable to fetch uninative tarball: Fetcher failure for URL: 'http://downloads.yoctoproject.org/releases/uninative/1.7/x86_64-nativesdk-libc.tar.bz2;sha256sum=ed033c868b87852b07957a4400f3b744c00aef5d6470346ea1a59b6d3e03075e'. Checksum mismatch!
File: '/home/embedded/embedded_i.mx6ul/meta-variscite-boot2qt/build-imx6ul-var-dart/../downloads/uninative/ed033c868b87852b07957a4400f3b744c00aef5d6470346ea1a59b6d3e03075e/x86_64-nativesdk-libc.tar.bz2' has sha256 checksum 67f364342f2d49b0642aacd229ec21eb4bea6df1b424b6753c936266158dfa10 when ed033c868b87852b07957a4400f3b744c00aef5d6470346ea1a59b6d3e03075e was expected
If this change is expected (e.g. you have upgraded to a new version without updating the checksums) then you can use these lines within the recipe:
SRC_URI[md5sum] = "9dafa6e48403ed85409a81200bee6d1a"
SRC_URI[sha256sum] = "67f364342f2d49b0642aacd229ec21eb4bea6df1b424b6753c936266158dfa10"
Otherwise you should retry the download and/or check with upstream to determine if the file has become corrupted or otherwise unexpectedly modified.WARNING: To build your own uninative loader, please bitbake uninative-tarball and set UNINATIVE_TARBALL appropriately.
Initialising tasks: 100% |###################################################################################################################################################################| Time: 0:00:10
Checking sstate mirror object availability: 100% |###########################################################################################################################################| Time: 0:00:10
NOTE: Executing SetScene Tasks
WARNING: Logfile for failed setscene task is /home/embedded/embedded_i.mx6ul/meta-variscite-boot2qt/build-imx6ul-var-dart/tmp/work/cortexa7hf-neon-poky-linux-gnueabi/libcap/2.25-r0/temp/log.do_package_write_ipk_setscene.2935... some more errors and warnings... between beginning and end section
ERROR: quilt-native-0.64-r0 do_fetch: Checksum failure fetching http://download.savannah.gnu.org/releases/quilt/quilt-0.64.tar.gz
ERROR: quilt-native-0.64-r0 do_fetch: Fetcher failure for URL: 'http://download.savannah.gnu.org/releases/quilt/quilt-0.64.tar.gz'. Checksum mismatch!
File: '/home/embedded/embedded_i.mx6ul/meta-variscite-boot2qt/build-imx6ul-var-dart/../downloads/quilt-0.64.tar.gz' has md5 checksum 9dafa6e48403ed85409a81200bee6d1a when fc0310db5868a0873d602d4332a76d43 was expected
File: '/home/embedded/embedded_i.mx6ul/meta-variscite-boot2qt/build-imx6ul-var-dart/../downloads/quilt-0.64.tar.gz' has sha256 checksum 67f364342f2d49b0642aacd229ec21eb4bea6df1b424b6753c936266158dfa10 when c4bfd3282214a288e8d3e921ae4d52e73e24c4fead72b5446752adee99a7affd was expected
If this change is expected (e.g. you have upgraded to a new version without updating the checksums) then you can use these lines within the recipe:
SRC_URI[md5sum] = "9dafa6e48403ed85409a81200bee6d1a"
SRC_URI[sha256sum] = "67f364342f2d49b0642aacd229ec21eb4bea6df1b424b6753c936266158dfa10"
Otherwise you should retry the download and/or check with upstream to determine if the file has become corrupted or otherwise unexpectedly modified.ERROR: quilt-native-0.64-r0 do_fetch: Function failed: base_do_fetch
ERROR: Logfile of failure stored in: /home/embedded/embedded_i.mx6ul/meta-variscite-boot2qt/build-imx6ul-var-dart/tmp/work/x86_64-linux/quilt-native/0.64-r0/temp/log.do_fetch.16663
WARNING: m4-native-1.4.17-r0 do_fetch: Checksum mismatch for local file /home/embedded/embedded_i.mx6ul/meta-variscite-boot2qt/build-imx6ul-var-dart/../downloads/m4-1.4.17.tar.gz
Cleaning and trying again.
WARNING: m4-native-1.4.17-r0 do_fetch: Renaming /home/embedded/embedded_i.mx6ul/meta-variscite-boot2qt/build-imx6ul-var-dart/../downloads/m4-1.4.17.tar.gz to /home/embedded/embedded_i.mx6ul/meta-variscite-boot2qt/build-imx6ul-var-dart/../downloads/m4-1.4.17.tar.gz_bad-checksum_9dafa6e48403ed85409a81200bee6d1a
ERROR: m4-native-1.4.17-r0 do_fetch: Checksum failure fetching http://ftp.gnu.org/gnu/m4/m4-1.4.17.tar.gz
ERROR: m4-native-1.4.17-r0 do_fetch: Fetcher failure for URL: 'http://ftp.gnu.org/gnu/m4/m4-1.4.17.tar.gz'. Checksum mismatch!
File: '/home/embedded/embedded_i.mx6ul/meta-variscite-boot2qt/build-imx6ul-var-dart/../downloads/m4-1.4.17.tar.gz' has md5 checksum 9dafa6e48403ed85409a81200bee6d1a when a5e9954b1dae036762f7b13673a2cf76 was expected
File: '/home/embedded/embedded_i.mx6ul/meta-variscite-boot2qt/build-imx6ul-var-dart/../downloads/m4-1.4.17.tar.gz' has sha256 checksum 67f364342f2d49b0642aacd229ec21eb4bea6df1b424b6753c936266158dfa10 when 3ce725133ee552b8b4baca7837fb772940b25e81b2a9dc92537aeaf733538c9e was expected
If this change is expected (e.g. you have upgraded to a new version without updating the checksums) then you can use these lines within the recipe:
SRC_URI[md5sum] = "9dafa6e48403ed85409a81200bee6d1a"
SRC_URI[sha256sum] = "67f364342f2d49b0642aacd229ec21eb4bea6df1b424b6753c936266158dfa10"
Otherwise you should retry the download and/or check with upstream to determine if the file has become corrupted or otherwise unexpectedly modified.ERROR: m4-native-1.4.17-r0 do_fetch: Function failed: base_do_fetch
ERROR: Task (/home/embedded/embedded_i.mx6ul/meta-variscite-boot2qt/sources/poky/meta/recipes-devtools/quilt/quilt-native_0.64.bb:do_fetch) failed with exit code '1'
ERROR: Logfile of failure stored in: /home/embedded/embedded_i.mx6ul/meta-variscite-boot2qt/build-imx6ul-var-dart/tmp/work/x86_64-linux/m4-native/1.4.17-r0/temp/log.do_fetch.16666
WARNING: libtool-native-2.4.6-r0 do_fetch: Checksum mismatch for local file /home/embedded/embedded_i.mx6ul/meta-variscite-boot2qt/build-imx6ul-var-dart/../downloads/libtool-2.4.6.tar.gz
Cleaning and trying again.
WARNING: libtool-native-2.4.6-r0 do_fetch: Renaming /home/embedded/embedded_i.mx6ul/meta-variscite-boot2qt/build-imx6ul-var-dart/../downloads/libtool-2.4.6.tar.gz to /home/embedded/embedded_i.mx6ul/meta-variscite-boot2qt/build-imx6ul-var-dart/../downloads/libtool-2.4.6.tar.gz_bad-checksum_9dafa6e48403ed85409a81200bee6d1a
ERROR: libtool-native-2.4.6-r0 do_fetch: Checksum failure fetching http://ftp.gnu.org/gnu/libtool/libtool-2.4.6.tar.gz
ERROR: libtool-native-2.4.6-r0 do_fetch: Fetcher failure for URL: 'http://ftp.gnu.org/gnu/libtool/libtool-2.4.6.tar.gz'. Checksum mismatch!
File: '/home/embedded/embedded_i.mx6ul/meta-variscite-boot2qt/build-imx6ul-var-dart/../downloads/libtool-2.4.6.tar.gz' has md5 checksum 9dafa6e48403ed85409a81200bee6d1a when addf44b646ddb4e3919805aa88fa7c5e was expected
File: '/home/embedded/embedded_i.mx6ul/meta-variscite-boot2qt/build-imx6ul-var-dart/../downloads/libtool-2.4.6.tar.gz' has sha256 checksum 67f364342f2d49b0642aacd229ec21eb4bea6df1b424b6753c936266158dfa10 when e3bd4d5d3d025a36c21dd6af7ea818a2afcd4dfc1ea5a17b39d7854bcd0c06e3 was expected
If this change is expected (e.g. you have upgraded to a new version without updating the checksums) then you can use these lines within the recipe:
SRC_URI[md5sum] = "9dafa6e48403ed85409a81200bee6d1a"
SRC_URI[sha256sum] = "67f364342f2d49b0642aacd229ec21eb4bea6df1b424b6753c936266158dfa10"
Otherwise you should retry the download and/or check with upstream to determine if the file has become corrupted or otherwise unexpectedly modified.ERROR: libtool-native-2.4.6-r0 do_fetch: Function failed: base_do_fetch
ERROR: Logfile of failure stored in: /home/embedded/embedded_i.mx6ul/meta-variscite-boot2qt/build-imx6ul-var-dart/tmp/work/x86_64-linux/libtool-native/2.4.6-r0/temp/log.do_fetch.16669
ERROR: Task (/home/embedded/embedded_i.mx6ul/meta-variscite-boot2qt/sources/poky/meta/recipes-devtools/m4/m4-native_1.4.17.bb:do_fetch) failed with exit code '1'
ERROR: Task (/home/embedded/embedded_i.mx6ul/meta-variscite-boot2qt/sources/poky/meta/recipes-devtools/libtool/libtool-native_2.4.6.bb:do_fetch) failed with exit code '1'
WARNING: automake-native-1.15-r0 do_fetch: Checksum mismatch for local file /home/embedded/embedded_i.mx6ul/meta-variscite-boot2qt/build-imx6ul-var-dart/../downloads/automake-1.15.tar.gz
Cleaning and trying again.
WARNING: automake-native-1.15-r0 do_fetch: Renaming /home/embedded/embedded_i.mx6ul/meta-variscite-boot2qt/build-imx6ul-var-dart/../downloads/automake-1.15.tar.gz to /home/embedded/embedded_i.mx6ul/meta-variscite-boot2qt/build-imx6ul-var-dart/../downloads/automake-1.15.tar.gz_bad-checksum_9dafa6e48403ed85409a81200bee6d1a
ERROR: automake-native-1.15-r0 do_fetch: Checksum failure fetching http://ftp.gnu.org/gnu/automake/automake-1.15.tar.gz
ERROR: automake-native-1.15-r0 do_fetch: Fetcher failure for URL: 'http://ftp.gnu.org/gnu/automake/automake-1.15.tar.gz'. Checksum mismatch!
File: '/home/embedded/embedded_i.mx6ul/meta-variscite-boot2qt/build-imx6ul-var-dart/../downloads/automake-1.15.tar.gz' has md5 checksum 9dafa6e48403ed85409a81200bee6d1a when 716946a105ca228ab545fc37a70df3a3 was expected
File: '/home/embedded/embedded_i.mx6ul/meta-variscite-boot2qt/build-imx6ul-var-dart/../downloads/automake-1.15.tar.gz' has sha256 checksum 67f364342f2d49b0642aacd229ec21eb4bea6df1b424b6753c936266158dfa10 when 7946e945a96e28152ba5a6beb0625ca715c6e32ac55f2e353ef54def0c8ed924 was expected
If this change is expected (e.g. you have upgraded to a new version without updating the checksums) then you can use these lines within the recipe:
SRC_URI[md5sum] = "9dafa6e48403ed85409a81200bee6d1a"
SRC_URI[sha256sum] = "67f364342f2d49b0642aacd229ec21eb4bea6df1b424b6753c936266158dfa10"
Otherwise you should retry the download and/or check with upstream to determine if the file has become corrupted or otherwise unexpectedly modified.ERROR: automake-native-1.15-r0 do_fetch: Function failed: base_do_fetch
WARNING: autoconf-native-2.69-r11 do_fetch: Checksum mismatch for local file /home/embedded/embedded_i.mx6ul/meta-variscite-boot2qt/build-imx6ul-var-dart/../downloads/autoconf-2.69.tar.gz
Cleaning and trying again.
WARNING: autoconf-native-2.69-r11 do_fetch: Renaming /home/embedded/embedded_i.mx6ul/meta-variscite-boot2qt/build-imx6ul-var-dart/../downloads/autoconf-2.69.tar.gz to /home/embedded/embedded_i.mx6ul/meta-variscite-boot2qt/build-imx6ul-var-dart/../downloads/autoconf-2.69.tar.gz_bad-checksum_9dafa6e48403ed85409a81200bee6d1a
ERROR: autoconf-native-2.69-r11 do_fetch: Checksum failure fetching http://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.gz
ERROR: autoconf-native-2.69-r11 do_fetch: Fetcher failure for URL: 'http://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.gz'. Checksum mismatch!
File: '/home/embedded/embedded_i.mx6ul/meta-variscite-boot2qt/build-imx6ul-var-dart/../downloads/autoconf-2.69.tar.gz' has md5 checksum 9dafa6e48403ed85409a81200bee6d1a when 82d05e03b93e45f5a39b828dc9c6c29b was expected
File: '/home/embedded/embedded_i.mx6ul/meta-variscite-boot2qt/build-imx6ul-var-dart/../downloads/autoconf-2.69.tar.gz' has sha256 checksum 67f364342f2d49b0642aacd229ec21eb4bea6df1b424b6753c936266158dfa10 when 954bd69b391edc12d6a4a51a2dd1476543da5c6bbf05a95b59dc0dd6fd4c2969 was expected
If this change is expected (e.g. you have upgraded to a new version without updating the checksums) then you can use these lines within the recipe:
SRC_URI[md5sum] = "9dafa6e48403ed85409a81200bee6d1a"
SRC_URI[sha256sum] = "67f364342f2d49b0642aacd229ec21eb4bea6df1b424b6753c936266158dfa10"
Otherwise you should retry the download and/or check with upstream to determine if the file has become corrupted or otherwise unexpectedly modified.ERROR: autoconf-native-2.69-r11 do_fetch: Function failed: base_do_fetch
ERROR: Logfile of failure stored in: /home/embedded/embedded_i.mx6ul/meta-variscite-boot2qt/build-imx6ul-var-dart/tmp/work/x86_64-linux/automake-native/1.15-r0/temp/log.do_fetch.16668
ERROR: Logfile of failure stored in: /home/embedded/embedded_i.mx6ul/meta-variscite-boot2qt/build-imx6ul-var-dart/tmp/work/x86_64-linux/autoconf-native/2.69-r11/temp/log.do_fetch.16667
ERROR: Task (virtual:native:/home/embedded/embedded_i.mx6ul/meta-variscite-boot2qt/sources/poky/meta/recipes-devtools/automake/automake_1.15.bb:do_fetch) failed with exit code '1'
ERROR: Task (virtual:native:/home/embedded/embedded_i.mx6ul/meta-variscite-boot2qt/sources/poky/meta/recipes-devtools/autoconf/autoconf_2.69.bb:do_fetch) failed with exit code '1'
WARNING: xz-native-5.2.2-r0 do_fetch: Checksum mismatch for local file /home/embedded/embedded_i.mx6ul/meta-variscite-boot2qt/build-imx6ul-var-dart/../downloads/xz-5.2.2.tar.gz
Cleaning and trying again.
WARNING: xz-native-5.2.2-r0 do_fetch: Renaming /home/embedded/embedded_i.mx6ul/meta-variscite-boot2qt/build-imx6ul-var-dart/../downloads/xz-5.2.2.tar.gz to /home/embedded/embedded_i.mx6ul/meta-variscite-boot2qt/build-imx6ul-var-dart/../downloads/xz-5.2.2.tar.gz_bad-checksum_9dafa6e48403ed85409a81200bee6d1a
ERROR: xz-native-5.2.2-r0 do_fetch: Checksum failure fetching http://tukaani.org/xz/xz-5.2.2.tar.gz
ERROR: xz-native-5.2.2-r0 do_fetch: Fetcher failure for URL: 'http://tukaani.org/xz/xz-5.2.2.tar.gz'. Checksum mismatch!
File: '/home/embedded/embedded_i.mx6ul/meta-variscite-boot2qt/build-imx6ul-var-dart/../downloads/xz-5.2.2.tar.gz' has md5 checksum 9dafa6e48403ed85409a81200bee6d1a when 7cf6a8544a7dae8e8106fdf7addfa28c was expected
File: '/home/embedded/embedded_i.mx6ul/meta-variscite-boot2qt/build-imx6ul-var-dart/../downloads/xz-5.2.2.tar.gz' has sha256 checksum 67f364342f2d49b0642aacd229ec21eb4bea6df1b424b6753c936266158dfa10 when 73df4d5d34f0468bd57d09f2d8af363e95ed6cc3a4a86129d2f2c366259902a2 was expected
If this change is expected (e.g. you have upgraded to a new version without updating the checksums) then you can use these lines within the recipe:
SRC_URI[md5sum] = "9dafa6e48403ed85409a81200bee6d1a"
SRC_URI[sha256sum] = "67f364342f2d49b0642aacd229ec21eb4bea6df1b424b6753c936266158dfa10"
Otherwise you should retry the download and/or check with upstream to determine if the file has become corrupted or otherwise unexpectedly modified.ERROR: xz-native-5.2.2-r0 do_fetch: Function failed: base_do_fetch
ERROR: Logfile of failure stored in: /home/embedded/embedded_i.mx6ul/meta-variscite-boot2qt/build-imx6ul-var-dart/tmp/work/x86_64-linux/xz-native/5.2.2-r0/temp/log.do_fetch.16680
ERROR: Task (virtual:native:/home/embedded/embedded_i.mx6ul/meta-variscite-boot2qt/sources/poky/meta/recipes-extended/xz/xz_5.2.2.bb:do_fetch) failed with exit code '1'
NOTE: Tasks Summary: Attempted 11 tasks of which 0 didn't need to be rerun and 6 failed.Summary: 6 tasks failed:
/home/embedded/embedded_i.mx6ul/meta-variscite-boot2qt/sources/poky/meta/recipes-devtools/quilt/quilt-native_0.64.bb:do_fetch
/home/embedded/embedded_i.mx6ul/meta-variscite-boot2qt/sources/poky/meta/recipes-devtools/m4/m4-native_1.4.17.bb:do_fetch
/home/embedded/embedded_i.mx6ul/meta-variscite-boot2qt/sources/poky/meta/recipes-devtools/libtool/libtool-native_2.4.6.bb:do_fetch
virtual:native:/home/embedded/embedded_i.mx6ul/meta-variscite-boot2qt/sources/poky/meta/recipes-devtools/automake/automake_1.15.bb:do_fetch
virtual:native:/home/embedded/embedded_i.mx6ul/meta-variscite-boot2qt/sources/poky/meta/recipes-devtools/autoconf/autoconf_2.69.bb:do_fetch
virtual:native:/home/embedded/embedded_i.mx6ul/meta-variscite-boot2qt/sources/poky/meta/recipes-extended/xz/xz_5.2.2.bb:do_fetch
Summary: There were 16 WARNING messages shown.
Summary: There were 19 ERROR messages shown, returning a non-zero exit code.