Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 this issue Aug 26, 2024 · 3 comments

Comments

@moaz-azam
Copy link

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
Copy link
Member

@beagleboard beagleboard deleted a comment Aug 26, 2024
@moaz-azam
Copy link
Author

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
Copy link
Member

idk, i personally stay far away from yocto..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@RobertCNelson @moaz-azam and others