From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp6-g21.free.fr (smtp6-g21.free.fr [212.27.42.6]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id E7387E011C5 for ; Fri, 11 Oct 2013 08:35:43 -0700 (PDT) Received: from e6520eb (unknown [88.170.243.169]) (Authenticated sender: eukrea) by smtp6-g21.free.fr (Postfix) with ESMTPSA id CF844822BE; Fri, 11 Oct 2013 17:35:35 +0200 (CEST) Date: Fri, 11 Oct 2013 17:35:34 +0200 From: Eric =?ISO-8859-1?B?QuluYXJk?= To: Gary Thomas Message-ID: <20131011173534.16c4b52c@e6520eb> In-Reply-To: <525810AE.8090908@mlbassoc.com> References: <52580D58.3030606@mlbassoc.com> <525810AE.8090908@mlbassoc.com> Organization: =?ISO-8859-1?B?RXVrculh?= Electromatique X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.19; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Cc: "meta-freescale@yoctoproject.org" Subject: Re: Problem with image types X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 15:35:46 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Le Fri, 11 Oct 2013 08:52:30 -0600, Gary Thomas a =E9crit : > On 2013-10-11 08:39, Chris Larson wrote: > > > > On Fri, Oct 11, 2013 at 7:38 AM, Gary Thomas > wrote: > > > > I'm using image_types_fsl from meta-fsl-arm and running into > > some issues. If I set > > IMAGE_FSTYPES=3D"tar.bz2 ext3 sdcard" > > IMAGE_CLASSES=3D"image_types_fsl" > > I only end up with .ext3 and .sdcard images - no .tar.bz2. > > If I use the default > > IMAGE_CLASSES=3D"image_types" > > then I get .tar.bz2 but no .sdcard > > > > How can I have them all at once? > > > > > > Note that IMAGE_CLASSES is plural, not singular :) > > > > IMAGE_CLASSES =3D "image_types image_types_fsl", presumably. >=20 > When I tried that, I got the same results as just IMAGE_CLASSES=3D"image_= types" > Also, meta-fsl-arm/classes/image_types_fsl.bbclass inherits "image_types"= so > I don't think it should be necessary to list them both. >=20 don't you have a IMAGE_FSTYPES=3D"ext3 sdcard" hardcoded somewhere in your machine file ? Eric