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

Bump to kernel 6.6 with latest buildroot #307

Merged
merged 8 commits into from
Jul 16, 2024
Merged

Bump to kernel 6.6 with latest buildroot #307

merged 8 commits into from
Jul 16, 2024

Conversation

jerryz123
Copy link
Contributor

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.

@jerryz123 jerryz123 requested a review from abejgonzalez July 14, 2024 23:48
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
Copy link
Contributor

@abejgonzalez abejgonzalez left a 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

Comment on lines +134 to +135
env
unset LD_LIBRARY_PATH
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What happened here?

Copy link
Contributor Author

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).

Copy link
Contributor

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.

boards/default/distros/br/br.py Show resolved Hide resolved
@jerryz123 jerryz123 requested a review from abejgonzalez July 16, 2024 00:18
@abejgonzalez abejgonzalez merged commit cf7cac5 into master Jul 16, 2024
8 checks passed
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 this pull request may close these issues.

2 participants