-
Bug
-
Resolution: Out of scope
-
P2: Important
-
None
-
6.10.0 Beta3
When trying to build a custom Boot to Qt am62xx-evm image with:
curl https://storage.googleapis.com/git-repo-downloads/repo > repo chmod a+rx repo python3 ./repo init -u git://code.qt.io/yocto/boot2qt-manifest --groups all -m ti/6.10.xml python3 ./repo sync -d -j1 # handle lfs repos which need manual lfs pull # Mainly needed for Renesas builds LFS_REPOS=$(grep filter=lfs -l sources/*/.gitattributes 2>/dev/null || true) for REPO in ${LFS_REPOS}; do ( cd $(dirname ${REPO}); git lfs pull ) done export MACHINE=am62xx-evm . ./setup-environment.sh sed -i -e '/internal-build/d' conf/local.conf bitbake meta-b2qt-embedded-qbsp SDKMACHINE=x86_64-mingw32 bitbake meta-b2qt-embedded-qbsp
It fails with:
ERROR: linux-ti-staging-6.6.58+git-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'git://git.ti.com/git/ti-linux-kernel/ti-linux-kernel.git;protocol=https;branch=ti-linux-6.6.y')