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.

AM6442: Yocto build issue

Part Number: AM6442


Tool/software:

Hi TI team,

I am trying tobuild a linux image and processor sdk for AM64x processor sdk version 11.00.09.04, I have followd the steps mentioned in the SDK build document but I am facing build issue.

Detail:

$ MACHINE=am64xx-evm bitbake -k tisdk-default-image

<snip>

Summary: 2 tasks failed:
/home/mikayama/tisdk/sources/meta-tisdk/meta-ti-foundational/recipes-demos/sitara-ipc-app/sitara-ipc-app.bb:do_unpack
log: /home/mikayama/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/sitara-ipc-app/1.0/temp/log.do_unpack.528928
/home/mikayama/tisdk/sources/meta-tisdk/meta-ti-foundational/recipes-demos/benchmark-demo/benchmark-server_git.bb:do_unpack
log: /home/mikayama/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/benchmark-server/1.0.0/temp/log.do_unpack.528962
Summary: There were 2 ERROR messages, retur

log file: log_do_unpack.528928

DEBUG: Executing python function do_unpack
DEBUG: Executing python function base_do_unpack
DEBUG: Running 'export PSEUDO_DISABLED=1; export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1001/bus"; export SSH_AGENT_PID="1842"; export SSH_AUTH_SOCK="/run/user/1001/keyring/ssh"; export PATH="/home/mikayama/tisdk/sources/oe-core/scripts:/home/mikayama/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/sitara-ipc-app/1.0/recipe-sysroot-native/usr/bin/aarch64-oe-linux:/home/mikayama/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/sitara-ipc-app/1.0/recipe-sysroot/usr/bin/crossscripts:/home/mikayama/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/sitara-ipc-app/1.0/recipe-sysroot-native/usr/sbin:/home/mikayama/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/sitara-ipc-app/1.0/recipe-sysroot-native/usr/bin:/home/mikayama/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/sitara-ipc-app/1.0/recipe-sysroot-native/sbin:/home/mikayama/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/sitara-ipc-app/1.0/recipe-sysroot-native/bin:/home/mikayama/tisdk/sources/bitbake/bin:/home/mikayama/tisdk/build/arago-tmp-default-glibc/hosttools"; export HOME="/home/mikayama"; git -c gc.autoDetach=false -c core.pager=cat -c safe.bareRepository=all branch --contains 6854fef24281893478d5d84be00d16f56b95b441 --list master 2> /dev/null | wc -l' in /home/mikayama/tisdk/build/../downloads/git2/git.ti.com.processor-sdk.sitara-apps.git
ERROR: Bitbake Fetcher Error: UnpackError('No up to date source found: clone directory not available or not up to date: /home/mikayama/tisdk/build/../downloads/git2/git.ti.com.processor-sdk.sitara-apps.git; shallow clone not enabled', 'git://git.ti.com/processor-sdk/sitara-apps.git;protocol=git;branch=master')
DEBUG: Python function base_do_unpack finished
DEBUG: Python function do_unpack finished

log file: log_do_unpack.528962

DEBUG: Executing python function do_unpack
DEBUG: Executing python function base_do_unpack
DEBUG: Running 'export PSEUDO_DISABLED=1; export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1001/bus"; export SSH_AGENT_PID="1842"; export SSH_AUTH_SOCK="/run/user/1001/keyring/ssh"; export PATH="/home/mikayama/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/benchmark-server/1.0.0/recipe-sysroot-native/usr/bin/python3-native:/home/mikayama/tisdk/sources/oe-core/scripts:/home/mikayama/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/benchmark-server/1.0.0/recipe-sysroot-native/usr/bin/aarch64-oe-linux:/home/mikayama/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/benchmark-server/1.0.0/recipe-sysroot/usr/bin/crossscripts:/home/mikayama/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/benchmark-server/1.0.0/recipe-sysroot-native/usr/sbin:/home/mikayama/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/benchmark-server/1.0.0/recipe-sysroot-native/usr/bin:/home/mikayama/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/benchmark-server/1.0.0/recipe-sysroot-native/sbin:/home/mikayama/tisdk/build/arago-tmp-default-glibc/work/aarch64-oe-linux/benchmark-server/1.0.0/recipe-sysroot-native/bin:/home/mikayama/tisdk/sources/bitbake/bin:/home/mikayama/tisdk/build/arago-tmp-default-glibc/hosttools"; export HOME="/home/mikayama"; git -c gc.autoDetach=false -c core.pager=cat -c safe.bareRepository=all branch --contains dc762b22701940867cc915093b865bb69317e13d --list master 2> /dev/null | wc -l' in /home/mikayama/tisdk/build/../downloads/git2/git.ti.com.processor-sdk.sitara-apps.git
ERROR: Bitbake Fetcher Error: UnpackError('No up to date source found: clone directory not available or not up to date: /home/mikayama/tisdk/build/../downloads/git2/git.ti.com.processor-sdk.sitara-apps.git; shallow clone not enabled', 'git://git.ti.com/processor-sdk/sitara-apps.git;protocol=git;branch=master')
DEBUG: Python function base_do_unpack finished
DEBUG: Python function do_unpack finished

I have tried with the sdk version 10.01.10.04 and resulted in the same error.

Is there  any way to solve this problem?

Thanks in advance.