工具/软件:
我正在使用适用于 Linux 的 PROCESSOR-SDK-DRA7X 系列 SDK 进行验证。
■我的问题
psdkla-06_00_00_03_dra7xx.txt 中列出的 meta-glsdk 的哈希当前无效。
是否有方法获取此源代码? 我应该使用哪一个哈希值?
您可以确认哈希无效:
git clone git.ti.com/.../meta-arago-glsdk cd meta-arago git checkout d45b286767c9ec019f1d145a357503789aa5bb1f
psdkla-06_00_00_03_dra7xx.txt 如下所示。
# 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
■相关信息
・此文件包含在 SDK 中。
・根据此文件、获得了 Bitbake 构建所需的源代码。
此过程包含在 setup-yocto.sh 脚本中。
说明手册中介绍了执行过程。
・此文件中提到的 meta-glsdk 的链接无效,因此下面的更新似乎是必要的:
更改前:Git://arago-project.org/git/projects/meta-glsdk.git
更改后: https://git.ti.com/cgit/glsdk/meta-arago-glsdk
我推测这本说明书和文件是在2019年创建的、
此后、系统信息库已迁移、这可能导致链接更改。
■我的环境
・具有 Ubuntu 14.04的 Docker
・Python 2.7 (默认)
・要设置,我使用 ti-processor-sdk-linux-automotive-dra7xx-evm-6.00.00.03-installer.bin 下面的链接。