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 1NmoVH-0004Xh-Gg for openembedded-devel@lists.openembedded.org; Wed, 03 Mar 2010 14:20:44 +0100 Received: from exchange.intern.dresearch.de (unknown [192.168.32.16]) by mail.dresearch.de (Postfix) with ESMTP id 512B2491264 for ; Wed, 3 Mar 2010 14:17:54 +0100 (CET) Received: from [127.0.0.1] ([10.32.10.2]) by exchange.intern.dresearch.de with Microsoft SMTPSVC(6.0.3790.3959); Wed, 3 Mar 2010 14:18:23 +0100 Message-ID: <4B8E618C.2080604@dresearch.de> Date: Wed, 03 Mar 2010 14:18:04 +0100 From: Steffen Sledz User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: openembedded-devel@lists.openembedded.org X-OriginalArrivalTime: 03 Mar 2010 13:18:23.0251 (UTC) FILETIME=[0030C630:01CABAD4] 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=-1.3 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: 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: Wed, 03 Mar 2010 13:20:44 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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? Steffen