From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mediacenter.hi.pengutronix.de ([2001:6f8:1178:2::65]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1RS6pv-0003Ov-JY for ptxdist@pengutronix.de; Sun, 20 Nov 2011 13:49:31 +0100 Received: from mol by mediacenter.hi.pengutronix.de with local (Exim 4.72) (envelope-from ) id 1RS6pv-0002HR-IV for ptxdist@pengutronix.de; Sun, 20 Nov 2011 13:49:31 +0100 Date: Sun, 20 Nov 2011 13:49:31 +0100 From: Michael Olbrich Message-ID: <20111120124931.GC10058@pengutronix.de> References: <3944866A166FC34A948C72DD5EDDCA2A1DAE6C12@HQ0SBS01.airtag.local> <20111117050740.GA12224@pengutronix.de> <3944866A166FC34A948C72DD5EDDCA2A1DAE6C77@HQ0SBS01.airtag.local> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <3944866A166FC34A948C72DD5EDDCA2A1DAE6C77@HQ0SBS01.airtag.local> Subject: Re: [ptxdist] Runtime dependencies generation 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="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de On Thu, Nov 17, 2011 at 10:34:59AM +0000, Beno=EEt BURNICHON wrote: > Thanks a lot, it was exactly what I needed to know. > = > Btw, a very small hack to have barebox-XXX.ipk package selected (which in= my case contains bareboxenv utility for target) > = > In menu, although barebox bootloader is selected, it is not seen by the K= config: > /home/bburnichon/workspace/ptxdist-2011.01.0/rules/mypackage.in:5:warning= : 'select' used by config symbol 'MYPACKAGE' refers to undefined symbol 'BA= REBOX' BAREBOX is defined in platforms/barebox.in, so it's part of platformconfig, not ptxconfig. Kconfig only sees the options for either platformconfig or ptxconfig. Michael > Rules/barebox.in: > ------8<---------8<---------8<---------8<---------8<---------8<---------8= <---------8<--------- > ## SECTION=3Dshell_and_console > = > +config BAREBOX > + tristate > + > config BAREBOX_TARGET_BAREBOXENV > prompt "Install target bareboxenv" > + select BAREBOX > tristate > help > To be able to modify barebox's settings at Linux's runtime enab= le > this item. It will install the 'bareboxenv' tool to /sbin > ------8<---------8<---------8<---------8<---------8<---------8<---------8= <---------8<--------- -- = 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