On Fri, Jan 24, 2025 at 11:27:27AM -0800, willhowe235 via lists.yoctoproject.org wrote: > Hello all, > > I'm new to the yocto project and I'm a first time poster.
This question is more appropriate for the meta-ti mailing list (copied). Since the recipe you are having problems with resides in meta-beagle layer, which is part of the meta-ti repository. And Yocto Project layers are required to have a README file that explains where to send questions to: https://git.yoctoproject.org/meta-ti/tree/meta-beagle/README?h=scarthgap > NOTE: Executing Tasks > WARNING: linux-bb.org-6.6.32+git-r0 do_fetch: Failed to fetch URL > git://github.com/beagleboard/linux.git;protocol=https;branch=v6.6.32-ti-arm32-r7, > attempting MIRRORS if available > ERROR: linux-bb.org-6.6.32+git-r0 do_fetch: Fetcher failure: Fetch command > export PSEUDO_DISABLED=1; export > DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus"; export > PATH="/home/whowe1/tmp/sysroots-uninative/x86_64-linux/usr/bin:/home/whowe1/yocto_live_coding_project/poky/scripts:/home/whowe1/tmp/work/beaglebone-poky-linux-gnueabi/linux-bb.org/6.6.32+git/recipe-sysroot-native/usr/bin/arm-poky-linux-gnueabi:/home/whowe1/tmp/work/beaglebone-poky-linux-gnueabi/linux-bb.org/6.6.32+git/recipe-sysroot/usr/bin/crossscripts:/home/whowe1/tmp/work/beaglebone-poky-linux-gnueabi/linux-bb.org/6.6.32+git/recipe-sysroot-native/usr/sbin:/home/whowe1/tmp/work/beaglebone-poky-linux-gnueabi/linux-bb.org/6.6.32+git/recipe-sysroot-native/usr/bin:/home/whowe1/tmp/work/beaglebone-poky-linux-gnueabi/linux-bb.org/6.6.32+git/recipe-sysroot-native/sbin:/home/whowe1/tmp/work/beaglebone-poky-linux-gnueabi/linux-bb.org/6.6.32+git/recipe-sysroot-native/bin:/home/whowe1/yocto_live_coding_project/poky/bitbake/bin:/home/whowe1/tmp/host > tools"; export HOME="/home/whowe1"; LANG=C git -c gc.autoDetach=false -c > core.pager=cat -c safe.bareRepository=all fetch -f --progress > https://github.com/beagleboard/linux.git refs/heads/*:refs/heads/* > refs/tags/*:refs/tags/* failed with exit code 128, see logfile for output > ERROR: linux-bb.org-6.6.32+git-r0 do_fetch: Bitbake Fetcher Error: > FetchError('Unable to fetch URL from any source.', > 'git://github.com/beagleboard/linux.git;protocol=https;branch=v6.6.32-ti-arm32-r7') > ERROR: Logfile of failure stored in: > /home/whowe1/tmp/work/beaglebone-poky-linux-gnueabi/linux-bb.org/6.6.32+git/temp/log.do_fetch.1038389 Could you check the corresponding log file referred here ^^^ I just tried it locally and it worked as expected: $ git clone https://github.com/beagleboard/linux.git -b v6.6.32-ti-arm32-r7 ... $ git checkout 525684d28fadc2bdae5424f28b219377bd5d4639 ... Please try these steps manually and see if that works. I wonder if it's some kind of a local issue (e.g. caused by WSL) or a temporarily connection issue with github... FWIW, we used to fetch directly from git.beagleboard.org, but had to switch to github.com as it was more reliable: https://git.yoctoproject.org/meta-ti/commit/?id=26665b1fea17ac6010121fff593759de55bb6120 -- Denys
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#18235): https://lists.yoctoproject.org/g/meta-ti/message/18235 Mute This Topic: https://lists.yoctoproject.org/mt/110799060/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
