-
Notifications
You must be signed in to change notification settings - Fork 51
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
Bump to kernel 6.6 with latest buildroot #307
Conversation
Buildroot's fakeroot 1.34 does not compile with sysroot-2.17, so force a downgrade via BR's PACKAGE_OVERRIDE_SRC mechanism
Behavior change from 6.2 to 6.6, extmod builds no longer downgrade modpost errors to warnings by default
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.
LGTM. Outside of Q's
env | ||
unset LD_LIBRARY_PATH |
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.
What happened here?
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.
The runner env has a bad LD_LIBRARY_PATH, its like /ecad/xilinx/lib:
(the extra colon at the end breaks it).
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.
I think this is an issue w/ the Xilinx scripts that are added to the runners .bashrc
. I can fix this later, for now we can keep this in.
The 13.2 toolchain installs Linux 6.6 headers.
This updates the kernel to 6.6, and buildroot to latest, which supports 6.6.
This also provides a better error message when running marshal in a unsupported filesystem and exposes the
mount-dir
as a configurable option to resolve such errors.