Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 01/11] qemu/arm-versatile: update to use kernel 3.5.4
@ 2012-09-21 14:54 Gustavo Zacarias
  2012-09-21 14:54 ` [Buildroot] [PATCH 02/11] qemu/arm-vexpress: " Gustavo Zacarias
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Gustavo Zacarias @ 2012-09-21 14:54 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 .../{linux-3.3.config => linux-3.5.config}         |    0
 configs/qemu_arm_versatile_defconfig               |    8 ++++----
 2 files changed, 4 insertions(+), 4 deletions(-)
 rename board/qemu/arm-versatile/{linux-3.3.config => linux-3.5.config} (100%)

diff --git a/board/qemu/arm-versatile/linux-3.3.config b/board/qemu/arm-versatile/linux-3.5.config
similarity index 100%
rename from board/qemu/arm-versatile/linux-3.3.config
rename to board/qemu/arm-versatile/linux-3.5.config
diff --git a/configs/qemu_arm_versatile_defconfig b/configs/qemu_arm_versatile_defconfig
index 5385f28..2037565 100644
--- a/configs/qemu_arm_versatile_defconfig
+++ b/configs/qemu_arm_versatile_defconfig
@@ -10,13 +10,13 @@ BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0"
 BR2_TARGET_ROOTFS_EXT2=y
 # BR2_TARGET_ROOTFS_TAR is not set
 
-# Lock to 3.3 headers to avoid breaking with newer kernels
-BR2_KERNEL_HEADERS_3_3=y
+# Lock to 3.5 headers to avoid breaking with newer kernels
+BR2_KERNEL_HEADERS_3_5=y
 
 # Kernel
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.3.7"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.5.4"
 BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
-BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/arm-versatile/linux-3.3.config"
+BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/arm-versatile/linux-3.5.config"
 BR2_LINUX_KERNEL_ZIMAGE=y
-- 
1.7.8.6

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

* [Buildroot] [PATCH 02/11] qemu/arm-vexpress: update to use kernel 3.5.4
  2012-09-21 14:54 [Buildroot] [PATCH 01/11] qemu/arm-versatile: update to use kernel 3.5.4 Gustavo Zacarias
@ 2012-09-21 14:54 ` Gustavo Zacarias
  2012-09-21 14:54 ` [Buildroot] [PATCH 03/11] qemu/x86: " Gustavo Zacarias
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Gustavo Zacarias @ 2012-09-21 14:54 UTC (permalink / raw)
  To: buildroot

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

diff --git a/configs/qemu_arm_vexpress_defconfig b/configs/qemu_arm_vexpress_defconfig
index 03ea6e0..8ac7a07 100644
--- a/configs/qemu_arm_vexpress_defconfig
+++ b/configs/qemu_arm_vexpress_defconfig
@@ -11,12 +11,12 @@ BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0"
 BR2_TARGET_ROOTFS_EXT2=y
 # BR2_TARGET_ROOTFS_TAR is not set
 
-# Lock to 3.4 headers to avoid breaking with newer kernels
-BR2_KERNEL_HEADERS_3_4=y
+# Lock to 3.5 headers to avoid breaking with newer kernels
+BR2_KERNEL_HEADERS_3_5=y
 
 # Kernel
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.4.7"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.5.4"
 BR2_LINUX_KERNEL_DEFCONFIG="vexpress"
 BR2_LINUX_KERNEL_ZIMAGE=y
-- 
1.7.8.6

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

* [Buildroot] [PATCH 03/11] qemu/x86: update to use kernel 3.5.4
  2012-09-21 14:54 [Buildroot] [PATCH 01/11] qemu/arm-versatile: update to use kernel 3.5.4 Gustavo Zacarias
  2012-09-21 14:54 ` [Buildroot] [PATCH 02/11] qemu/arm-vexpress: " Gustavo Zacarias
@ 2012-09-21 14:54 ` Gustavo Zacarias
  2012-09-21 14:54 ` [Buildroot] [PATCH 04/11] qemu/x86_64: " Gustavo Zacarias
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Gustavo Zacarias @ 2012-09-21 14:54 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 .../x86/{linux-3.4.config => linux-3.5.config}     |    0
 configs/qemu_x86_defconfig                         |    8 ++++----
 2 files changed, 4 insertions(+), 4 deletions(-)
 rename board/qemu/x86/{linux-3.4.config => linux-3.5.config} (100%)

diff --git a/board/qemu/x86/linux-3.4.config b/board/qemu/x86/linux-3.5.config
similarity index 100%
rename from board/qemu/x86/linux-3.4.config
rename to board/qemu/x86/linux-3.5.config
diff --git a/configs/qemu_x86_defconfig b/configs/qemu_x86_defconfig
index 1851cec..73c16a3 100644
--- a/configs/qemu_x86_defconfig
+++ b/configs/qemu_x86_defconfig
@@ -10,12 +10,12 @@ BR2_TARGET_GENERIC_GETTY_PORT="tty1"
 BR2_TARGET_ROOTFS_EXT2=y
 # BR2_TARGET_ROOTFS_TAR is not set
 
-# Lock to 3.4 headers to avoid breaking with newer kernels
-BR2_KERNEL_HEADERS_3_4=y
+# Lock to 3.5 headers to avoid breaking with newer kernels
+BR2_KERNEL_HEADERS_3_5=y
 
 # Kernel
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.4.7"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.5.4"
 BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
-BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/x86/linux-3.4.config"
+BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/x86/linux-3.5.config"
-- 
1.7.8.6

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

* [Buildroot] [PATCH 04/11] qemu/x86_64: update to use kernel 3.5.4
  2012-09-21 14:54 [Buildroot] [PATCH 01/11] qemu/arm-versatile: update to use kernel 3.5.4 Gustavo Zacarias
  2012-09-21 14:54 ` [Buildroot] [PATCH 02/11] qemu/arm-vexpress: " Gustavo Zacarias
  2012-09-21 14:54 ` [Buildroot] [PATCH 03/11] qemu/x86: " Gustavo Zacarias
@ 2012-09-21 14:54 ` Gustavo Zacarias
  2012-09-21 14:54 ` [Buildroot] [PATCH 05/11] qemu/sparc: " Gustavo Zacarias
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Gustavo Zacarias @ 2012-09-21 14:54 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 .../x86_64/{linux-3.4.config => linux-3.5.config}  |    0
 configs/qemu_x86_64_defconfig                      |    8 ++++----
 2 files changed, 4 insertions(+), 4 deletions(-)
 rename board/qemu/x86_64/{linux-3.4.config => linux-3.5.config} (100%)

diff --git a/board/qemu/x86_64/linux-3.4.config b/board/qemu/x86_64/linux-3.5.config
similarity index 100%
rename from board/qemu/x86_64/linux-3.4.config
rename to board/qemu/x86_64/linux-3.5.config
diff --git a/configs/qemu_x86_64_defconfig b/configs/qemu_x86_64_defconfig
index 91f5fc9..b7dac33 100644
--- a/configs/qemu_x86_64_defconfig
+++ b/configs/qemu_x86_64_defconfig
@@ -9,12 +9,12 @@ BR2_TARGET_GENERIC_GETTY_PORT="tty1"
 BR2_TARGET_ROOTFS_EXT2=y
 # BR2_TARGET_ROOTFS_TAR is not set
 
-# Lock to 3.4 headers to avoid breaking with newer kernels
-BR2_KERNEL_HEADERS_3_4=y
+# Lock to 3.5 headers to avoid breaking with newer kernels
+BR2_KERNEL_HEADERS_3_5=y
 
 # Kernel
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.4.7"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.5.4"
 BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
-BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/x86_64/linux-3.4.config"
+BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/x86_64/linux-3.5.config"
-- 
1.7.8.6

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

* [Buildroot] [PATCH 05/11] qemu/sparc: update to use kernel 3.5.4
  2012-09-21 14:54 [Buildroot] [PATCH 01/11] qemu/arm-versatile: update to use kernel 3.5.4 Gustavo Zacarias
                   ` (2 preceding siblings ...)
  2012-09-21 14:54 ` [Buildroot] [PATCH 04/11] qemu/x86_64: " Gustavo Zacarias
@ 2012-09-21 14:54 ` Gustavo Zacarias
  2012-09-21 14:54 ` [Buildroot] [PATCH 06/11] qemu/mips-malta: " Gustavo Zacarias
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Gustavo Zacarias @ 2012-09-21 14:54 UTC (permalink / raw)
  To: buildroot

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

diff --git a/configs/qemu_sparc_ss10_defconfig b/configs/qemu_sparc_ss10_defconfig
index 9c55458..8818ad1 100644
--- a/configs/qemu_sparc_ss10_defconfig
+++ b/configs/qemu_sparc_ss10_defconfig
@@ -6,12 +6,12 @@ BR2_sparc_supersparc=y
 BR2_TARGET_ROOTFS_EXT2=y
 # BR2_TARGET_ROOTFS_TAR is not set
 
-# Lock to 3.4 headers to avoid breaking with newer kernels
-BR2_KERNEL_HEADERS_3_4=y
+# Lock to 3.5 headers to avoid breaking with newer kernels
+BR2_KERNEL_HEADERS_3_5=y
 
 # Linux kernel
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.4.7"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.5.4"
 BR2_LINUX_KERNEL_DEFCONFIG="sparc32"
 BR2_LINUX_KERNEL_ZIMAGE=y
-- 
1.7.8.6

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

* [Buildroot] [PATCH 06/11] qemu/mips-malta: update to use kernel 3.5.4
  2012-09-21 14:54 [Buildroot] [PATCH 01/11] qemu/arm-versatile: update to use kernel 3.5.4 Gustavo Zacarias
                   ` (3 preceding siblings ...)
  2012-09-21 14:54 ` [Buildroot] [PATCH 05/11] qemu/sparc: " Gustavo Zacarias
@ 2012-09-21 14:54 ` Gustavo Zacarias
  2012-09-21 14:54 ` [Buildroot] [PATCH 07/11] qemu/mipsel-malta: " Gustavo Zacarias
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Gustavo Zacarias @ 2012-09-21 14:54 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 .../{linux-3.4.config => linux-3.5.config}         |    0
 configs/qemu_mips_malta_defconfig                  |    8 ++++----
 2 files changed, 4 insertions(+), 4 deletions(-)
 rename board/qemu/mips-malta/{linux-3.4.config => linux-3.5.config} (100%)

diff --git a/board/qemu/mips-malta/linux-3.4.config b/board/qemu/mips-malta/linux-3.5.config
similarity index 100%
rename from board/qemu/mips-malta/linux-3.4.config
rename to board/qemu/mips-malta/linux-3.5.config
diff --git a/configs/qemu_mips_malta_defconfig b/configs/qemu_mips_malta_defconfig
index f9ec326..3bb2a72 100644
--- a/configs/qemu_mips_malta_defconfig
+++ b/configs/qemu_mips_malta_defconfig
@@ -6,15 +6,15 @@ BR2_mips_32r2=y
 BR2_TARGET_ROOTFS_EXT2=y
 # BR2_TARGET_ROOTFS_TAR is not set
 
-# Lock to 3.4 headers to avoid breaking with newer kernels
-BR2_KERNEL_HEADERS_3_4=y
+# Lock to 3.5 headers to avoid breaking with newer kernels
+BR2_KERNEL_HEADERS_3_5=y
 
 # Kernel
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.4.7"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.5.4"
 BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
-BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/mips-malta/linux-3.4.config"
+BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/mips-malta/linux-3.5.config"
 BR2_LINUX_KERNEL_VMLINUX=y
 
 # Serial port config
-- 
1.7.8.6

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

* [Buildroot] [PATCH 07/11] qemu/mipsel-malta: update to use kernel 3.5.4
  2012-09-21 14:54 [Buildroot] [PATCH 01/11] qemu/arm-versatile: update to use kernel 3.5.4 Gustavo Zacarias
                   ` (4 preceding siblings ...)
  2012-09-21 14:54 ` [Buildroot] [PATCH 06/11] qemu/mips-malta: " Gustavo Zacarias
@ 2012-09-21 14:54 ` Gustavo Zacarias
  2012-09-21 14:54 ` [Buildroot] [PATCH 08/11] qemu/sh4-r2d: update to use kernel 3.2.30 Gustavo Zacarias
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Gustavo Zacarias @ 2012-09-21 14:54 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 .../{linux-3.4.config => linux-3.5.config}         |    0
 configs/qemu_mipsel_malta_defconfig                |    8 ++++----
 2 files changed, 4 insertions(+), 4 deletions(-)
 rename board/qemu/mipsel-malta/{linux-3.4.config => linux-3.5.config} (100%)

diff --git a/board/qemu/mipsel-malta/linux-3.4.config b/board/qemu/mipsel-malta/linux-3.5.config
similarity index 100%
rename from board/qemu/mipsel-malta/linux-3.4.config
rename to board/qemu/mipsel-malta/linux-3.5.config
diff --git a/configs/qemu_mipsel_malta_defconfig b/configs/qemu_mipsel_malta_defconfig
index 055c1b1..8208379 100644
--- a/configs/qemu_mipsel_malta_defconfig
+++ b/configs/qemu_mipsel_malta_defconfig
@@ -6,15 +6,15 @@ BR2_mips_32r2=y
 BR2_TARGET_ROOTFS_EXT2=y
 # BR2_TARGET_ROOTFS_TAR is not set
 
-# Lock to 3.4 headers to avoid breaking with newer kernels
-BR2_KERNEL_HEADERS_3_4=y
+# Lock to 3.5 headers to avoid breaking with newer kernels
+BR2_KERNEL_HEADERS_3_5=y
 
 # Kernel
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.4.7"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.5.4"
 BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
-BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/mipsel-malta/linux-3.4.config"
+BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/mipsel-malta/linux-3.5.config"
 BR2_LINUX_KERNEL_VMLINUX=y
 
 # Serial port config
-- 
1.7.8.6

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

* [Buildroot] [PATCH 08/11] qemu/sh4-r2d: update to use kernel 3.2.30
  2012-09-21 14:54 [Buildroot] [PATCH 01/11] qemu/arm-versatile: update to use kernel 3.5.4 Gustavo Zacarias
                   ` (5 preceding siblings ...)
  2012-09-21 14:54 ` [Buildroot] [PATCH 07/11] qemu/mipsel-malta: " Gustavo Zacarias
@ 2012-09-21 14:54 ` Gustavo Zacarias
  2012-09-21 14:54 ` [Buildroot] [PATCH 09/11] qemu/ppc-mpc8544ds: update to use kernel 3.5.4 Gustavo Zacarias
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Gustavo Zacarias @ 2012-09-21 14:54 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 0edd583..2168853 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.24"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.2.30"
 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.8.6

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

* [Buildroot] [PATCH 09/11] qemu/ppc-mpc8544ds: update to use kernel 3.5.4
  2012-09-21 14:54 [Buildroot] [PATCH 01/11] qemu/arm-versatile: update to use kernel 3.5.4 Gustavo Zacarias
                   ` (6 preceding siblings ...)
  2012-09-21 14:54 ` [Buildroot] [PATCH 08/11] qemu/sh4-r2d: update to use kernel 3.2.30 Gustavo Zacarias
@ 2012-09-21 14:54 ` Gustavo Zacarias
  2012-09-21 14:54 ` [Buildroot] [PATCH 10/11] qemu/microblaze: " Gustavo Zacarias
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: Gustavo Zacarias @ 2012-09-21 14:54 UTC (permalink / raw)
  To: buildroot

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

diff --git a/configs/qemu_ppc_mpc8544ds_defconfig b/configs/qemu_ppc_mpc8544ds_defconfig
index 8855961..cc8b81a 100644
--- a/configs/qemu_ppc_mpc8544ds_defconfig
+++ b/configs/qemu_ppc_mpc8544ds_defconfig
@@ -6,13 +6,13 @@ BR2_powerpc_8548=y
 # BR2_TARGET_ROOTFS_TAR is not set
 BR2_TARGET_ROOTFS_INITRAMFS=y
 
-# Lock to 3.4 headers to avoid breaking with newer kernels
-BR2_KERNEL_HEADERS_3_4=y
+# Lock to 3.5 headers to avoid breaking with newer kernels
+BR2_KERNEL_HEADERS_3_5=y
 
 # Kernel
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.4.7"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.5.4"
 BR2_LINUX_KERNEL_DEFCONFIG="mpc85xx"
 BR2_LINUX_KERNEL_VMLINUX=y
 
-- 
1.7.8.6

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

* [Buildroot] [PATCH 10/11] qemu/microblaze: update to use kernel 3.5.4
  2012-09-21 14:54 [Buildroot] [PATCH 01/11] qemu/arm-versatile: update to use kernel 3.5.4 Gustavo Zacarias
                   ` (7 preceding siblings ...)
  2012-09-21 14:54 ` [Buildroot] [PATCH 09/11] qemu/ppc-mpc8544ds: update to use kernel 3.5.4 Gustavo Zacarias
@ 2012-09-21 14:54 ` Gustavo Zacarias
  2012-09-21 14:54 ` [Buildroot] [PATCH 11/11] qemu/mips64-malta: " Gustavo Zacarias
  2012-09-22 19:48 ` [Buildroot] [PATCH 01/11] qemu/arm-versatile: " Peter Korsgaard
  10 siblings, 0 replies; 12+ messages in thread
From: Gustavo Zacarias @ 2012-09-21 14:54 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 .../{kernel-3.4.config => kernel-3.5.config}       |    0
 .../{kernel-3.4.config => kernel-3.5.config}       |    0
 configs/qemu_microblazebe_mmu_defconfig            |    4 ++--
 configs/qemu_microblazeel_mmu_defconfig            |    4 ++--
 4 files changed, 4 insertions(+), 4 deletions(-)
 rename board/qemu/microblazebe-mmu/{kernel-3.4.config => kernel-3.5.config} (100%)
 rename board/qemu/microblazeel-mmu/{kernel-3.4.config => kernel-3.5.config} (100%)

diff --git a/board/qemu/microblazebe-mmu/kernel-3.4.config b/board/qemu/microblazebe-mmu/kernel-3.5.config
similarity index 100%
rename from board/qemu/microblazebe-mmu/kernel-3.4.config
rename to board/qemu/microblazebe-mmu/kernel-3.5.config
diff --git a/board/qemu/microblazeel-mmu/kernel-3.4.config b/board/qemu/microblazeel-mmu/kernel-3.5.config
similarity index 100%
rename from board/qemu/microblazeel-mmu/kernel-3.4.config
rename to board/qemu/microblazeel-mmu/kernel-3.5.config
diff --git a/configs/qemu_microblazebe_mmu_defconfig b/configs/qemu_microblazebe_mmu_defconfig
index 11c6f95..1d7be07 100644
--- a/configs/qemu_microblazebe_mmu_defconfig
+++ b/configs/qemu_microblazebe_mmu_defconfig
@@ -19,9 +19,9 @@ BR2_TARGET_ROOTFS_INITRAMFS=y
 # Kernel
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.4.7"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.5.4"
 BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
-BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/microblazebe-mmu/kernel-3.4.config"
+BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/microblazebe-mmu/kernel-3.5.config"
 BR2_LINUX_KERNEL_LINUX_BIN=y
 BR2_LINUX_KERNEL_USE_CUSTOM_DTS=y
 BR2_LINUX_KERNEL_CUSTOM_DTS_PATH="board/qemu/microblazebe-mmu/system.dts"
diff --git a/configs/qemu_microblazeel_mmu_defconfig b/configs/qemu_microblazeel_mmu_defconfig
index 1ce9ac8..941bc30 100644
--- a/configs/qemu_microblazeel_mmu_defconfig
+++ b/configs/qemu_microblazeel_mmu_defconfig
@@ -19,9 +19,9 @@ BR2_TARGET_ROOTFS_INITRAMFS=y
 # Kernel
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.4.7"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.5.4"
 BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
-BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/microblazeel-mmu/kernel-3.4.config"
+BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/microblazeel-mmu/kernel-3.5.config"
 BR2_LINUX_KERNEL_LINUX_BIN=y
 BR2_LINUX_KERNEL_USE_CUSTOM_DTS=y
 BR2_LINUX_KERNEL_CUSTOM_DTS_PATH="board/qemu/microblazeel-mmu/system.dts"
-- 
1.7.8.6

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

* [Buildroot] [PATCH 11/11] qemu/mips64-malta: update to use kernel 3.5.4
  2012-09-21 14:54 [Buildroot] [PATCH 01/11] qemu/arm-versatile: update to use kernel 3.5.4 Gustavo Zacarias
                   ` (8 preceding siblings ...)
  2012-09-21 14:54 ` [Buildroot] [PATCH 10/11] qemu/microblaze: " Gustavo Zacarias
@ 2012-09-21 14:54 ` Gustavo Zacarias
  2012-09-22 19:48 ` [Buildroot] [PATCH 01/11] qemu/arm-versatile: " Peter Korsgaard
  10 siblings, 0 replies; 12+ messages in thread
From: Gustavo Zacarias @ 2012-09-21 14:54 UTC (permalink / raw)
  To: buildroot

Update to use the latest kernel 3.5.4.
And also update to the latest .config knobs, otherwise we were just
building a mips(32) target which failed miserably.
This config is still flaky, you get a login prompt but usually fail to
login, passing along an init=/bin/sh helps some but crashes are quite
usual.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 .../{linux-3.3.config => linux-3.5.config}         |    0
 configs/qemu_mips64_malta_defconfig                |    7 +++----
 2 files changed, 3 insertions(+), 4 deletions(-)
 rename board/qemu/mips64-malta/{linux-3.3.config => linux-3.5.config} (100%)

diff --git a/board/qemu/mips64-malta/linux-3.3.config b/board/qemu/mips64-malta/linux-3.5.config
similarity index 100%
rename from board/qemu/mips64-malta/linux-3.3.config
rename to board/qemu/mips64-malta/linux-3.5.config
diff --git a/configs/qemu_mips64_malta_defconfig b/configs/qemu_mips64_malta_defconfig
index 5653c88..c7e977a 100644
--- a/configs/qemu_mips64_malta_defconfig
+++ b/configs/qemu_mips64_malta_defconfig
@@ -1,6 +1,5 @@
 # Architecture
-BR2_mips=y
-BR2_mips_64=y
+BR2_mips64=y
 BR2_MIPS_NABI64=y
 
 # Toolchain
@@ -14,9 +13,9 @@ BR2_TARGET_ROOTFS_EXT2=y
 # Kernel
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.3.8"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.5.4"
 BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
-BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/mips64-malta/linux-3.3.config"
+BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/mips64-malta/linux-3.5.config"
 BR2_LINUX_KERNEL_VMLINUX=y
 
 # Serial port config
-- 
1.7.8.6

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

* [Buildroot] [PATCH 01/11] qemu/arm-versatile: update to use kernel 3.5.4
  2012-09-21 14:54 [Buildroot] [PATCH 01/11] qemu/arm-versatile: update to use kernel 3.5.4 Gustavo Zacarias
                   ` (9 preceding siblings ...)
  2012-09-21 14:54 ` [Buildroot] [PATCH 11/11] qemu/mips64-malta: " Gustavo Zacarias
@ 2012-09-22 19:48 ` Peter Korsgaard
  10 siblings, 0 replies; 12+ messages in thread
From: Peter Korsgaard @ 2012-09-22 19:48 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, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2012-09-22 19:48 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-21 14:54 [Buildroot] [PATCH 01/11] qemu/arm-versatile: update to use kernel 3.5.4 Gustavo Zacarias
2012-09-21 14:54 ` [Buildroot] [PATCH 02/11] qemu/arm-vexpress: " Gustavo Zacarias
2012-09-21 14:54 ` [Buildroot] [PATCH 03/11] qemu/x86: " Gustavo Zacarias
2012-09-21 14:54 ` [Buildroot] [PATCH 04/11] qemu/x86_64: " Gustavo Zacarias
2012-09-21 14:54 ` [Buildroot] [PATCH 05/11] qemu/sparc: " Gustavo Zacarias
2012-09-21 14:54 ` [Buildroot] [PATCH 06/11] qemu/mips-malta: " Gustavo Zacarias
2012-09-21 14:54 ` [Buildroot] [PATCH 07/11] qemu/mipsel-malta: " Gustavo Zacarias
2012-09-21 14:54 ` [Buildroot] [PATCH 08/11] qemu/sh4-r2d: update to use kernel 3.2.30 Gustavo Zacarias
2012-09-21 14:54 ` [Buildroot] [PATCH 09/11] qemu/ppc-mpc8544ds: update to use kernel 3.5.4 Gustavo Zacarias
2012-09-21 14:54 ` [Buildroot] [PATCH 10/11] qemu/microblaze: " Gustavo Zacarias
2012-09-21 14:54 ` [Buildroot] [PATCH 11/11] qemu/mips64-malta: " Gustavo Zacarias
2012-09-22 19:48 ` [Buildroot] [PATCH 01/11] qemu/arm-versatile: " Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox