From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 050DCE009C5; Tue, 7 Jul 2015 18:31:56 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no * trust * [178.32.116.78 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] X-Greylist: delayed 12602 seconds by postgrey-1.32 at yocto-www; Tue, 07 Jul 2015 18:31:52 PDT Received: from 8.mo5.mail-out.ovh.net (8.mo5.mail-out.ovh.net [178.32.116.78]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 9374DE00947 for ; Tue, 7 Jul 2015 18:31:52 -0700 (PDT) Received: from mail616.ha.ovh.net (b9.ovh.net [213.186.33.59]) by mo5.mail-out.ovh.net (Postfix) with SMTP id 60D8DFFB044 for ; Tue, 7 Jul 2015 22:44:24 +0200 (CEST) Received: from localhost (HELO queueout) (127.0.0.1) by localhost with SMTP; 7 Jul 2015 22:44:23 +0200 Received: from tal33-3-82-233-81-124.fbx.proxad.net (HELO localhost) (eric%eukrea.com@82.233.81.124) by ns0.ovh.net with SMTP; 7 Jul 2015 22:44:21 +0200 Date: Tue, 7 Jul 2015 22:44:19 +0200 From: Eric =?UTF-8?B?QsOpbmFyZA==?= To: Ann Thornton Message-ID: <20150707224419.6dc8be4c@eukrea.com> In-Reply-To: <1436214738-28213-1-git-send-email-ra43240@freescale.com> References: <1436214738-28213-1-git-send-email-ra43240@freescale.com> Organization: =?UTF-8?B?RXVrcsOpYQ==?= Electromatique X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.28; x86_64-redhat-linux-gnu) MIME-Version: 1.0 X-Ovh-Tracer-Id: 4189755029804199240 X-Ovh-Remote: 82.233.81.124 (tal33-3-82-233-81-124.fbx.proxad.net) X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-OVH-SPAMSTATE: OK X-OVH-SPAMSCORE: 0 X-OVH-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeekvddrgedvucetufdoteggucfrrhhofhhilhgvmecuqfggjfenuceurghilhhouhhtmecufedttdenuc X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: 0 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeekvddrgedvucetufdoteggucfrrhhofhhilhgvmecuqfggjfenuceurghilhhouhhtmecufedttdenuc Cc: meta-freescale@yoctoproject.org Subject: Re: [meta-fsl-arm][PATCH] New packagegroups to organize tools. 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: Wed, 08 Jul 2015 01:31:56 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi Ann, Le Mon, 6 Jul 2015 15:32:18 -0500, Ann Thornton a =C3=A9crit : > diff --git a/recipes-fsl/packagegroups/packagegroup-fsl-tools-extended.bb= append b/recipes-fsl/packagegroups/packagegroup-fsl-tools-extended.bbappend > new file mode 100644 > index 0000000..a6b1776 > --- /dev/null > +++ b/recipes-fsl/packagegroups/packagegroup-fsl-tools-extended.bbappend > @@ -0,0 +1,22 @@ > +# Copyright 2015 Freescale Semiconductor, Inc. > +# Released under the MIT license (see COPYING.MIT for the terms) > + > +DESCRIPTION_imx =3D "Tools specific to i.MX." > +LICENSE =3D "MIT" > +LIC_FILES_CHKSUM =3D "file://${COREBASE}/LICENSE;md5=3D3f40d799439710928= 5ec7b81fdeb3b58 \ > + file://${COREBASE}/meta/COPYING.MIT;md5=3D3da9cfbcb7= 88c80a0384361b4de20420" > + > +inherit packagegroup > + > +RDEPENDS_${PN}_append_imx =3D " \ > + imx-kobs \ > + ${SOC_TOOLS_TEST} \ > +" > + > +SOC_TOOLS_TEST =3D "" > +SOC_TOOLS_TEST_vf =3D "imx-test" > +SOC_TOOLS_TEST_mxs =3D "imx-test" > +SOC_TOOLS_TEST_mx3 =3D "imx-test" > +SOC_TOOLS_TEST_mx5 =3D "imx-test" > +SOC_TOOLS_TEST_mx6 =3D "imx-test" > +SOC_TOOLS_TEST_mx7 =3D "imx-test" why is imx-kobs needed by default for mx3, mx5 ? Eric