* [Buildroot] Kernel headers 2.36.8.10 not matching patch level
@ 2009-05-20 14:18 Sagaert Johan
2009-05-24 20:33 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Sagaert Johan @ 2009-05-20 14:18 UTC (permalink / raw)
To: buildroot
Hi
(2009.5 rc2)
I noticed while running make and having selected patch level 9 ( 2.6.28.9)
that buildroot downloads the kernel source 2.6.28.10 ?
It seems to use the 2.6.28.10 in the toolchain_build_arm, the one in
project_build_arm was the right one.
I have o idea if this could cause problems.
Running make linux26menuconfig fails if a full build was never done before.
Johan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20090520/6757e50f/attachment.htm>
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Buildroot] Kernel headers 2.36.8.10 not matching patch level
2009-05-20 14:18 [Buildroot] Kernel headers 2.36.8.10 not matching patch level Sagaert Johan
@ 2009-05-24 20:33 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2009-05-24 20:33 UTC (permalink / raw)
To: buildroot
>>>>> "Sagaert" == Sagaert Johan <sagaert.johan@skynet.be> writes:
Sagaert> Hi
Sagaert> (2009.5 rc2)
Sagaert> I noticed while running make and having selected patch level
Sagaert> 9 ( 2.6.28.9) that buildroot downloads the kernel source
Sagaert> 2.6.28.10 ? It seems to use the 2.6.28.10 in the
Sagaert> toolchain_build_arm, the one in project_build_arm was the
Sagaert> right one. I have o idea if this could cause problems.
There's up to two kernels involved here. The first (in toolchain_*) is
used for the kernel headers needed by uClibc / various packages, and
the second is the kernel for the target. These may or may not be same
version, depending on config (E.G. from the above I gather you are
using the "advanced" kernel config).
Normally it isn't a big deal if these versions don't match as the
syscall interface is very stable, but it could be an issue if your
kernel headers are very old compared to your kernel as you then don't
have the new features described in the headers.
It seems like the advanced kernel config should get the 2.6.28.x
version bumped.
Sagaert> Running make linux26menuconfig fails if a full build was
Sagaert> never done before.
So with a config selecting the advanced kernel config? I'll take a
look at it.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-05-24 20:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-20 14:18 [Buildroot] Kernel headers 2.36.8.10 not matching patch level Sagaert Johan
2009-05-24 20:33 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox