Skip to content

Commit

Permalink
labs: sysdev-buildroot: use Linux 6.4 headers
Browse files Browse the repository at this point in the history
In crosstool-ng 1.26.0, the kernel headers version used can't be higher
than Linux 6.4.
Telling Buildroot that the toolchain was built with 6.6 headers will
cause it to crash with this error message :
"Incorrect selection of kernel headers: expected 6.6.x, got 6.4.x"

Signed-off-by: Thomas Bonnefille <[email protected]>
  • Loading branch information
Taumille authored and tpetazzoni committed Oct 19, 2024
1 parent ac28c7e commit a09c589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labs/sysdev-buildroot/sysdev-buildroot.tex
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ \section{Configure Buildroot}
}
(replace \code{<user>} by your actual user name)
\item \code{External toolchain gcc version}: \code{13.x}
\item \code{External toolchain kernel headers series}: \code{6.6.x or later}
\item \code{External toolchain kernel headers series}: \code{6.4.x}
\item \code{External toolchain C library}: \code{musl (experimental)}
\item We must tell Buildroot about our toolchain configuration, so
select \code{Toolchain has SSP support?} and
Expand Down

0 comments on commit a09c589

Please sign in to comment.