Tool/software:
I'm verifying with the PROCESSOR-SDK-DRA7X series SDK for Linux.
■ My Question
The hash of meta-glsdk listed in psdkla-06_00_00_03_dra7xx.txt is currently invalid.
Is there a way to obtain this source code? Which hash should I use instead?
You can confirm that the hash is invalid:
git clone https://git.ti.com/cgit/glsdk/meta-arago-glsdk cd meta-arago git checkout d45b286767c9ec019f1d145a357503789aa5bb1f
psdkla-06_00_00_03_dra7xx.txt is as follows.
# This file takes repo entries in the format # repo name,repo uri,repo branch,repo commit[,layers=layer1:layer2...:layern] bitbake,git://git.openembedded.org/bitbake,1.40,6b045e074c6fea97d4e305a5a3c8bf82135d95eb meta-glsdk,git://arago-project.org/git/projects/meta-glsdk.git,master,d45b286767c9ec019f1d145a357503789aa5bb1f,layers= meta-arago,git://arago-project.org/git/meta-arago.git,thud,ti2019.04,layers=meta-arago-distro:meta-arago-extras meta-browser,git://github.com/OSSystems/meta-browser.git,master,26d50665e2f7223c5f4ad7481a8d2431e7cb55fb,layers= meta-qt5,git://github.com/meta-qt5/meta-qt5.git,thud,1520d5b2b2beec5e1c3209d3178219e93ef08bca,layers= meta-virtualization,git://git.yoctoproject.org/meta-virtualization,thud,7685c7d415e0002c448007960837ae8898cd57a5,layers= meta-openembedded,git://git.openembedded.org/meta-openembedded,thud,446bd615fd7cb9bc7a159fe5c2019ed08d1a7a93,layers=meta-networking:meta-python:meta-oe:meta-gnome:meta-filesystems meta-ti,git://git.yoctoproject.org/meta-ti,thud,ti2019.04,layers= meta-linaro,git://git.linaro.org/openembedded/meta-linaro.git,thud,615ea7561b844a3867cee4299d83d605c10b02ab,layers=meta-linaro-toolchain:meta-optee oe-core,git://git.openembedded.org/openembedded-core,thud,cd7cf933b3235560ec71576d8f3836dff736a39f,layers=meta OECORELAYERCONF=./sample-files/bblayers.conf.sample OECORELOCALCONF=./sample-files/local-arago64.conf.sample
■ Related information
・This file is included in the SDK.
・Based on this file, the necessary source code for the Bitbake build is obtained.
This process is included in the setup-yocto.sh script.
The execution of this is documented in the instruction manual.
・The link for meta-glsdk mentioned in this file is invalid, so the following update seems necessary:
Before change: git://arago-project.org/git/projects/meta-glsdk.git
After change: https://git.ti.com/cgit/glsdk/meta-arago-glsdk
I speculate that this instruction manual and file were created in 2019,
and since then, the repository has been migrated, which may have caused the link to change.
■ My environment
・Docker with Ubuntu 14.04
・Python 2.7 (default)
・To setup , I use ti-processor-sdk-linux-automotive-dra7xx-evm-6.00.00.03-installer.bin which is below link.