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.