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

Remove kernel fix to 6.8 #320

Merged
merged 2 commits into from
Sep 30, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion configs-base/pre/buildroot/kernel
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ BR2_LINUX_KERNEL_NEEDS_HOST_LIBELF=y
# see: https://kernel.org
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.10.7"
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_6_8=y
Copy link
Member

Choose a reason for hiding this comment

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

Could you set this to 6_10 here and/or override it wherever needed?

I remember there was some reason for setting it here, I believe it's because when buildroot is updated and a newer version becomes available, things will break unless we pin the headers version here. But this may not be the case anymore, let me know if so.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

With this line my build failed, becasuse buildroot expected 6.8 kernel headers, and got 6.10 kernel headers instead. So this is probably only needed if the kernel version is overwritten. But that would need to be tested.


BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG=y
BR2_KERNEL_HEADERS_AS_KERNEL=y