Buildroot Archive on 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

* [Buildroot] [PATCH 2/5] configs/mini2440_defconfig: lock down kernel headers version
  2013-02-08 11:36 [Buildroot] [PATCH 1/5] configs/sheevaplug_defconfig: lock down kernel headers version Gustavo Zacarias
@ 2013-02-08 11:36 ` Gustavo Zacarias
  2013-02-08 11:36 ` [Buildroot] [PATCH 3/5] configs/armadeus_apf9328_defconfig: " Gustavo Zacarias
                   ` (3 subsequent siblings)
  4 siblings, 0 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/mini2440_defconfig | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/configs/mini2440_defconfig b/configs/mini2440_defconfig
index a7db855..6adcea0 100644
--- a/configs/mini2440_defconfig
+++ b/configs/mini2440_defconfig
@@ -15,6 +15,11 @@ BR2_TARGET_ROOTFS_JFFS2_NOCLEANMARKER=y
 BR2_TARGET_ROOTFS_JFFS2_LE=y
 BR2_TARGET_ROOTFS_TAR=y
 
+
+# Lock down headers to avoid breaking with new defaults
+BR2_KERNEL_HEADERS_VERSION=y
+BR2_DEFAULT_KERNEL_VERSION="3.0.4"
+
 # Bootloader
 BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BOARDNAME="mini2440"
-- 
1.7.12.4

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

* [Buildroot] [PATCH 3/5] configs/armadeus_apf9328_defconfig: lock down kernel headers version
  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 ` Gustavo Zacarias
  2013-02-08 11:36 ` [Buildroot] [PATCH 4/5] configs/at91sam9g20dfc_defconfig: lock down kernel headers vesion Gustavo Zacarias
                   ` (2 subsequent siblings)
  4 siblings, 0 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/armadeus_apf9328_defconfig | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/configs/armadeus_apf9328_defconfig b/configs/armadeus_apf9328_defconfig
index 945d385..1ed1dd5 100644
--- a/configs/armadeus_apf9328_defconfig
+++ b/configs/armadeus_apf9328_defconfig
@@ -14,6 +14,11 @@ BR2_TOOLCHAIN_BUILDROOT_INET_RPC=y
 BR2_TOOLCHAIN_BUILDROOT_LOCALE=y
 BR2_TOOLCHAIN_BUILDROOT_CXX=y
 
+
+# Lock down headers to avoid breaking with new defaults
+BR2_KERNEL_HEADERS_VERSION=y
+BR2_DEFAULT_KERNEL_VERSION="3.1.1"
+
 # System
 BR2_TARGET_GENERIC_HOSTNAME="apf9328"
 BR2_TARGET_GENERIC_ISSUE="Welcome to Armadeus development platform !"
-- 
1.7.12.4

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

* [Buildroot] [PATCH 4/5] configs/at91sam9g20dfc_defconfig: lock down kernel headers vesion
  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 ` 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
  4 siblings, 0 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/at91sam9g20dfc_defconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/configs/at91sam9g20dfc_defconfig b/configs/at91sam9g20dfc_defconfig
index 723b9e1..60764e6 100644
--- a/configs/at91sam9g20dfc_defconfig
+++ b/configs/at91sam9g20dfc_defconfig
@@ -2,6 +2,10 @@
 BR2_arm=y
 BR2_arm926t=y
 
+# Lock down headers to avoid breaking with new defaults
+BR2_KERNEL_HEADERS_VERSION=y
+BR2_DEFAULT_KERNEL_VERSION="3.1.6"
+
 # Host utilities
 #
 BR2_PACKAGE_HOST_SAM_BA=y
-- 
1.7.12.4

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

* [Buildroot] [PATCH 5/5] config/kb9202_defconfig: update to latest at91 kernel and lock headers
  2013-02-08 11:36 [Buildroot] [PATCH 1/5] configs/sheevaplug_defconfig: lock down kernel headers version Gustavo Zacarias
                   ` (2 preceding siblings ...)
  2013-02-08 11:36 ` [Buildroot] [PATCH 4/5] configs/at91sam9g20dfc_defconfig: lock down kernel headers vesion Gustavo Zacarias
@ 2013-02-08 11:36 ` Gustavo Zacarias
  2013-02-08 21:25 ` [Buildroot] [PATCH 1/5] configs/sheevaplug_defconfig: lock down kernel headers version Peter Korsgaard
  4 siblings, 0 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/kb9202_defconfig | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/configs/kb9202_defconfig b/configs/kb9202_defconfig
index 50b278c..1d01a22 100644
--- a/configs/kb9202_defconfig
+++ b/configs/kb9202_defconfig
@@ -5,10 +5,14 @@ BR2_arm920t=y
 # Filesystem
 BR2_TARGET_ROOTFS_TAR=y
 
+# Lock down headers to avoid breaking with new defaults
+BR2_KERNEL_HEADERS_VERSION=y
+BR2_DEFAULT_KERNEL_VERSION="2.6.38.8"
+
 # Kernel
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="2.6.33"
-BR2_LINUX_KERNEL_PATCH="http://maxim.org.za/AT91RM9200/2.6/2.6.33-at91.patch.gz"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="2.6.38.8"
+BR2_LINUX_KERNEL_PATCH="http://maxim.org.za/AT91RM9200/2.6/2.6.38-at91.patch.gz"
 BR2_LINUX_KERNEL_USE_DEFCONFIG=y
 BR2_LINUX_KERNEL_DEFCONFIG="kb9202"
-- 
1.7.12.4

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

* [Buildroot] [PATCH 1/5] configs/sheevaplug_defconfig: lock down kernel headers version
  2013-02-08 11:36 [Buildroot] [PATCH 1/5] configs/sheevaplug_defconfig: lock down kernel headers version Gustavo Zacarias
                   ` (3 preceding siblings ...)
  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 ` Peter Korsgaard
  4 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2013-02-08 21:25 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed series, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox