From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [208.51.207.131] (helo=mail.2mi.com.br) by linuxtogo.org with esmtp (Exim 4.69) (envelope-from ) id 1LiAba-0004os-Ca for openembedded-devel@lists.openembedded.org; Fri, 13 Mar 2009 17:51:30 +0100 Received: from localhost (localhost [127.0.0.1]) by mail.2mi.com.br (Postfix) with ESMTP id A70B8503618D for ; Fri, 13 Mar 2009 13:55:58 -0300 (BRT) X-Virus-Scanned: amavisd-new at 2mi.com.br Received: from mail.2mi.com.br ([127.0.0.1]) by localhost (mail.2mi.com.br [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FlUknQYYX-Us for ; Fri, 13 Mar 2009 13:55:52 -0300 (BRT) Received: from [192.168.15.100] (unknown [189.102.205.109]) by mail.2mi.com.br (Postfix) with ESMTP id 375B6502762D for ; Fri, 13 Mar 2009 13:55:50 -0300 (BRT) From: "Jader H. Silva" To: openembedded-devel@lists.openembedded.org In-Reply-To: <20090313162634.GB26615@denix.org> References: <1236958547.8913.5.camel@northpole> <20090313162634.GB26615@denix.org> Organization: 2MI Tecnologia Date: Fri, 13 Mar 2009 13:50:53 -0300 Message-Id: <1236963053.8913.6.camel@northpole> Mime-Version: 1.0 X-Mailer: Evolution 2.24.3 Subject: Re: Can't build an ext2 minimal image 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: Fri, 13 Mar 2009 16:51:30 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable It works, thanks Jader H. Silva Depto. de desenvolvimento 2MI Tecnologia Em Sex, 2009-03-13 =C3=A0s 12:26 -0400, Denys Dmytriyenko escreveu: > On Fri, Mar 13, 2009 at 12:35:47PM -0300, Jader H. Silva wrote: > > I'm trying to build a minimal-image with an ext2 filesystem image, so= I > > set inside my local.conf: > >=20 > > IMAGE_FSTYPES =3D "ext2" > >=20 > > But OE insists on building an jffs2 image. I found, inside > > conf/distro/minimal.conf: > >=20 > > IMAGE_FSTYPES =3D "tar.gz jffs2" > >=20 > > Does it means local.conf's IMAGE_FSTYPES get overwritten? If so, can > > anybody fix it? >=20 > Thanks for reporting - it should be fixed now.