beagleboard / linux

The official Read Only BeagleBoard and BeagleBone kernel repository https://git.beagleboard.org/beagleboard/linux
http://beagleboard.org/source
Other
716 stars 566 forks source link

ERROR: i am trying to build yocto image for beaglebone black using meta-ti-bsp but i am facing a error #290

Open moaz-azam opened 2 weeks ago

moaz-azam commented 2 weeks ago

Using Meta-ti scarthgap branch,

it is fetching linux kernel from a source that is begin removed maybe? ERROR: Task (/home/moaz/Yocto_learning/meta-ti/meta-ti-bsp/recipes-kernel/linux/linux-bb.org_git.bb:do_fetch) failed with exit code '1' ERROR: linux-bb.org-6.1.80+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.1.80-ti-r34')

This particular branch don't exits now i am unable to find this branch here in this repository also

RobertCNelson commented 2 weeks ago

It's right there... https://github.com/beagleboard/linux/tree/v6.1.80-ti-r34

moaz-azam commented 2 weeks ago

I dont know whats the problem then do_fetch command failed multiple times. that is not main issue here it the problem with MACHINE ="beaglebone" its select 32 bit architecture. i am using beaglebone black . i researched a bit and find out that i need to use MACHINE= "am335x-boneblack" in my local.conf file . Can you please verify thanks.

RobertCNelson commented 2 weeks ago

idk, i personally stay far away from yocto..