* [Buildroot] [PATCH 1/2] kernel-headers: bump 3.2.x stable version
@ 2012-03-14 14:24 Gustavo Zacarias
0 siblings, 0 replies; 4+ messages in thread
From: Gustavo Zacarias @ 2012-03-14 14:24 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 75c13cc..c3e00a1 100644
--- a/toolchain/kernel-headers/Config.in
+++ b/toolchain/kernel-headers/Config.in
@@ -62,6 +62,6 @@ config BR2_DEFAULT_KERNEL_HEADERS
default "2.6.39.4" if BR2_KERNEL_HEADERS_2_6_39
default "3.0.24" if BR2_KERNEL_HEADERS_3_0
default "3.1.10" if BR2_KERNEL_HEADERS_3_1
- default "3.2.10" if BR2_KERNEL_HEADERS_3_2
+ default "3.2.11" if BR2_KERNEL_HEADERS_3_2
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 1/2] kernel-headers: bump 3.2.x stable version
@ 2012-05-21 15:03 Gustavo Zacarias
2012-05-21 15:03 ` [Buildroot] [PATCH 2/2] qemu/sh4-r2d: update to use kernel 3.2.18 Gustavo Zacarias
2012-05-21 15:17 ` [Buildroot] [PATCH 1/2] kernel-headers: bump 3.2.x stable version Peter Korsgaard
0 siblings, 2 replies; 4+ messages in thread
From: Gustavo Zacarias @ 2012-05-21 15:03 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 d8602f1..cd83270 100644
--- a/toolchain/kernel-headers/Config.in
+++ b/toolchain/kernel-headers/Config.in
@@ -65,7 +65,7 @@ config BR2_DEFAULT_KERNEL_HEADERS
default "2.6.39.4" if BR2_KERNEL_HEADERS_2_6_39
default "3.0.31" if BR2_KERNEL_HEADERS_3_0
default "3.1.10" if BR2_KERNEL_HEADERS_3_1
- default "3.2.17" if BR2_KERNEL_HEADERS_3_2
+ default "3.2.18" if BR2_KERNEL_HEADERS_3_2
default "3.3.6" if BR2_KERNEL_HEADERS_3_3
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 2/2] qemu/sh4-r2d: update to use kernel 3.2.18
2012-05-21 15:03 [Buildroot] [PATCH 1/2] kernel-headers: bump 3.2.x stable version Gustavo Zacarias
@ 2012-05-21 15:03 ` Gustavo Zacarias
2012-05-21 15:17 ` [Buildroot] [PATCH 1/2] kernel-headers: bump 3.2.x stable version Peter Korsgaard
1 sibling, 0 replies; 4+ messages in thread
From: Gustavo Zacarias @ 2012-05-21 15:03 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
configs/qemu_sh4_r2d_defconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configs/qemu_sh4_r2d_defconfig b/configs/qemu_sh4_r2d_defconfig
index 99db36a..a580870 100644
--- a/configs/qemu_sh4_r2d_defconfig
+++ b/configs/qemu_sh4_r2d_defconfig
@@ -20,7 +20,7 @@ BR2_EXTRA_GCC_CONFIG_OPTIONS="--with-multilib-list=m4,m4-nofpu"
# Linux kernel
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.2.17"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.2.18"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/sh4-r2d/linux-3.2.config"
BR2_LINUX_KERNEL_ZIMAGE=y
--
1.7.3.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 1/2] kernel-headers: bump 3.2.x stable version
2012-05-21 15:03 [Buildroot] [PATCH 1/2] kernel-headers: bump 3.2.x stable version Gustavo Zacarias
2012-05-21 15:03 ` [Buildroot] [PATCH 2/2] qemu/sh4-r2d: update to use kernel 3.2.18 Gustavo Zacarias
@ 2012-05-21 15:17 ` Peter Korsgaard
1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2012-05-21 15:17 UTC (permalink / raw)
To: buildroot
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Committed both, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-05-21 15:17 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-21 15:03 [Buildroot] [PATCH 1/2] kernel-headers: bump 3.2.x stable version Gustavo Zacarias
2012-05-21 15:03 ` [Buildroot] [PATCH 2/2] qemu/sh4-r2d: update to use kernel 3.2.18 Gustavo Zacarias
2012-05-21 15:17 ` [Buildroot] [PATCH 1/2] kernel-headers: bump 3.2.x stable version Peter Korsgaard
-- strict thread matches above, loose matches on Subject: below --
2012-03-14 14:24 Gustavo Zacarias
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox