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/AM3358: build yocto fails do-rootfs

Part Number: AM3358


Tool/software: Linux

I am trying to build a new image on a native ubuntu 14.04

cloned the git repo

cloned this into another ( git clone)  to make changes

build ends in:

( removed a lot of stuff)

| Configuring packagegroup-arago-base.
| Configuring openssl-engines.
| Configuring packagegroup-arago-tisdk-crypto.
|
| NOTE: Installing complementary packages ...
| NOTE: Running ['/home/dig/ti/myrsdk/sources/oe-core/scripts/oe-pkgdata-util', '-p', '/home/dig/ti/myrsdk/build/arago-tmp-external-linaro-toolchain/sysroots/am335x-evm/pkgdata', 'glob', '/home/dig/ti/myrsdk/build/arago-tmp-external-linaro-toolchain/work/am335x_evm-linux-gnueabi/tisdk-rootfs-image/1.0-r0.tisdk1/installed_pkgs.txt', '']
| NOTE: Running intercept scripts:
| NOTE: > Executing update_font_cache intercept ...
| FC_DEBUG=1
| [/home/dig/ti/myrsdk/build/arago-tmp-external-linaro-toolchain/work/am335x_evm-linux-gnueabi/tisdk-rootfs-image/1.0-r0.tisdk1/rootfs]/usr/share/fonts: skipping, existing cache is valid: 0 fonts, 1 dirs
| [/home/dig/ti/myrsdk/build/arago-tmp-external-linaro-toolchain/work/am335x_evm-linux-gnueabi/tisdk-rootfs-image/1.0-r0.tisdk1/rootfs]/usr/share/fonts/ttf: skipping, existing cache is valid: 12 fonts, 0 dirs
| Re-scanning [/home/dig/ti/myrsdk/build/arago-tmp-external-linaro-toolchain/work/am335x_evm-linux-gnueabi/tisdk-rootfs-image/1.0-r0.tisdk1/rootfs]/usr/share/fonts: caching, new cache contents: 0 fonts, 1 dirs
| /home/dig/ti/myrsdk/build/arago-tmp-external-linaro-toolchain/work/am335x_evm-linux-gnueabi/tisdk-rootfs-image/1.0-r0.tisdk1/rootfs//var/cache/fontconfig: cleaning cache directory
| /home/dig/ti/myrsdk/build/arago-tmp-external-linaro-toolchain/work/am335x_evm-linux-gnueabi/tisdk-rootfs-image/1.0-r0.tisdk1/rootfs/usr/bin/fc-cache: succeeded
| NOTE: > Executing update_gio_module_cache intercept ...
| NOTE: Executing write_package_manifest ...
| DEBUG: Executing python function write_package_manifest
| DEBUG: Python function write_package_manifest finished
| NOTE: Executing license_create_manifest ...
| DEBUG: Executing python function license_create_manifest
| WARNING: The license listed GPLv3+ was not in the licenses collected for recipe external-linaro-toolchain
| WARNING: The license listed with was not in the licenses collected for recipe external-linaro-toolchain
| WARNING: The license listed GCC was not in the licenses collected for recipe external-linaro-toolchain
| WARNING: The license listed RLE was not in the licenses collected for recipe external-linaro-toolchain
| WARNING: The license listed GPLv3+ was not in the licenses collected for recipe external-linaro-toolchain
| WARNING: The license listed with was not in the licenses collected for recipe external-linaro-toolchain
| WARNING: The license listed GCC was not in the licenses collected for recipe external-linaro-toolchain
| WARNING: The license listed RLE was not in the licenses collected for recipe external-linaro-toolchain
| WARNING: The license listed GPLv3+ was not in the licenses collected for recipe external-linaro-toolchain
| WARNING: The license listed with was not in the licenses collected for recipe external-linaro-toolchain
| WARNING: The license listed GCC was not in the licenses collected for recipe external-linaro-toolchain
| WARNING: The license listed RLE was not in the licenses collected for recipe external-linaro-toolchain
| WARNING: The license listed GPLv3+ was not in the licenses collected for recipe external-linaro-toolchain
| WARNING: The license listed with was not in the licenses collected for recipe external-linaro-toolchain
| WARNING: The license listed GCC was not in the licenses collected for recipe external-linaro-toolchain
| WARNING: The license listed RLE was not in the licenses collected for recipe external-linaro-toolchain
| DEBUG: Python function license_create_manifest finished
| NOTE: Executing make_bootfiles_symlinks_relative ...
| DEBUG: Executing shell function make_bootfiles_symlinks_relative
| /home/dig/ti/myrsdk/build/arago-tmp-external-linaro-toolchain/work/am335x_evm-linux-gnueabi/tisdk-rootfs-image/1.0-r0.tisdk1/temp/run.make_bootfiles_symlinks_relative.4160: 114: /home/dig/ti/myrsdk/build/arago-tmp-external-linaro-toolchain/work/am335x_evm-linux-gnueabi/tisdk-rootfs-image/1.0-r0.tisdk1/temp/run.make_bootfiles_symlinks_relative.4160: Bad substitution
| WARNING: exit code 2 from a shell command.
| DEBUG: Python function do_rootfs finished
| ERROR: Function failed: make_bootfiles_symlinks_relative (log file is located at /home/dig/ti/myrsdk/build/arago-tmp-external-linaro-toolchain/work/am335x_evm-linux-gnueabi/tisdk-rootfs-image/1.0-r0.tisdk1/temp/log.do_rootfs.4160)
ERROR: Task 10 (/home/dig/ti/myrsdk/sources/meta-arago/meta-arago-distro/recipes-core/images/tisdk-rootfs-image.bb, do_rootfs) failed with exit code '1'
NOTE: Tasks Summary: Attempted 6243 tasks of which 6242 didn't need to be rerun and 1 failed.
No currently running tasks (5205 of 6249)

Can this be caused by the copy?

This action takes 100GB disk space. I do not have this amount left on my partition to give it another try in the original source.

Dig