mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: Re: [ptxdist] [PATCH] microblaze: add u-boot tools dependency for kernel build target
Date: Wed, 18 Apr 2012 10:11:41 +0200	[thread overview]
Message-ID: <20120418081141.GI28513@pengutronix.de> (raw)
In-Reply-To: <1334689265-29872-1-git-send-email-linz@li-pro.net>

On Tue, Apr 17, 2012 at 09:01:05PM +0200, Stephan Linz wrote:
> Sadly the Microblaze architecture does not support an explicit
> uImage build target. The uImage is an implicit rule of simple
> image target. That's why we need an separate preselection for
> HOST_U_BOOT_TOOLS in the special case of KERNEL_IMAGE_SIMPLE
> and ARCH_MICROBLAZE are set.
> 
> Signed-off-by: Stephan Linz <linz@li-pro.net>
> ---
>  platforms/kernel.in |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/platforms/kernel.in b/platforms/kernel.in
> index 01b31d3..93606f0 100644
> --- a/platforms/kernel.in
> +++ b/platforms/kernel.in
> @@ -3,6 +3,7 @@ menuconfig KERNEL
>  	default y
>  	select IMAGE_KERNEL
>  	select HOST_U_BOOT_TOOLS	if KERNEL_IMAGE_U
> +	select HOST_U_BOOT_TOOLS	if KERNEL_IMAGE_SIMPLE && ARCH_MICROBLAZE

	select HOST_U_BOOT_TOOLS	if KERNEL_IMAGE_U || (KERNEL_IMAGE_SIMPLE && ARCH_MICROBLAZE)

should work, I think.

Michael

>  	select HOST_XZ			if KERNEL_XZ
>  	select HOST_LZOP		if KERNEL_LZOP
>  	select CROSS_MODULE_INIT_TOOLS	if KERNEL_MODULES
> -- 
> 1.7.0.4
> 
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

-- 
ptxdist mailing list
ptxdist@pengutronix.de

  reply	other threads:[~2012-04-18  8:11 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-17 19:01 Stephan Linz
2012-04-18  8:11 ` Michael Olbrich [this message]
2012-04-18 15:41   ` Stephan Linz
2012-04-18 18:28 Stephan Linz
2012-04-18 18:41 ` Stephan Linz
2012-04-18 18:38 Stephan Linz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120418081141.GI28513@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox