Hello, i am trying to build SDK version 6.3.0.106. I am following the directions here, and the build gets about 30% done and errors out, and I cannot figure out what the issue is. I have attached the full output from the build, any help is appreciated.
$ MACHINE=am437x-evm bitbake arago-core-tisdk-bundle WARNING: Layer meta-processor-sdk should set LAYERSERIES_COMPAT_meta-processor-sdk in its conf/layer.conf file to list the core layer names it is compatible with. NOTE: Your conf/bblayers.conf has been automatically updated. WARNING: Layer meta-processor-sdk should set LAYERSERIES_COMPAT_meta-processor-sdk in its conf/layer.conf file to list the core layer names it is compatible with. NOTE: Your conf/bblayers.conf has been automatically updated. WARNING: Layer meta-processor-sdk should set LAYERSERIES_COMPAT_meta-processor-sdk in its conf/layer.conf file to list the core layer names it is compatible with. WARNING: Layer meta-processor-sdk should set LAYERSERIES_COMPAT_meta-processor-sdk in its conf/layer.conf file to list the core layer names it is compatible with. Loading cache: 100% |##############################################| Time: 0:00:01 Loaded 4658 entries from dependency cache. Parsing recipes: 100% |############################################| Time: 0:00:19 Parsing of 3522 .bb files complete (2803 cached, 719 parsed). 4658 targets, 590 skipped, 0 masked, 0 errors. WARNING: No recipes available for: /home/UTI/tanner.hunsucker/ti-processor-sdk-linux-am437x-evm-06.03.00.106/tisdk/sources/meta-arago/meta-arago-distro/recipes-browser/chromium/chromium-wayland_%.bbappend /home/UTI/tanner.hunsucker/ti-processor-sdk-linux-am437x-evm-06.03.00.106/tisdk/sources/meta-processor-sdk/recipes-ros/navigation/move-base_1.12.14.bbappend /home/UTI/tanner.hunsucker/ti-processor-sdk-linux-am437x-evm-06.03.00.106/tisdk/sources/meta-processor-sdk/recipes-ros/navigation/rotate-recovery_1.12.14.bbappend NOTE: Resolving any missing task queue dependencies NOTE: Multiple providers are available for runtime python-bson (python-bson, python-pymongo) Consider defining a PREFERRED_RPROVIDER entry to match python-bson Build Configuration: BB_VERSION = "1.40.0" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "ubuntu-18.04" TARGET_SYS = "arm-linux-gnueabi" MACHINE = "am437x-evm" DISTRO = "arago" DISTRO_VERSION = "2019.11" TUNE_FEATURES = "arm armv7a vfp thumb neon callconvention-hard" TARGET_FPU = "hard" meta-processor-sdk = "HEAD:56d9d47f18eeec31a1086ca29e54b5956c46de84" meta-aws = "HEAD:6432f1b38b9dcbbb55020167f5b1cfe55e858c6d" meta-ros = "HEAD:72068b17e4192b51e09c8dc633805a35edac8701" meta-arago-distro meta-arago-extras = "HEAD:70436496d2617b281c51390faa3d421814055cd6" meta-browser = "HEAD:5f365ef0f842ba4651efe88787cf9c63bc8b6cb3" meta-qt5 = "HEAD:e6e464c9ed9266ce46452f953c1bdcb0e7b2d95f" meta-virtualization = "HEAD:7685c7d415e0002c448007960837ae8898cd57a5" meta-networking meta-python meta-oe meta-gnome meta-multimedia meta-filesystems = "HEAD:446bd615fd7cb9bc7a159fe5c2019ed08d1a7a93" meta-ti = "HEAD:b27317ab4f9be931a66344ca502c7e3f4ec780e5" meta-linaro-toolchain meta-optee = "HEAD:615ea7561b844a3867cee4299d83d605c10b02ab" meta = "HEAD:e68991ceb5933f7d03b96697e8a0ba0829feb320" Initialising tasks: 100% |#########################################| Time: 0:00:36 Sstate summary: Wanted 5663 Found 0 Missed 5663 Current 1138 (0% match, 16% complete) NOTE: Executing SetScene Tasks NOTE: Executing RunQueue Tasks ERROR: pruss-lld-rtos-1_2020.4.16-r0.0 do_prepare_recipe_sysroot: Error executing a python function in exec_python_func() autogenerated: The stack trace of python calls that resulted in this exception/failure was: File: 'exec_python_func() autogenerated', lineno: 2, function: <module> 0001: *** 0002:extend_recipe_sysroot(d) 0003: File: '/home/UTI/tanner.hunsucker/ti-processor-sdk-linux-am437x-evm-06.03.00.106/tisdk/sources/oe-core/meta/classes/staging.bbclass', lineno: 553, function: extend_recipe_sysroot 0549: dest = newmanifest[l] 0550: if l.endswith("/"): 0551: staging_copydir(l, targetdir, dest, seendirs) 0552: continue *** 0553: staging_copyfile(l, targetdir, dest, postinsts, seendirs) 0554: 0555: bb.note("Installed into sysroot: %s" % str(msg_adding)) 0556: bb.note("Skipping as already exists in sysroot: %s" % str(msg_exists)) 0557: File: '/home/UTI/tanner.hunsucker/ti-processor-sdk-linux-am437x-evm-06.03.00.106/tisdk/sources/oe-core/meta/classes/staging.bbclass', lineno: 151, function: staging_copyfile 0147: os.symlink(linkto, dest) 0148: #bb.warn(c) 0149: else: 0150: try: *** 0151: os.link(c, dest) 0152: except OSError as err: 0153: if err.errno == errno.EXDEV: 0154: bb.utils.copyfile(c, dest) 0155: else: Exception: PermissionError: [Errno 1] Operation not permitted: '/home/UTI/tanner.hunsucker/ti-processor-sdk-linux-am437x-evm-06.03.00.106/tisdk/build/arago-tmp-external-arm-toolchain/sysroots-components/am437x_evm/starterware-rtos/usr/share/ti/ti-pdk-tree/packages/ti/starterware/tools/ti_image/tiimage.exe' -> '/home/UTI/tanner.hunsucker/ti-processor-sdk-linux-am437x-evm-06.03.00.106/tisdk/build/arago-tmp-external-arm-toolchain/work/am437x_evm-linux-gnueabi/pruss-lld-rtos/1_2020.4.16-r0.0/recipe-sysroot/usr/share/ti/ti-pdk-tree/packages/ti/starterware/tools/ti_image/tiimage.exe' ERROR: pruss-lld-rtos-1_2020.4.16-r0.0 do_prepare_recipe_sysroot: Function failed: extend_recipe_sysroot ERROR: Logfile of failure stored in: /home/UTI/tanner.hunsucker/ti-processor-sdk-linux-am437x-evm-06.03.00.106/tisdk/build/arago-tmp-external-arm-toolchain/work/am437x_evm-linux-gnueabi/pruss-lld-rtos/1_2020.4.16-r0.0/temp/log.do_prepare_recipe_sysroot.3659 ERROR: Task (/home/UTI/tanner.hunsucker/ti-processor-sdk-linux-am437x-evm-06.03.00.106/tisdk/sources/meta-ti/recipes-bsp/pruss-lld/pruss-lld-rtos_git.bb:do_prepare_recipe_sysroot) failed with exit code '1' NOTE: Tasks Summary: Attempted 6201 tasks of which 6187 didn't need to be rerun and 1 failed. Summary: 1 task failed: /home/UTI/tanner.hunsucker/ti-processor-sdk-linux-am437x-evm-06.03.00.106/tisdk/sources/meta-ti/recipes-bsp/pruss-lld/pruss-lld-rtos_git.bb:do_prepare_recipe_sysroot Summary: There were 5 WARNING messages shown. Summary: There were 2 ERROR messages shown, returning a non-zero exit code.