-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add support for sparc64 #122
Conversation
It is helpful to run savedefconfig when upgrading Buildroot to make sure that options do not get silently disabled or changed but up until this point, savedefconfig has only been run when editing a configuration file, which is annoying when building all images. Add a flag to allow running savedefconfig without editing so that it can be done non-interactively. Signed-off-by: Nathan Chancellor <[email protected]>
This is the latest LTS release. Update the LoongArch patch with the latest version available on the Buildroot mailing list. Signed-off-by: Nathan Chancellor <[email protected]>
Signed-off-by: Nathan Chancellor <[email protected]>
Signed-off-by: Nathan Chancellor <[email protected]>
990625f
to
2a2b0f7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like loongarch buildroot support hasn't yet landed upstream? That's a huge patch!
Correct. I could have potentially trimmed it down by omitting some patches from the series that we don't need but I figured taking the result of Thanks for the reviews! |
This is now supported in tuxmake 1.28.4 [1] and boot-utils [2]. Closes: ClangBuiltLinux#786 Link: https://gitlab.com/Linaro/tuxmake/-/merge_requests/456 [1] Link: ClangBuiltLinux/boot-utils#122 [2] Signed-off-by: Nathan Chancellor <[email protected]>
Update to the latest Buildroot LTS release and add support for sparc64