From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from proxy.dresearch.de ([87.193.137.100] helo=mail.dresearch.de) by linuxtogo.org with esmtp (Exim 4.69) (envelope-from ) id 1NoXfG-0007oT-7D for openembedded-devel@lists.openembedded.org; Mon, 08 Mar 2010 08:46:15 +0100 Received: from exchange.intern.dresearch.de (unknown [192.168.32.16]) by mail.dresearch.de (Postfix) with ESMTP id D0C3B491264 for ; Mon, 8 Mar 2010 08:43:16 +0100 (CET) Received: from [127.0.0.1] ([10.32.10.2]) by exchange.intern.dresearch.de with Microsoft SMTPSVC(6.0.3790.3959); Mon, 8 Mar 2010 08:44:00 +0100 Message-ID: <4B94AA93.4070709@dresearch.de> Date: Mon, 08 Mar 2010 08:43:15 +0100 From: Steffen Sledz User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: openembedded-devel@lists.openembedded.org References: <4B8E618C.2080604@dresearch.de> In-Reply-To: <4B8E618C.2080604@dresearch.de> X-OriginalArrivalTime: 08 Mar 2010 07:44:00.0283 (UTC) FILETIME=[1DCB8EB0:01CABE93] X-SA-Exim-Connect-IP: 87.193.137.100 X-SA-Exim-Mail-From: sledz@DResearch.DE X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on discovery X-Spam-Level: X-Spam-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 X-SA-Exim-Version: 4.2.1 (built Wed, 25 Jun 2008 17:20:07 +0000) X-SA-Exim-Scanned: Yes (on linuxtogo.org) Subject: Re: u-boot ready initrds X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Mar 2010 07:46:15 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Steffen Sledz wrote: > Initrds need to be prepared with mkimage to be usable from u-boot. > The following patch introduces an additional IMAGE_FSTYPE .cpio.gz.u-boot > for this (at the moment just for hipox machine). > > Is this the way it should be done? > > Should this better become part of conf/bitbake.conf? Ping