This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/TMDSEVM572X: Arago build issue [Errno 12] Cannot allocate memory

The result is error:

vl@vlubuntu18:~/tisdk/build$ MACHINE=am57xx-evm bitbake core-image-minimal
NOTE: Your conf/bblayers.conf has been automatically updated. NOTE: Your conf/bblayers.conf has been automatically updated. WARNING: /home/vl/tisdk/sources/oe-core/meta/recipes-core/ovmf/ovmf-shell-image.bb: Exception during build_dependencies for create_shar WARNING: /home/vl/tisdk/sources/oe-core/meta/recipes-core/ovmf/ovmf-shell-image.bb: Error during finalise of /home/vl/tisdk/sources/oe-core/meta/recipes-core/ovmf/ovmf-shell-image.bb ERROR: ExpansionError during parsing /home/vl/tisdk/sources/oe-core/meta/recipes-core/ovmf/ovmf-shell-image.bb Traceback (most recent call last): bb.data_smart.ExpansionError: Failure expanding variable create_shar, expression was # copy in the template shar extractor script cp /home/vl/tisdk/sources/oe-core/meta/files/toolchain-shar-extract.sh /home/vl/tisdk/build/arago-tmp-external-linaro-toolchain/work/am57xx_evm-linux-gnueabi/ovmf-shell-image/1.0-r0/x86_64-deploy-ovmf-shell-image-populate-sdk/arago-2018.08-toolchain-2018.08.sh rm -f /home/vl/tisdk/build/arago-tmp-external-linaro-toolchain/work/am57xx_evm-linux-gnueabi/ovmf-shell-image/1.0-r0/temp/pre_install_command /home/vl/tisdk/build/arago-tmp-external-linaro-toolchain/work/am57xx_evm-linux-gnueabi/ovmf-shell-image/1.0-r0/temp/post_install_command if [ 1 -eq 1 ] ; then cp /home/vl/tisdk/sources/oe-core/meta/files/toolchain-shar-relocate.sh /home/vl/tisdk/build/arago-tmp-external-linaro-toolchain/work/am57xx_evm-linux-gnueabi/ovmf-shell-image/1.0-r0/temp/post_install_command fi cat << "EOF" >> /home/vl/tisdk/build/arago-tmp-external-linaro-toolchain/work/am57xx_evm-linux-gnueabi/ovmf-shell-image/1.0-r0/temp/pre_install_command EOF cat << "EOF" >> /home/vl/tisdk/build/arago-tmp-external-linaro-toolchain/work/am57xx_evm-linux-gnueabi/ovmf-shell-image/1.0-r0/temp/post_install_command EOF sed -i -e '/@SDK_PRE_INSTALL_COMMAND@/r /home/vl/tisdk/build/arago-tmp-external-linaro-toolchain/work/am57xx_evm-linux-gnueabi/ovmf-shell-image/1.0-r0/temp/pre_install_command' \ -e '/@SDK_POST_INSTALL_COMMAND@/r /home/vl/tisdk/build/arago-tmp-external-linaro-toolchain/work/am57xx_evm-linux-gnueabi/ovmf-shell-image/1.0-r0/temp/post_install_command' \ /home/vl/tisdk/build/arago-tmp-external-linaro-toolchain/work/am57xx_evm-linux-gnueabi/ovmf-shell-image/1.0-r0/x86_64-deploy-ovmf-shell-image-populate-sdk/arago-2018.08-toolchain-2018.08.sh # substitute variables sed -i -e 's#@SDK_ARCH@#x86_64#g' \ -e 's#@SDKPATH@#/tmp/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy#g' \ -e 's#@SDKEXTPATH@#~/arago_sdk#g' \ -e 's#@OLDEST_KERNEL@#3.2.0#g' \ -e 's#@REAL_MULTIMACH_TARGET_SYS@#armv7ahf-neon-linux-gnueabi#g' \ -e 's#@SDK_TITLE@#${@d.getVar("SDK_TITLE").replace('&', '\&')}#g' \ -e 's#@SDK_VERSION@#2018.08#g' \ -e '/@SDK_PRE_INSTALL_COMMAND@/d' \ -e '/@SDK_POST_INSTALL_COMMAND@/d' \ -e 's#@SDK_GCC_VER@#${@oe.utils.host_gcc_version(d)}#g' \ /home/vl/tisdk/build/arago-tmp-external-linaro-toolchain/work/am57xx_evm-linux-gnueabi/ovmf-shell-image/1.0-r0/x86_64-deploy-ovmf-shell-image-populate-sdk/arago-2018.08-toolchain-2018.08.sh # add execution permission chmod +x /home/vl/tisdk/build/arago-tmp-external-linaro-toolchain/work/am57xx_evm-linux-gnueabi/ovmf-shell-image/1.0-r0/x86_64-deploy-ovmf-shell-image-populate-sdk/arago-2018.08-toolchain-2018.08.sh # append the SDK tarball cat /home/vl/tisdk/build/arago-tmp-external-linaro-toolchain/work/am57xx_evm-linux-gnueabi/ovmf-shell-image/1.0-r0/x86_64-deploy-ovmf-shell-image-populate-sdk/arago-2018.08-toolchain-2018.08.tar.xz >> /home/vl/tisdk/build/arago-tmp-external-linaro-toolchain/work/am57xx_evm-linux-gnueabi/ovmf-shell-image/1.0-r0/x86_64-deploy-ovmf-shell-image-populate-sdk/arago-2018.08-toolchain-2018.08.sh # delete the old tarball, we don't need it anymore rm /home/vl/tisdk/build/arago-tmp-external-linaro-toolchain/work/am57xx_evm-linux-gnueabi/ovmf-shell-image/1.0-r0/x86_64-deploy-ovmf-shell-image-populate-sdk/arago-2018.08-toolchain-2018.08.tar.xz which triggered exception OSError: [Errno 12] Cannot allocate memory WARNING: /home/vl/tisdk/sources/oe-core/meta/recipes-core/meta/meta-environment.bb: Exception during build_dependencies for toolchain_create_sdk_version WARNING: /home/vl/tisdk/sources/oe-core/meta/recipes-core/meta/meta-environment.bb: Error during finalise of /home/vl/tisdk/sources/oe-core/meta/recipes-core/meta/meta-environment.bb Summary: There were 4 WARNING messages shown. Summary: There was 1 ERROR message shown, returning a non-zero exit code.

  • VLeshka VV said:
    [Errno 12] Cannot allocate memory


    ENOMEM the PC ran out of memory.

  • Thanks for answer.

    I got a lot of warnings. Please examine that it OK.

    vl@vlubuntu18:~/tisdk/build$ MACHINE=am57xx-evm bitbake core-image-minimal
    NOTE: Your conf/bblayers.conf has been automatically updated.
    NOTE: Your conf/bblayers.conf has been automatically updated.
    Loading cache: 100% |############################################| Time: 0:00:01
    Loaded 3592 entries from dependency cache.
    Parsing recipes: 100% |##########################################| Time: 0:01:34
    Parsing of 3159 .bb files complete (2229 cached, 930 parsed). 4064 targets, 447 skipped, 0 masked, 0 errors.
    WARNING: No recipes available for:
      /home/vl/tisdk/sources/meta-processor-sdk/recipes-bsp/common-csl-ip/common-csp-ip_git.bbappend
      /home/vl/tisdk/sources/meta-processor-sdk/recipes-devtools/python/python3-native_3.5.2.bbappend
    NOTE: Resolving any missing task queue dependencies
    
    Build Configuration:
    BB_VERSION           = "1.36.0"
    BUILD_SYS            = "x86_64-linux"
    NATIVELSBSTRING      = "ubuntu-18.04"
    TARGET_SYS           = "arm-linux-gnueabi"
    MACHINE              = "am57xx-evm"
    DISTRO               = "arago"
    DISTRO_VERSION       = "2018.08"
    TUNE_FEATURES        = "arm armv7a vfp thumb neon callconvention-hard"
    TARGET_FPU           = "hard"
    meta-processor-sdk   = "HEAD:012bf1c42b1826380ca7557e5185fe88f939a93c"
    meta-ros             = "HEAD:e2566402ab108a19634354a934788109422cf409"
    meta-arago-distro    
    meta-arago-extras    = "HEAD:85f191c83f7cd7b3b4fb6df08b22fabe24e25773"
    meta-browser         = "HEAD:26d50665e2f7223c5f4ad7481a8d2431e7cb55fb"
    meta-qt5             = "HEAD:682ad61c071a9710e9f9d8a32ab1b5f3c14953d1"
    meta-networking      
    meta-python          
    meta-oe              
    meta-gnome           
    meta-multimedia      = "HEAD:eae996301d9c097bcbeb8046f08041dc82bb62f8"
    meta-ti              = "HEAD:3f26d1f94fbc87740fdfe33292c904e865257e81"
    meta-linaro-toolchain 
    meta-optee           = "HEAD:75dfb67bbb14a70cd47afda9726e2e1c76731885"
    meta                 = "HEAD:7d518d342eb67d25aa071fb08d03f06d6da576c6"
    
    Initialising tasks: 100% |#######################################| Time: 0:00:05
    NOTE: Executing SetScene Tasks
    NOTE: Executing RunQueue Tasks
    Currently  1 running tasks (92 of 1806)   5% |#                                |
    0: external-linaro-toolchain-2017.11-r0.arago36 do_fetch (pid 6016)  41% |######WARNING: bzip2-native-1.0.6-r5 do_fetch: Failed to fetch URL downloads.yoctoproject.org/.../bzip2-1.0.6.tar.gz, attempting MIRRORS if available
    WARNING: python3-native-3.5.3-r1.0 do_fetch: Failed to fetch URL www.python.org/.../Python-3.5.3.tar.xz, attempting MIRRORS if available
    WARNING: db-native-1_5.3.28-r1 do_fetch: Failed to fetch URL download.oracle.com/.../db-5.3.28.tar.gz, attempting MIRRORS if available
    WARNING: libarchive-native-3.3.2-r0 do_fetch: Failed to fetch URL libarchive.org/.../libarchive-3.3.2.tar.gz, attempting MIRRORS if available
    WARNING: nspr-native-4.16-r0 do_fetch: Failed to fetch URL ftp.mozilla.org/.../nspr-4.16.tar.gz, attempting MIRRORS if available
    WARNING: nss-native-3.31.1-r0 do_fetch: Failed to fetch URL ftp.mozilla.org/.../nss-3.31.1.tar.gz, attempting MIRRORS if available
    WARNING: opkg-utils-0.3.5-r0 do_fetch: Failed to fetch URL git.yoctoproject.org/.../opkg-utils-0.3.5.tar.gz, attempting MIRRORS if available
    WARNING: external-linaro-toolchain-2017.11-r0.arago36 do_package: QA Issue: external-linaro-toolchain: Files/directories were installed but not shipped in any package:
      /lib/libcilkrts.so
      /lib/libcilkrts.so.5
      /lib/libcilkrts.so.5.0.0
      /lib/libcilkrts.spec
    Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
    external-linaro-toolchain: 4 installed and not shipped files. [installed-vs-shipped]
    WARNING: libpng-native-1.6.31-r0 do_fetch: Failed to fetch URL downloads.sourceforge.net/.../libpng-1.6.31.tar.xz, attempting MIRRORS if available
    WARNING: coreutils-8.27-r0 do_fetch: Failed to fetch URL distfiles.gentoo.org/.../coreutils-8.27-man.tar.xz;name=manpages, attempting MIRRORS if available
    WARNING: busybox-1.24.1-r0.arago21.tisdk0 do_fetch: Failed to fetch URL www.busybox.net/.../busybox-1.24.1.tar.bz2;name=tarball, attempting MIRRORS if available
    WARNING: opkg-native-1_0.3.5-r0 do_fetch: Failed to fetch URL downloads.yoctoproject.org/.../opkg-0.3.5.tar.gz, attempting MIRRORS if available
    WARNING: external-linaro-toolchain-2017.11-r0.arago36 do_populate_lic: ${COREBASE}/LICENSE is not a valid license file, please use '${COMMON_LICENSE_DIR}/MIT' for a MIT License file in LIC_FILES_CHKSUM. This will become an error in the future
    WARNING: ti-cgt-pru-native-2.2.1-r0 do_populate_lic: ti-cgt-pru-native: No generic license file exists for: Hewlett-Packard in any provider
    WARNING: external-linaro-toolchain-2017.11-r0.arago36 do_package_qa: QA Issue: non -staticdev package contains static .a library: libstdc++-dbg path '/work/armv7ahf-neon-linux-gnueabi/external-linaro-toolchain/2017.11-r0.arago36/packages-split/libstdc++-dbg/lib/debug/libstdc++fs.a'
    non -staticdev package contains static .a library: libstdc++-dbg path '/work/armv7ahf-neon-linux-gnueabi/external-linaro-toolchain/2017.11-r0.arago36/packages-split/libstdc++-dbg/lib/debug/libstdc++.a' [staticdev]
    WARNING: external-linaro-toolchain-2017.11-r0.arago36 do_package_qa: QA Issue: external-linaro-toolchain: /libstdc++-dbg/lib/debug/libstdc++fs.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /libstdc++-dbg/lib/debug/libstdc++.so.6.0.24 is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /libstdc++-dbg/lib/debug/libstdc++.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.11-r0.arago36 do_package_qa: QA Issue: No GNU_HASH in the elf binary: '/home/vl/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/external-linaro-toolchain/2017.11-r0.arago36/packages-split/libstdc++-dbg/lib/debug/libstdc++.so.6.0.24' [ldflags]
    WARNING: external-linaro-toolchain-2017.11-r0.arago36 do_package_qa: QA Issue: external-linaro-toolchain: /external-linaro-toolchain-dev/usr/lib/crtend.o is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-dev/usr/lib/libpthread.so is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-dev/usr/lib/Mcrt1.o is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-dev/usr/lib/crtfastmath.o is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-dev/usr/lib/crtendS.o is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-dev/usr/lib/libpthread_nonshared.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-dev/usr/lib/libc.so is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-dev/usr/lib/Scrt1.o is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-dev/usr/lib/libc_nonshared.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-dev/usr/lib/crtbegin.o is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-dev/usr/lib/gcrt1.o is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-dev/usr/lib/crtbeginT.o is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-dev/usr/lib/crt1.o is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-dev/usr/lib/crti.o is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-dev/usr/lib/crtbeginS.o is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-dev/usr/lib/crtn.o is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-dev/lib/libasan_preinit.o is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.11-r0.arago36 do_package_qa: QA Issue: external-linaro-toolchain: /libstdc++-staticdev/lib/libsupc++.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /libstdc++-staticdev/lib/libstdc++.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.11-r0.arago36 do_package_qa: QA Issue: external-linaro-toolchain: /libitm-dev/lib/libitm.spec is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.11-r0.arago36 do_package_qa: QA Issue: external-linaro-toolchain: /libstdc++/lib/libstdc++.so.6.0.24 is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /libstdc++/lib/libstdc++.so.6.0.24-gdb.py is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.11-r0.arago36 do_package_qa: QA Issue: external-linaro-toolchain: /libmemusage/lib/libmemusage.so is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.11-r0.arago36 do_package_qa: QA Issue: external-linaro-toolchain: /libatomic/lib/libatomic.so.1.2.0 is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.11-r0.arago36 do_package_qa: QA Issue: external-linaro-toolchain: /libgomp/lib/libgomp.so.1.0.0 is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.11-r0.arago36 do_package_qa: QA Issue: external-linaro-toolchain: /libssp-dev/lib/libssp_nonshared.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.11-r0.arago36 do_package_qa: QA Issue: external-linaro-toolchain: /external-linaro-toolchain/sbin/ldconfig is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain/lib/libresolv-2.25.so is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain/lib/ld-2.25.so is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain/lib/libnss_files-2.25.so is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain/lib/libBrokenLocale-2.25.so is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain/lib/libnss_nisplus-2.25.so is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain/lib/libpthread-2.25.so is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain/lib/libnsl-2.25.so is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain/lib/libdl-2.25.so is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain/lib/libnss_nis-2.25.so is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain/lib/libutil-2.25.so is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain/lib/librt-2.25.so is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain/lib/libc-2.25.so is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain/lib/libnss_compat-2.25.so is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain/lib/libcrypt-2.25.so is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain/lib/libnss_hesiod-2.25.so is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain/lib/libanl-2.25.so is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain/lib/libm-2.25.so is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain/lib/libnss_dns-2.25.so is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.11-r0.arago36 do_package_qa: QA Issue: external-linaro-toolchain: /libitm/lib/libitm.so.1.0.0 is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.11-r0.arago36 do_package_qa: QA Issue: external-linaro-toolchain: /libitm-staticdev/lib/libitm.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.11-r0.arago36 do_package_qa: QA Issue: external-linaro-toolchain: /external-linaro-toolchain-utils/usr/bin/getconf is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-utils/usr/bin/rpcgen is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-utils/usr/bin/pcprofiledump is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-utils/usr/bin/gencat is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-utils/usr/bin/getent is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-utils/usr/bin/iconv is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-utils/usr/bin/pldd is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-utils/usr/bin/sprof is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-utils/usr/bin/locale is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-utils/usr/bin/makedb is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.11-r0.arago36 do_package_qa: QA Issue: external-linaro-toolchain: /libcidn/lib/libcidn-2.25.so is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.11-r0.arago36 do_package_qa: QA Issue: external-linaro-toolchain: /libasan/lib/libasan.so.4.0.0 is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.11-r0.arago36 do_package_qa: QA Issue: external-linaro-toolchain: /libgfortran-dev/lib/libgfortran.spec is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.11-r0.arago36 do_package_qa: QA Issue: external-linaro-toolchain: /libatomic-staticdev/lib/libatomic.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.11-r0.arago36 do_package_qa: QA Issue: external-linaro-toolchain: /libssp-staticdev/lib/libssp.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.11-r0.arago36 do_package_qa: QA Issue: external-linaro-toolchain: /catchsegv/usr/bin/catchsegv is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.11-r0.arago36 do_package_qa: QA Issue: external-linaro-toolchain: /ldd/usr/bin/ldd is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.11-r0.arago36 do_package_qa: QA Issue: external-linaro-toolchain: /glibc-thread-db/lib/libthread_db-1.0.so is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.11-r0.arago36 do_package_qa: QA Issue: external-linaro-toolchain: /libgfortran/lib/libgfortran.so.4.0.0 is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.11-r0.arago36 do_package_qa: QA Issue: external-linaro-toolchain: /libasan-dev/lib/libsanitizer.spec is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.11-r0.arago36 do_package_qa: QA Issue: external-linaro-toolchain: /libgomp-staticdev/lib/libgomp.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.11-r0.arago36 do_package_qa: QA Issue: external-linaro-toolchain: /libsotruss/usr/lib/audit/sotruss-lib.so is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.11-r0.arago36 do_package_qa: QA Issue: external-linaro-toolchain: /glibc-extra-nss/lib/libnss_db-2.25.so is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.11-r0.arago36 do_package_qa: QA Issue: non -staticdev package contains static .a library: libgcc-dev path '/work/armv7ahf-neon-linux-gnueabi/external-linaro-toolchain/2017.11-r0.arago36/packages-split/libgcc-dev/usr/lib/libgcc.a' [staticdev]
    WARNING: external-linaro-toolchain-2017.11-r0.arago36 do_package_qa: QA Issue: external-linaro-toolchain: /libgcc-dev/usr/lib/libgcc.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /libgcc-dev/lib/libgcc_s.so is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.11-r0.arago36 do_package_qa: QA Issue: external-linaro-toolchain: /libgomp-dev/usr/lib/gcc/arm-linux-gnueabi/7.2.1/include/omp.h is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /libgomp-dev/lib/libgomp.spec is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.11-r0.arago36 do_package_qa: QA Issue: external-linaro-toolchain: /libubsan/lib/libubsan.so.0.0.0 is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.11-r0.arago36 do_package_qa: QA Issue: external-linaro-toolchain: /libgcc/lib/libgcc_s.so.1 is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.11-r0.arago36 do_package_qa: QA Issue: external-linaro-toolchain: /external-linaro-toolchain-staticdev/usr/lib/libdl.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-staticdev/usr/lib/librt.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-staticdev/usr/lib/libieee.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-staticdev/usr/lib/libutil.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-staticdev/usr/lib/librpcsvc.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-staticdev/usr/lib/libBrokenLocale.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-staticdev/usr/lib/libpthread.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-staticdev/usr/lib/libg.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-staticdev/usr/lib/libcrypt.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-staticdev/usr/lib/libnsl.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-staticdev/usr/lib/libm.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-staticdev/usr/lib/libmcheck.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-staticdev/usr/lib/libanl.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-staticdev/usr/lib/libc.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-staticdev/usr/lib/libresolv.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-staticdev/lib/libasan.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-staticdev/lib/libcilkrts.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-staticdev/lib/libubsan.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-staticdev/lib/libstdc++fs.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination
    external-linaro-toolchain: /external-linaro-toolchain-staticdev/lib/libgfortran.a is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.11-r0.arago36 do_package_qa: QA Issue: external-linaro-toolchain: /libssp/lib/libssp.so.0.0.0 is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.11-r0.arago36 do_package_qa: QA Issue: external-linaro-toolchain: /tzcode/usr/bin/tzselect is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.11-r0.arago36 do_package_qa: QA Issue: external-linaro-toolchain: /libsegfault/lib/libSegFault.so is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    WARNING: external-linaro-toolchain-2017.11-r0.arago36 do_package_qa: QA Issue: external-linaro-toolchain: /external-linaro-toolchain-pcprofile/lib/libpcprofile.so is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination [host-user-contaminated]
    NOTE: Tasks Summary: Attempted 1806 tasks of which 6 didn't need to be rerun and all succeeded.
    
    Summary: There were 54 WARNING messages shown.
    vl@vlubuntu18:~/tisdk/build$ 
    

  • Yes, it is okay. Your build is ready now.

  • Hello VLeshka,

    If you are done with this thread, please mark it as resolved.

    Best regards,
    Kemal

  • I noticed one oddity in "MACHINE=" command:

    both in core-image-minimal and core-image-base, the uboot image has the same file.

    Is that how it should be, or is something wrong?

  • No, this is not something wrong. All the target images share the same MLO and u-boot.img file.

  • Hello VLeshka,

    Please, mark this thread as resolved by clicking on "This resolved my issue" button.

    Best regards,
    Kemal

  • Please, also close this thread by clicking on "This resolved my issue" button.