All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/5] configs/sheevaplug_defconfig: lock down kernel headers version
@ 2013-02-08 11:36 Gustavo Zacarias
  2013-02-08 11:36 ` [Buildroot] [PATCH 2/5] configs/mini2440_defconfig: " Gustavo Zacarias
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Gustavo Zacarias @ 2013-02-08 11:36 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 configs/sheevaplug_defconfig | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/configs/sheevaplug_defconfig b/configs/sheevaplug_defconfig
index ead1831..70572d7 100644
--- a/configs/sheevaplug_defconfig
+++ b/configs/sheevaplug_defconfig
@@ -10,6 +10,11 @@ BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
 BR2_TARGET_ROOTFS_JFFS2=y
 BR2_TARGET_ROOTFS_JFFS2_NANDFLASH_2K_128K=y
 
+
+# Lock down headers to avoid breaking with new defaults
+BR2_KERNEL_HEADERS_VERSION=y
+BR2_DEFAULT_KERNEL_VERSION="3.5.4"
+
 # bootloader
 BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BOARDNAME="sheevaplug"
-- 
1.7.12.4

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-02-08 21:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-08 11:36 [Buildroot] [PATCH 1/5] configs/sheevaplug_defconfig: lock down kernel headers version Gustavo Zacarias
2013-02-08 11:36 ` [Buildroot] [PATCH 2/5] configs/mini2440_defconfig: " Gustavo Zacarias
2013-02-08 11:36 ` [Buildroot] [PATCH 3/5] configs/armadeus_apf9328_defconfig: " Gustavo Zacarias
2013-02-08 11:36 ` [Buildroot] [PATCH 4/5] configs/at91sam9g20dfc_defconfig: lock down kernel headers vesion Gustavo Zacarias
2013-02-08 11:36 ` [Buildroot] [PATCH 5/5] config/kb9202_defconfig: update to latest at91 kernel and lock headers Gustavo Zacarias
2013-02-08 21:25 ` [Buildroot] [PATCH 1/5] configs/sheevaplug_defconfig: lock down kernel headers version Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.