* [Buildroot] [PATCH 1/3] linux: bump to version 2.6.38.5
@ 2011-05-03 13:01 Gustavo Zacarias
2011-05-03 13:01 ` [Buildroot] [PATCH 2/3] toolchain: bump 2.6.38 kernel headers to 2.6.38.5 Gustavo Zacarias
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Gustavo Zacarias @ 2011-05-03 13:01 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 3b0fa62..cfef5bb 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.4"
+ bool "2.6.38.5"
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.4"
+ default "2.6.38.5"
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.4" if BR2_LINUX_KERNEL_2_6_38
+ default "2.6.38.5" 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] 4+ messages in thread
* [Buildroot] [PATCH 2/3] toolchain: bump 2.6.38 kernel headers to 2.6.38.5
2011-05-03 13:01 [Buildroot] [PATCH 1/3] linux: bump to version 2.6.38.5 Gustavo Zacarias
@ 2011-05-03 13:01 ` Gustavo Zacarias
2011-05-03 13:01 ` [Buildroot] [PATCH 3/3] qemu/arm-versatile: use 2.6.38.5 kernel to match headers Gustavo Zacarias
2011-05-03 13:06 ` [Buildroot] [PATCH 1/3] linux: bump to version 2.6.38.5 Peter Korsgaard
2 siblings, 0 replies; 4+ messages in thread
From: Gustavo Zacarias @ 2011-05-03 13:01 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
| 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--git a/toolchain/kernel-headers/Config.in b/toolchain/kernel-headers/Config.in
index d35f026..6bf4d6f 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.4" if BR2_KERNEL_HEADERS_2_6_38
+ default "2.6.38.5" 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] 4+ messages in thread
* [Buildroot] [PATCH 3/3] qemu/arm-versatile: use 2.6.38.5 kernel to match headers
2011-05-03 13:01 [Buildroot] [PATCH 1/3] linux: bump to version 2.6.38.5 Gustavo Zacarias
2011-05-03 13:01 ` [Buildroot] [PATCH 2/3] toolchain: bump 2.6.38 kernel headers to 2.6.38.5 Gustavo Zacarias
@ 2011-05-03 13:01 ` Gustavo Zacarias
2011-05-03 13:06 ` [Buildroot] [PATCH 1/3] linux: bump to version 2.6.38.5 Peter Korsgaard
2 siblings, 0 replies; 4+ messages in thread
From: Gustavo Zacarias @ 2011-05-03 13:01 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
configs/qemu_arm_versatile_defconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configs/qemu_arm_versatile_defconfig b/configs/qemu_arm_versatile_defconfig
index ba32327..1a1a0ff 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.4"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="2.6.38.5"
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
--
1.7.3.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 1/3] linux: bump to version 2.6.38.5
2011-05-03 13:01 [Buildroot] [PATCH 1/3] linux: bump to version 2.6.38.5 Gustavo Zacarias
2011-05-03 13:01 ` [Buildroot] [PATCH 2/3] toolchain: bump 2.6.38 kernel headers to 2.6.38.5 Gustavo Zacarias
2011-05-03 13:01 ` [Buildroot] [PATCH 3/3] qemu/arm-versatile: use 2.6.38.5 kernel to match headers Gustavo Zacarias
@ 2011-05-03 13:06 ` Peter Korsgaard
2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2011-05-03 13:06 UTC (permalink / raw)
To: buildroot
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Committed all 3, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-05-03 13:06 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-03 13:01 [Buildroot] [PATCH 1/3] linux: bump to version 2.6.38.5 Gustavo Zacarias
2011-05-03 13:01 ` [Buildroot] [PATCH 2/3] toolchain: bump 2.6.38 kernel headers to 2.6.38.5 Gustavo Zacarias
2011-05-03 13:01 ` [Buildroot] [PATCH 3/3] qemu/arm-versatile: use 2.6.38.5 kernel to match headers Gustavo Zacarias
2011-05-03 13:06 ` [Buildroot] [PATCH 1/3] linux: bump to version 2.6.38.5 Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox