From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from va3outboundpool.messaging.microsoft.com (va3ehsobe004.messaging.microsoft.com [216.32.180.14]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 93384E011C5 for ; Fri, 11 Oct 2013 09:21:11 -0700 (PDT) Received: from mail70-va3-R.bigfish.com (10.7.14.228) by VA3EHSOBE012.bigfish.com (10.7.40.62) with Microsoft SMTP Server id 14.1.225.22; Fri, 11 Oct 2013 16:21:09 +0000 Received: from mail70-va3 (localhost [127.0.0.1]) by mail70-va3-R.bigfish.com (Postfix) with ESMTP id 6AB0F4202BF; Fri, 11 Oct 2013 16:21:09 +0000 (UTC) X-Forefront-Antispam-Report: CIP:70.37.183.190; KIP:(null); UIP:(null); IPV:NLI; H:mail.freescale.net; RD:none; EFVD:NLI X-SpamScore: -5 X-BigFish: VS-5(zzbb2dI98dI9371Ic89bh936eI1432Izz1f42h208ch1ee6h1de0h1fdah2073h1202h1e76h1d1ah1d2ah1fc6hzz1de098h1de097h8275bhz2dh2a8h839h947hd25he5bhf0ah1288h12a5h12a9h12bdh137ah13b6h1441h1504h1537h153bh162dh1631h1758h1765h18e1h190ch1946h19b4h19c3h1ad9h1b0ah1b2fh1fb3h1d0ch1d2eh1d3fh1dfeh1dffh1f5fh1fe8h1ff5h209eh1155h) Received: from mail70-va3 (localhost.localdomain [127.0.0.1]) by mail70-va3 (MessageSwitch) id 1381508466849942_22925; Fri, 11 Oct 2013 16:21:06 +0000 (UTC) Received: from VA3EHSMHS018.bigfish.com (unknown [10.7.14.229]) by mail70-va3.bigfish.com (Postfix) with ESMTP id BAC2340023A; Fri, 11 Oct 2013 16:21:06 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by VA3EHSMHS018.bigfish.com (10.7.99.28) with Microsoft SMTP Server (TLS) id 14.16.227.3; Fri, 11 Oct 2013 16:21:02 +0000 Received: from tx30smr01.am.freescale.net (10.81.153.31) by 039-SN1MMR1-002.039d.mgd.msft.net (10.84.1.15) with Microsoft SMTP Server (TLS) id 14.3.158.2; Fri, 11 Oct 2013 16:21:01 +0000 Received: from [10.29.244.63] ([10.29.244.63]) by tx30smr01.am.freescale.net (8.14.3/8.14.0) with ESMTP id r9BGKuxg001817; Fri, 11 Oct 2013 09:21:00 -0700 Message-ID: <5258243F.9080905@freescale.com> Date: Fri, 11 Oct 2013 13:15:59 -0300 From: Daiane Angolini User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: Gary Thomas , =?ISO-8859-1?Q?Eric_B=E9nard?= References: <52580D58.3030606@mlbassoc.com> <525810AE.8090908@mlbassoc.com> <20131011173534.16c4b52c@e6520eb> <52581B4C.7060204@mlbassoc.com> <20131011181308.3e8772b2@e6520eb> <525824DE.1040909@mlbassoc.com> In-Reply-To: <525824DE.1040909@mlbassoc.com> X-OriginatorOrg: freescale.com X-FOPE-CONNECTOR: Id%0$Dn%*$RO%0$TLS%0$FQDN%$TlsDn% 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 16:21:13 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: quoted-printable On 10/11/2013 01:18 PM, Gary Thomas wrote: > On 2013-10-11 10:13, Eric B=E9nard wrote: >> Le Fri, 11 Oct 2013 09:37:48 -0600, >> Gary Thomas a =E9crit : >> >>> On 2013-10-11 09:35, Eric B=E9nard wrote: >>>> 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. >>>>> >>>>> 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. >>>>> >>>> don't you have a IMAGE_FSTYPES=3D"ext3 sdcard" hardcoded somewhere i= n >>>> your machine file ? >>> >>> No, as seen above, IMAGE_FSTYPES=3D"tar.bz2 ext3 sdcard" >>> >> bitbake yourimage -e may help to understand how IMAGE_FSTYPES is built= . > > I had already done this - that's where the quoted values are from. > IMAGE_FSTYPES > definitely contains all three types, but only .ext3 and .sdcard are bei= ng > built if I use image_types_fsl. > Other idea for debug is the log.do_rootfs --=20 Daiane