[Buildroot] kernel header patches

Ossy ossy1980 at gmx.net
Fri Aug 6 11:42:09 UTC 2010


Am 02.08.2010 10:01, schrieb Patrick Ziegler:
>
> Is there an official way to apply patches to the kernel headers and
> kernel sources depending on the board ?
>
For my Board I need to apply some minor patches to the kernel. My 
configuration looks like this:

Location of patches in project tree:
target/device/sheevaplug/SeagateDockStar/kernel-patches/
-> linux-2.6.34-0001-ABC.patch
-> linux-2.6.34-0002-XYZ.patch
-> DONOTUSENOW-linux-2.6.34-0002-XYZTesting.patch

.config includes:
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="target/device/sheevaplug/SeagateDockStar/SeagateDockStar-linux-2.6.34.1.config"
BR2_LINUX_KERNEL_PATCH="target/device/sheevaplug/SeagateDockStar/kernel-patches/"

The patches were correctly applied during kernel compilation via buildroot.

Regards,
Marcus



More information about the buildroot mailing list