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

Allow building for linux/arm64 or aarch64 #3

Open
lgrosz opened this issue Apr 24, 2023 · 2 comments · May be fixed by #17
Open

Allow building for linux/arm64 or aarch64 #3

lgrosz opened this issue Apr 24, 2023 · 2 comments · May be fixed by #17

Comments

@lgrosz
Copy link
Owner

lgrosz commented Apr 24, 2023

Right now buildtools are installed exclusively for the x86_64 platform. If they exist, we should retrieve them for the aarch64 platform. These artifacts seems to be available for newer versions of yocto/poky. For older versions they may need to be built with BitBake in a builder stage.

@lgrosz
Copy link
Owner Author

lgrosz commented Apr 24, 2023

I was able to follow the readme build steps successfully by just doing a replace of x86_64 with aarch64 in the ubuntu-20.04/Dockerfile on my M1 Mac.

@lgrosz
Copy link
Owner Author

lgrosz commented Apr 28, 2023

Since buildtools have been removed, this should now be as simple as following this guide.

@lgrosz lgrosz linked a pull request May 26, 2023 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant