* [Buildroot] [PATCH 2/8] qemu/arm-versatile: update to use kernel 3.2.6
2012-02-18 19:30 [Buildroot] [PATCH 1/8] qemu/ppc-g3beige: update readme and use kernel 3.2.6 Gustavo Zacarias
@ 2012-02-18 19:30 ` Gustavo Zacarias
2012-02-18 19:30 ` [Buildroot] [PATCH 3/8] qemu/x86: " Gustavo Zacarias
` (6 subsequent siblings)
7 siblings, 0 replies; 11+ messages in thread
From: Gustavo Zacarias @ 2012-02-18 19:30 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 17aa833..fdc2e72 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="3.2"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.2.6"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/arm-versatile/linux-3.2.config"
BR2_LINUX_KERNEL_ZIMAGE=y
--
1.7.3.4
^ permalink raw reply related [flat|nested] 11+ messages in thread* [Buildroot] [PATCH 3/8] qemu/x86: update to use kernel 3.2.6
2012-02-18 19:30 [Buildroot] [PATCH 1/8] qemu/ppc-g3beige: update readme and use kernel 3.2.6 Gustavo Zacarias
2012-02-18 19:30 ` [Buildroot] [PATCH 2/8] qemu/arm-versatile: update to " Gustavo Zacarias
@ 2012-02-18 19:30 ` Gustavo Zacarias
2012-02-18 19:30 ` [Buildroot] [PATCH 4/8] qemu/x86_64: " Gustavo Zacarias
` (5 subsequent siblings)
7 siblings, 0 replies; 11+ messages in thread
From: Gustavo Zacarias @ 2012-02-18 19:30 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
configs/qemu_x86_defconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configs/qemu_x86_defconfig b/configs/qemu_x86_defconfig
index 314b124..d20850a 100644
--- a/configs/qemu_x86_defconfig
+++ b/configs/qemu_x86_defconfig
@@ -13,6 +13,6 @@ BR2_TARGET_ROOTFS_EXT2=y
# Kernel
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.2"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.2.6"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/x86/linux-3.2.config"
--
1.7.3.4
^ permalink raw reply related [flat|nested] 11+ messages in thread* [Buildroot] [PATCH 4/8] qemu/x86_64: update to use kernel 3.2.6
2012-02-18 19:30 [Buildroot] [PATCH 1/8] qemu/ppc-g3beige: update readme and use kernel 3.2.6 Gustavo Zacarias
2012-02-18 19:30 ` [Buildroot] [PATCH 2/8] qemu/arm-versatile: update to " Gustavo Zacarias
2012-02-18 19:30 ` [Buildroot] [PATCH 3/8] qemu/x86: " Gustavo Zacarias
@ 2012-02-18 19:30 ` Gustavo Zacarias
2012-02-18 19:30 ` [Buildroot] [PATCH 5/8] qemu/mips-malta: " Gustavo Zacarias
` (4 subsequent siblings)
7 siblings, 0 replies; 11+ messages in thread
From: Gustavo Zacarias @ 2012-02-18 19:30 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
configs/qemu_x86_64_defconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configs/qemu_x86_64_defconfig b/configs/qemu_x86_64_defconfig
index cf3c0e1..6da334c 100644
--- a/configs/qemu_x86_64_defconfig
+++ b/configs/qemu_x86_64_defconfig
@@ -12,6 +12,6 @@ BR2_TARGET_ROOTFS_EXT2=y
# Kernel
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.2"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.2.6"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/x86_64/linux-3.2.config"
--
1.7.3.4
^ permalink raw reply related [flat|nested] 11+ messages in thread* [Buildroot] [PATCH 5/8] qemu/mips-malta: update to use kernel 3.2.6
2012-02-18 19:30 [Buildroot] [PATCH 1/8] qemu/ppc-g3beige: update readme and use kernel 3.2.6 Gustavo Zacarias
` (2 preceding siblings ...)
2012-02-18 19:30 ` [Buildroot] [PATCH 4/8] qemu/x86_64: " Gustavo Zacarias
@ 2012-02-18 19:30 ` Gustavo Zacarias
2012-02-18 19:30 ` [Buildroot] [PATCH 6/8] qemu/mipsel-malta: " Gustavo Zacarias
` (3 subsequent siblings)
7 siblings, 0 replies; 11+ messages in thread
From: Gustavo Zacarias @ 2012-02-18 19:30 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
configs/qemu_mips_malta_defconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configs/qemu_mips_malta_defconfig b/configs/qemu_mips_malta_defconfig
index d6ab841..db94790 100644
--- a/configs/qemu_mips_malta_defconfig
+++ b/configs/qemu_mips_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="3.2"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.2.6"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/mips-malta/linux-3.2.config"
BR2_LINUX_KERNEL_VMLINUX=y
--
1.7.3.4
^ permalink raw reply related [flat|nested] 11+ messages in thread* [Buildroot] [PATCH 6/8] qemu/mipsel-malta: update to use kernel 3.2.6
2012-02-18 19:30 [Buildroot] [PATCH 1/8] qemu/ppc-g3beige: update readme and use kernel 3.2.6 Gustavo Zacarias
` (3 preceding siblings ...)
2012-02-18 19:30 ` [Buildroot] [PATCH 5/8] qemu/mips-malta: " Gustavo Zacarias
@ 2012-02-18 19:30 ` Gustavo Zacarias
2012-02-18 19:30 ` [Buildroot] [PATCH 7/8] qemu/sparc-ss10: " Gustavo Zacarias
` (2 subsequent siblings)
7 siblings, 0 replies; 11+ messages in thread
From: Gustavo Zacarias @ 2012-02-18 19:30 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
configs/qemu_mipsel_malta_defconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configs/qemu_mipsel_malta_defconfig b/configs/qemu_mipsel_malta_defconfig
index a46f886..0ccd4e6 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="3.2"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.2.6"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/mipsel-malta/linux-3.2.config"
BR2_LINUX_KERNEL_VMLINUX=y
--
1.7.3.4
^ permalink raw reply related [flat|nested] 11+ messages in thread* [Buildroot] [PATCH 7/8] qemu/sparc-ss10: update to use kernel 3.2.6
2012-02-18 19:30 [Buildroot] [PATCH 1/8] qemu/ppc-g3beige: update readme and use kernel 3.2.6 Gustavo Zacarias
` (4 preceding siblings ...)
2012-02-18 19:30 ` [Buildroot] [PATCH 6/8] qemu/mipsel-malta: " Gustavo Zacarias
@ 2012-02-18 19:30 ` Gustavo Zacarias
2012-02-18 19:30 ` [Buildroot] [PATCH 8/8] qemu/sh4-r2d: " Gustavo Zacarias
2012-02-19 21:59 ` [Buildroot] [PATCH 1/8] qemu/ppc-g3beige: update readme and " Peter Korsgaard
7 siblings, 0 replies; 11+ messages in thread
From: Gustavo Zacarias @ 2012-02-18 19:30 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
configs/qemu_sparc_ss10_defconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configs/qemu_sparc_ss10_defconfig b/configs/qemu_sparc_ss10_defconfig
index 834514f..6d69379 100644
--- a/configs/qemu_sparc_ss10_defconfig
+++ b/configs/qemu_sparc_ss10_defconfig
@@ -9,6 +9,6 @@ BR2_TARGET_ROOTFS_EXT2=y
# Linux kernel
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.2"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.2.6"
BR2_LINUX_KERNEL_DEFCONFIG="sparc32"
BR2_LINUX_KERNEL_ZIMAGE=y
--
1.7.3.4
^ permalink raw reply related [flat|nested] 11+ messages in thread* [Buildroot] [PATCH 8/8] qemu/sh4-r2d: update to use kernel 3.2.6
2012-02-18 19:30 [Buildroot] [PATCH 1/8] qemu/ppc-g3beige: update readme and use kernel 3.2.6 Gustavo Zacarias
` (5 preceding siblings ...)
2012-02-18 19:30 ` [Buildroot] [PATCH 7/8] qemu/sparc-ss10: " Gustavo Zacarias
@ 2012-02-18 19:30 ` Gustavo Zacarias
2012-02-19 21:59 ` [Buildroot] [PATCH 1/8] qemu/ppc-g3beige: update readme and " Peter Korsgaard
7 siblings, 0 replies; 11+ messages in thread
From: Gustavo Zacarias @ 2012-02-18 19:30 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 a35e2fa..8794b18 100644
--- a/configs/qemu_sh4_r2d_defconfig
+++ b/configs/qemu_sh4_r2d_defconfig
@@ -18,7 +18,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"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.2.6"
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] 11+ messages in thread* [Buildroot] [PATCH 1/8] qemu/ppc-g3beige: update readme and use kernel 3.2.6
2012-02-18 19:30 [Buildroot] [PATCH 1/8] qemu/ppc-g3beige: update readme and use kernel 3.2.6 Gustavo Zacarias
` (6 preceding siblings ...)
2012-02-18 19:30 ` [Buildroot] [PATCH 8/8] qemu/sh4-r2d: " Gustavo Zacarias
@ 2012-02-19 21:59 ` Peter Korsgaard
2012-02-20 0:15 ` Gustavo Zacarias
7 siblings, 1 reply; 11+ messages in thread
From: Peter Korsgaard @ 2012-02-19 21:59 UTC (permalink / raw)
To: buildroot
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Committed entire series to next, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 11+ messages in thread