From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mo6-p00-ob.rzone.de ([2a01:238:20a:202:5300::1]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1SKX0Y-0002GA-GM for ptxdist@pengutronix.de; Wed, 18 Apr 2012 17:41:31 +0200 Received: from [192.168.10.57] (i58828C8E.versanet.de [88.130.140.142]) by smtp.strato.de (jorabe mo7) (RZmta 28.9 DYNA|AUTH) with (DHE-RSA-CAMELLIA256-SHA encrypted) ESMTPA id 606b09o3IDA0HG for ; Wed, 18 Apr 2012 17:41:25 +0200 () From: Stephan Linz In-Reply-To: <20120418081141.GI28513@pengutronix.de> References: <1334689265-29872-1-git-send-email-linz@li-pro.net> <20120418081141.GI28513@pengutronix.de> Date: Wed, 18 Apr 2012 17:41:25 +0200 Message-ID: <1334763685.2773.21.camel@keto> Mime-Version: 1.0 Subject: Re: [ptxdist] [PATCH] microblaze: add u-boot tools dependency for kernel build target Reply-To: ptxdist@pengutronix.de, linz@li-pro.net List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Am Mittwoch, den 18.04.2012, 10:11 +0200 schrieb Michael Olbrich: > 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 > > --- > > 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) Hm, yes. I will test it and resubmit a new patch ... Stephan > > 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