[Buildroot] [PATCH] pandaboard: fix defonf build with recent kernels

Thomas Pedersen thomas at cozybit.com
Thu Dec 5 08:24:52 UTC 2013


On Dec 4, 2013 11:59 PM, "Thomas Petazzoni" <
thomas.petazzoni at free-electrons.com> wrote:
>
> Dear Thomas Pedersen,
>
> On Wed,  4 Dec 2013 15:57:44 -0800, Thomas Pedersen wrote:
> > The patch "pandaboard: Fix defconfig build" locked the
> > default pandaboard kernel to 3.8.11. This is inconvenient,
> > however, and we can make the default pandaboard kernel
> > build and boot with a few changes:
>
> The lock down to a specific version of the kernel and a specific version
> of the kernel headers is intentional. These are here to guarantee that
> the defconfig will always produce the same result, regardless of
> whether Buildroot updates the default kernel / kernel headers version.

Ah OK. At least this patch will make future kernels compatible with legacy
u-boot loaders. In our case we're using usbboot, and I'm not aware of a
method to pass the device tree over USB or PXE.

> > -# Lock to 3.8 headers to avoid breaking with newer kernels
> > -BR2_KERNEL_HEADERS_3_8=y
>
> So this should be kept (possibly updating to a new kernel headers
> version of course, but we should keep a kernel headers version here).
>
> >  # Kernel
> >  BR2_LINUX_KERNEL=y
> > -BR2_LINUX_KERNEL_CUSTOM_VERSION=y
> > -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.8.11"
>
> Same thing here. No problem with bumping from 3.8.x to 3.12.x or
> something like that, if you've tested 3.12.x, but an explicit version
> selection must be kept.

Will do. Thanks!

Thomas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20131205/cf95afab/attachment-0001.html>


More information about the buildroot mailing list