From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ptx.hi.pengutronix.de ([2001:6f8:1178:2:5054:ff:fec0:8e10] ident=Debian-exim) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1WvKyz-0006n5-9R for ptxdist@pengutronix.de; Fri, 13 Jun 2014 08:29:01 +0200 Received: from mol by ptx.hi.pengutronix.de with local (Exim 4.80) (envelope-from ) id 1WvKyz-0008NH-7t for ptxdist@pengutronix.de; Fri, 13 Jun 2014 08:29:01 +0200 Date: Fri, 13 Jun 2014 08:29:01 +0200 From: Michael Olbrich Message-ID: <20140613062901.GG23595@pengutronix.de> References: <1400163561-21959-1-git-send-email-list-09_ptxdist@tqsc.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1400163561-21959-1-git-send-email-list-09_ptxdist@tqsc.de> Subject: Re: [ptxdist] [PATCH] barebox: select host-lzop Reply-To: ptxdist@pengutronix.de 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 On Thu, May 15, 2014 at 04:19:21PM +0200, Markus Niebel wrote: > From: Markus Niebel > > creation of barebox.z requires lzop. As this may be not installed, > let's handle this inside of our build logic. True, but that's not always built, right? The kernel has the same problem with the various compressions. I'd rather not built all tools that might be used. Michael > Signed-off-by: Markus Niebel > --- > platforms/barebox.in | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/platforms/barebox.in b/platforms/barebox.in > index 6e65f83..6f66d1f 100644 > --- a/platforms/barebox.in > +++ b/platforms/barebox.in > @@ -10,6 +10,7 @@ config BAREBOX_ARCH_STRING > menuconfig BAREBOX > select BOOTLOADER > select HOST_LIBUSB if BAREBOX_NEEDS_HOST_LIBUSB > + select HOST_LZOP > prompt "barebox " > bool > help > -- > 1.7.9.5 > > > -- > ptxdist mailing list > ptxdist@pengutronix.de > -- 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