From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from db8outboundpool.messaging.microsoft.com (mail-db8lp0184.outbound.messaging.microsoft.com [213.199.154.184]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 9D8F8E00408 for ; Fri, 6 Sep 2013 08:54:08 -0700 (PDT) Received: from mail20-db8-R.bigfish.com (10.174.8.245) by DB8EHSOBE004.bigfish.com (10.174.4.67) with Microsoft SMTP Server id 14.1.225.22; Fri, 6 Sep 2013 15:54:06 +0000 Received: from mail20-db8 (localhost [127.0.0.1]) by mail20-db8-R.bigfish.com (Postfix) with ESMTP id 8A4B99000EE; Fri, 6 Sep 2013 15:54:06 +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: -4 X-BigFish: VS-4(zzbb2dI98dI9371I1432Izz1f42h208ch1ee6h1de0h1fdah2073h1202h1e76h1d1ah1d2ah1fc6hzz1de098h1de097h8275bhz2dh2a8h839h947hd25he5bhf0ah1288h12a5h12a9h12bdh137ah13b6h1441h1504h1537h153bh162dh1631h1758h1765h18e1h190ch1946h19b4h19c3h1ad9h1b0ah1b2fh1fb3h1d0ch1d2eh1d3fh1dfeh1dffh1f5fh1fe8h1ff5h209eh1155h) Received: from mail20-db8 (localhost.localdomain [127.0.0.1]) by mail20-db8 (MessageSwitch) id 1378482845450468_21234; Fri, 6 Sep 2013 15:54:05 +0000 (UTC) Received: from DB8EHSMHS025.bigfish.com (unknown [10.174.8.230]) by mail20-db8.bigfish.com (Postfix) with ESMTP id 6999CDC0041; Fri, 6 Sep 2013 15:54:05 +0000 (UTC) Received: from mail.freescale.net (70.37.183.190) by DB8EHSMHS025.bigfish.com (10.174.4.35) with Microsoft SMTP Server (TLS) id 14.16.227.3; Fri, 6 Sep 2013 15:54:05 +0000 Received: from tx30smr01.am.freescale.net (10.81.153.31) by 039-SN1MMR1-005.039d.mgd.msft.net (10.84.1.17) with Microsoft SMTP Server (TLS) id 14.3.158.2; Fri, 6 Sep 2013 15:54:03 +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 r86Fs1eI016213; Fri, 6 Sep 2013 08:54:02 -0700 Message-ID: <5229F9B1.2090306@freescale.com> Date: Fri, 6 Sep 2013 12:50:09 -0300 From: Daiane Angolini User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130803 Thunderbird/17.0.8 MIME-Version: 1.0 To: Otavio Salvador References: <1378481637-24045-1-git-send-email-otavio@ossystems.com.br> <1378481637-24045-2-git-send-email-otavio@ossystems.com.br> In-Reply-To: <1378481637-24045-2-git-send-email-otavio@ossystems.com.br> X-OriginatorOrg: freescale.com X-FOPE-CONNECTOR: Id%0$Dn%*$RO%0$TLS%0$FQDN%$TlsDn% Cc: meta-freescale Mailing List Subject: Re: [meta-fsl-demos PATCH 2/2] fsl-image-gui-sdk: Drop the SDK image 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, 06 Sep 2013 15:54:09 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 09/06/2013 12:33 PM, Otavio Salvador wrote: > This image has been here for no good reason; the idea is to simplify > and improve the images and for this we ought start removing the not > intended to be kept ones. > > Change-Id: If4fb75f45e8a670e9bad806e1b5b8f59d0b637f2 > Signed-off-by: Otavio Salvador Acked-by: Daiane Angolini And I have already reviewed/commented other patches before. > --- > recipes-fsl/images/fsl-image-gui-sdk.bb | 13 ------------- > 1 file changed, 13 deletions(-) > delete mode 100644 recipes-fsl/images/fsl-image-gui-sdk.bb > > diff --git a/recipes-fsl/images/fsl-image-gui-sdk.bb b/recipes-fsl/images/fsl-image-gui-sdk.bb > deleted file mode 100644 > index 6dfb6b2..0000000 > --- a/recipes-fsl/images/fsl-image-gui-sdk.bb > +++ /dev/null > @@ -1,13 +0,0 @@ > -include recipes-fsl/images/fsl-image-gui.bb > - > -IMAGE_FEATURES += " \ > - dev-pkgs \ > - tools-sdk \ > -" > -EXTRA_IMAGE_FEATURES += " \ > - tools-debug \ > - tools-profile \ > - tools-testapps \ > - debug-tweaks \ > -" > -export IMAGE_BASENAME = "fsl-image-gui-sdk" > -- Daiane