All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] linux: bump 2.6.38 kernel to 2.6.38.5
@ 2011-05-11 12:39 Gustavo Zacarias
  2011-05-11 12:39 ` [Buildroot] [PATCH 2/3] toolchain: bump 2.6.38 headers to 2.6.38.6 Gustavo Zacarias
  2011-05-11 12:39 ` [Buildroot] [PATCH 3/3] configs: bump 2.6.38 kernels " Gustavo Zacarias
  0 siblings, 2 replies; 5+ messages in thread
From: Gustavo Zacarias @ 2011-05-11 12:39 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 linux/Config.in |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/linux/Config.in b/linux/Config.in
index cfef5bb..ea04c7d 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -22,7 +22,7 @@ choice
 	default BR2_LINUX_KERNEL_2_6_38
 
 config BR2_LINUX_KERNEL_2_6_38
-	bool "2.6.38.5"
+	bool "2.6.38.6"
 
 config BR2_LINUX_KERNEL_SAME_AS_HEADERS
 	bool "Same as toolchain kernel headers"
@@ -52,7 +52,7 @@ endchoice
 config BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE
 	string "Kernel version"
 	depends on BR2_LINUX_KERNEL_CUSTOM_VERSION
-	default "2.6.38.5"
+	default "2.6.38.6"
 
 config BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION
 	string "URL of custom kernel tarball"
@@ -60,7 +60,7 @@ config BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION
 
 config BR2_LINUX_KERNEL_VERSION
 	string
-	default "2.6.38.5" if BR2_LINUX_KERNEL_2_6_38
+	default "2.6.38.6" if BR2_LINUX_KERNEL_2_6_38
 	default BR2_DEFAULT_KERNEL_HEADERS if BR2_LINUX_KERNEL_SAME_AS_HEADERS
 	default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE if BR2_LINUX_KERNEL_CUSTOM_VERSION
 	default "custom" if BR2_LINUX_KERNEL_CUSTOM_TARBALL
-- 
1.7.3.4

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

* [Buildroot] [PATCH 2/3] toolchain: bump 2.6.38 headers to 2.6.38.6
  2011-05-11 12:39 [Buildroot] [PATCH 1/3] linux: bump 2.6.38 kernel to 2.6.38.5 Gustavo Zacarias
@ 2011-05-11 12:39 ` Gustavo Zacarias
  2011-05-12 15:45   ` Peter Korsgaard
  2011-05-11 12:39 ` [Buildroot] [PATCH 3/3] configs: bump 2.6.38 kernels " Gustavo Zacarias
  1 sibling, 1 reply; 5+ messages in thread
From: Gustavo Zacarias @ 2011-05-11 12:39 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 toolchain/kernel-headers/Config.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/toolchain/kernel-headers/Config.in b/toolchain/kernel-headers/Config.in
index 6bf4d6f..da6f1c3 100644
--- a/toolchain/kernel-headers/Config.in
+++ b/toolchain/kernel-headers/Config.in
@@ -46,6 +46,6 @@ config BR2_DEFAULT_KERNEL_HEADERS
 	default "2.6.35.13"	if BR2_KERNEL_HEADERS_2_6_35
 	default "2.6.36.4"	if BR2_KERNEL_HEADERS_2_6_36
 	default "2.6.37.6"	if BR2_KERNEL_HEADERS_2_6_37
-	default "2.6.38.5"	if BR2_KERNEL_HEADERS_2_6_38
+	default "2.6.38.6"	if BR2_KERNEL_HEADERS_2_6_38
 	default "2.6"		if BR2_KERNEL_HEADERS_SNAP
 	default $BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
-- 
1.7.3.4

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

* [Buildroot] [PATCH 3/3] configs: bump 2.6.38 kernels to 2.6.38.6
  2011-05-11 12:39 [Buildroot] [PATCH 1/3] linux: bump 2.6.38 kernel to 2.6.38.5 Gustavo Zacarias
  2011-05-11 12:39 ` [Buildroot] [PATCH 2/3] toolchain: bump 2.6.38 headers to 2.6.38.6 Gustavo Zacarias
@ 2011-05-11 12:39 ` Gustavo Zacarias
  2011-05-12 15:45   ` Peter Korsgaard
  1 sibling, 1 reply; 5+ messages in thread
From: Gustavo Zacarias @ 2011-05-11 12:39 UTC (permalink / raw)
  To: buildroot

Bump kernel versions of qemu/mips-malta and qemu/arm-versatile sample
configuration files to 2.6.38.6

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 configs/qemu_arm_versatile_defconfig |    2 +-
 configs/qemu_mipsel_malta_defconfig  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configs/qemu_arm_versatile_defconfig b/configs/qemu_arm_versatile_defconfig
index 1a1a0ff..6274b68 100644
--- a/configs/qemu_arm_versatile_defconfig
+++ b/configs/qemu_arm_versatile_defconfig
@@ -13,7 +13,7 @@ BR2_TARGET_ROOTFS_EXT2=y
 # Kernel
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="2.6.38.5"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="2.6.38.6"
 BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
 BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/arm-versatile/linux-2.6.38.config"
 BR2_LINUX_KERNEL_ZIMAGE=y
diff --git a/configs/qemu_mipsel_malta_defconfig b/configs/qemu_mipsel_malta_defconfig
index 0523a14..64ce976 100644
--- a/configs/qemu_mipsel_malta_defconfig
+++ b/configs/qemu_mipsel_malta_defconfig
@@ -9,7 +9,7 @@ BR2_TARGET_ROOTFS_EXT2=y
 # Kernel
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="2.6.38.5"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="2.6.38.6"
 BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
 BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/mipsel-malta/linux-2.6.38.config"
 BR2_LINUX_KERNEL_VMLINUX=y
-- 
1.7.3.4

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

* [Buildroot] [PATCH 2/3] toolchain: bump 2.6.38 headers to 2.6.38.6
  2011-05-11 12:39 ` [Buildroot] [PATCH 2/3] toolchain: bump 2.6.38 headers to 2.6.38.6 Gustavo Zacarias
@ 2011-05-12 15:45   ` Peter Korsgaard
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2011-05-12 15:45 UTC (permalink / raw)
  To: buildroot

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

 Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
 Gustavo> ---
 Gustavo>  toolchain/kernel-headers/Config.in |    2 +-

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 3/3] configs: bump 2.6.38 kernels to 2.6.38.6
  2011-05-11 12:39 ` [Buildroot] [PATCH 3/3] configs: bump 2.6.38 kernels " Gustavo Zacarias
@ 2011-05-12 15:45   ` Peter Korsgaard
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2011-05-12 15:45 UTC (permalink / raw)
  To: buildroot

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

 Gustavo> Bump kernel versions of qemu/mips-malta and qemu/arm-versatile sample
 Gustavo> configuration files to 2.6.38.6

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2011-05-12 15:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-11 12:39 [Buildroot] [PATCH 1/3] linux: bump 2.6.38 kernel to 2.6.38.5 Gustavo Zacarias
2011-05-11 12:39 ` [Buildroot] [PATCH 2/3] toolchain: bump 2.6.38 headers to 2.6.38.6 Gustavo Zacarias
2011-05-12 15:45   ` Peter Korsgaard
2011-05-11 12:39 ` [Buildroot] [PATCH 3/3] configs: bump 2.6.38 kernels " Gustavo Zacarias
2011-05-12 15:45   ` 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.