Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] linux: vmlinux target is valid for powerpc too
@ 2011-10-25  6:17 Peter Korsgaard
  2011-11-14 14:54 ` Thomas De Schampheleire
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Korsgaard @ 2011-10-25  6:17 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=c4b0af9885ab6649aa547aa01943cb1ee2d18f09
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

The vmlinux kernel target is valid for powerpc kernels too.
In fact this broke the qemu sample config.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 linux/Config.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/linux/Config.in b/linux/Config.in
index 774aaf8..469fd7c 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -146,7 +146,7 @@ config BR2_LINUX_KERNEL_VMLINUX_BIN
 
 config BR2_LINUX_KERNEL_VMLINUX
 	bool "vmlinux"
-	depends on BR2_mips || BR2_mipsel
+	depends on BR2_mips || BR2_mipsel || BR2_powerpc
 
 config BR2_LINUX_KERNEL_IMAGE_TARGET_CUSTOM
 	bool "custom target"

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

* [Buildroot] [git commit] linux: vmlinux target is valid for powerpc too
  2011-10-25  6:17 [Buildroot] [git commit] linux: vmlinux target is valid for powerpc too Peter Korsgaard
@ 2011-11-14 14:54 ` Thomas De Schampheleire
  2011-11-14 15:13   ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas De Schampheleire @ 2011-11-14 14:54 UTC (permalink / raw)
  To: buildroot

Hi,

On Tue, Oct 25, 2011 at 8:17 AM, Peter Korsgaard <jacmet@sunsite.dk> wrote:
> commit: http://git.buildroot.net/buildroot/commit/?id=c4b0af9885ab6649aa547aa01943cb1ee2d18f09
> branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
>
> The vmlinux kernel target is valid for powerpc kernels too.
> In fact this broke the qemu sample config.
>
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
> ---
> ?linux/Config.in | ? ?2 +-
> ?1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/linux/Config.in b/linux/Config.in
> index 774aaf8..469fd7c 100644
> --- a/linux/Config.in
> +++ b/linux/Config.in
> @@ -146,7 +146,7 @@ config BR2_LINUX_KERNEL_VMLINUX_BIN
>
> ?config BR2_LINUX_KERNEL_VMLINUX
> ? ? ? ?bool "vmlinux"
> - ? ? ? depends on BR2_mips || BR2_mipsel
> + ? ? ? depends on BR2_mips || BR2_mipsel || BR2_powerpc
>
> ?config BR2_LINUX_KERNEL_IMAGE_TARGET_CUSTOM
> ? ? ? ?bool "custom target"

I just notice this change in -rc1.
An earlier patch proposed to remove the dependency alltogether and
make vmlinux available to all architectures.
I think we should go for that implementation.
See http://lists.busybox.net/pipermail/buildroot/2011-September/045920.html

Best regards,
Thomas

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

* [Buildroot] [git commit] linux: vmlinux target is valid for powerpc too
  2011-11-14 14:54 ` Thomas De Schampheleire
@ 2011-11-14 15:13   ` Peter Korsgaard
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2011-11-14 15:13 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas De Schampheleire <patrickdepinguin+buildroot@gmail.com> writes:

 Thomas> I just notice this change in -rc1.
 Thomas> An earlier patch proposed to remove the dependency alltogether and
 Thomas> make vmlinux available to all architectures.
 Thomas> I think we should go for that implementation.
 Thomas> See http://lists.busybox.net/pipermail/buildroot/2011-September/045920.html

Ok, will do so.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2011-11-14 15:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-25  6:17 [Buildroot] [git commit] linux: vmlinux target is valid for powerpc too Peter Korsgaard
2011-11-14 14:54 ` Thomas De Schampheleire
2011-11-14 15:13   ` Peter Korsgaard

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