运行 Yocto/OE 构建的示例
PROCESSOR-SDK-LINUX-AM335X_06.03.00.106
推出日期:2020年 4月20日
即使在 http://software-dl.ti.com/processor-sdk-mirror/sources/上添加镜像后也会失败
这不是正确的位置。 错误为:
错误:linux-ti-staging -4.19.94+gitAUTOINC+be5389fd85-r22a.arago5.tisdk1.1 do_fetch:URL 的 fetcher 故障:'Git://git.ti.com/processor-sdk/processor-sdk-linux.git;protocol=git;branch=processor-sdk-linux-4.19.y'。 无法从任何源获取 URL。
错误:linux-ti-stage-4.19.94+gitAUTOINC+be5389fd85-r22a.arago5.tisdk1.1 do_fetch:函数失败:base_do_fetch
错误:存储在以下位置的故障日志文件:/home/root1/joetemp/AM335x/GIT2/tisdk/build/arago-tmp-external-arm-toolchain/work/am335x_evm-linux-gnueabi/linux-ti-staging/4.19.94 +gitAUTOINC+be5389fd85-r22a.arago5.tisdk1.1/temp/log.do_fetch.4484
错误:任务(/home/root1/joetemp/AM335x/GIT2/tisdk/sources/meta-ti/recipes-kernel/linux/linux-ti-staging_4.19.bb:DO 获取)失败、退出代码为"1"
构建步骤为(未显示工具链路径和代理命令):
Git 克隆 git://arago-project.org/git/projects/oe-layersetup.git tisdk
CD tisdk
oe-layertool-setup.sh -f configs/processor-sdk/processor-sdk-06.03.00.106-config.txt
CD 版本
echo "inherit +=\" own-mirrors\">> conf/local.conf
echo "source_mirror_url =\"software-dl.ti.com/.../\"">> conf/local.conf
echo "source_mirror_url =\"git.ti.com/.../\"">> conf/local.conf
。 配置/设置
MACHINE=AM335x-EVM /home/root1/joetemp/AM335x/GIT/tisdk/sources/bitbake/bin/bitbake -k Arago-base-tisdk-image
我们有什么问题?