Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/8] qemu/ppc-g3beige: update readme and use kernel 3.2.6
@ 2012-02-18 19:30 Gustavo Zacarias
  2012-02-18 19:30 ` [Buildroot] [PATCH 2/8] qemu/arm-versatile: update to " Gustavo Zacarias
                   ` (7 more replies)
  0 siblings, 8 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>
---
 .../{linux-3.1.config => linux-3.2.config}         |    0
 board/qemu/powerpc-g3beige/readme.txt              |    2 +-
 configs/qemu_ppc_g3beige_defconfig                 |    4 ++--
 3 files changed, 3 insertions(+), 3 deletions(-)
 rename board/qemu/powerpc-g3beige/{linux-3.1.config => linux-3.2.config} (100%)

diff --git a/board/qemu/powerpc-g3beige/linux-3.1.config b/board/qemu/powerpc-g3beige/linux-3.2.config
similarity index 100%
rename from board/qemu/powerpc-g3beige/linux-3.1.config
rename to board/qemu/powerpc-g3beige/linux-3.2.config
diff --git a/board/qemu/powerpc-g3beige/readme.txt b/board/qemu/powerpc-g3beige/readme.txt
index 1006af9..a481b11 100644
--- a/board/qemu/powerpc-g3beige/readme.txt
+++ b/board/qemu/powerpc-g3beige/readme.txt
@@ -1,6 +1,6 @@
 Run the emulation with:
 
-  qemu-system-ppc -M g3beige -kernel vmlinux -hda rootfs.ext2 -append "console=ttyS0 root=/dev/hdc" -serial stdio
+  qemu-system-ppc -M g3beige -kernel output/images/vmlinux -hda output/images/rootfs.ext2 -append "console=ttyS0 root=/dev/hdc" -serial stdio
 
 The login prompt will appear in the terminal that started Qemu. The
 graphical window is the framebuffer.
diff --git a/configs/qemu_ppc_g3beige_defconfig b/configs/qemu_ppc_g3beige_defconfig
index cf875f0..432a746 100644
--- a/configs/qemu_ppc_g3beige_defconfig
+++ b/configs/qemu_ppc_g3beige_defconfig
@@ -9,9 +9,9 @@ BR2_TARGET_ROOTFS_EXT2=y
 # Kernel
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.1"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.2.6"
 BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
-BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/powerpc-g3beige/linux-3.1.config"
+BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/qemu/powerpc-g3beige/linux-3.2.config"
 BR2_LINUX_KERNEL_VMLINUX=y
 
 # Serial port config
-- 
1.7.3.4

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

* [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

* [Buildroot] [PATCH 1/8] qemu/ppc-g3beige: update readme and use kernel 3.2.6
  2012-02-19 21:59 ` [Buildroot] [PATCH 1/8] qemu/ppc-g3beige: update readme and " Peter Korsgaard
@ 2012-02-20  0:15   ` Gustavo Zacarias
  2012-02-26 20:18     ` Peter Korsgaard
  0 siblings, 1 reply; 11+ messages in thread
From: Gustavo Zacarias @ 2012-02-20  0:15 UTC (permalink / raw)
  To: buildroot

On 2012-02-19 18:59, Peter Korsgaard wrote:

> Committed entire series to next, thanks.

No chance to make it for 2012.02?
The intention is to match kernel headers and also fix ppc g3 beige 
documentation.
Regards.

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

* [Buildroot] [PATCH 1/8] qemu/ppc-g3beige: update readme and use kernel 3.2.6
  2012-02-20  0:15   ` Gustavo Zacarias
@ 2012-02-26 20:18     ` Peter Korsgaard
  0 siblings, 0 replies; 11+ messages in thread
From: Peter Korsgaard @ 2012-02-26 20:18 UTC (permalink / raw)
  To: buildroot

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

 Gustavo> On 2012-02-19 18:59, Peter Korsgaard wrote:
 >> Committed entire series to next, thanks.

 Gustavo> No chance to make it for 2012.02?
 Gustavo> The intention is to match kernel headers and also fix ppc g3 beige
 Gustavo> documentation.

True, they seem pretty safe. I'll cherry pick the series to master.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2012-02-26 20:18 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [Buildroot] [PATCH 4/8] qemu/x86_64: " Gustavo Zacarias
2012-02-18 19:30 ` [Buildroot] [PATCH 5/8] qemu/mips-malta: " Gustavo Zacarias
2012-02-18 19:30 ` [Buildroot] [PATCH 6/8] qemu/mipsel-malta: " Gustavo Zacarias
2012-02-18 19:30 ` [Buildroot] [PATCH 7/8] qemu/sparc-ss10: " 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
2012-02-20  0:15   ` Gustavo Zacarias
2012-02-26 20:18     ` Peter Korsgaard

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