From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 04E5CE007DD; Fri, 29 Aug 2014 07:07:37 -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=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.220.181 listed in list.dnswl.org] * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (daiane.list[at]gmail.com) * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Received: from mail-vc0-f181.google.com (mail-vc0-f181.google.com [209.85.220.181]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id A53EAE00781 for ; Fri, 29 Aug 2014 07:07:33 -0700 (PDT) Received: by mail-vc0-f181.google.com with SMTP id ij19so2519476vcb.12 for ; Fri, 29 Aug 2014 07:07:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=cMfeOiysDsEwGgL8IEtXJ8rIFvB7+AHuyu7vN5dgZkg=; b=nsgLG3VoogTotDXfwYt4UWZc+ndn6CWFjKGeT7qtDw/EQ5X26J8SfJEtb6kiyErrDq U6WDHB7SE4B5SpJKABcXWEL10WS/TJG/Pge6SPp2dNggLex/5v7+zZLGOn6SAsIo/8Cm WEsgO35rnbBKlhqKqq6sM0oez29FmshWt/JCOq47aqD6G4N5vwHjnTfHyP1oA+iVF5FM ar0a9dPQ9KurenBfPXMPCV/S1+WNZD5xaVdInSHxXGiQwAB5JqffR4Y+fBvornKz4vim /JDks9M0qXY5fGQsnk7WtSUp7VN0DQtEs9HWsn5i+bSf0e5BU2b/F4LjaiSF2D0b/OqY x9UA== MIME-Version: 1.0 X-Received: by 10.52.227.72 with SMTP id ry8mr938654vdc.64.1409321252711; Fri, 29 Aug 2014 07:07:32 -0700 (PDT) Sender: angolini@gmail.com X-Google-Sender-Delegation: angolini@gmail.com Received: by 10.220.148.145 with HTTP; Fri, 29 Aug 2014 07:07:32 -0700 (PDT) In-Reply-To: <1409166432-9582-13-git-send-email-lauren.post@freescale.com> References: <1409166432-9582-1-git-send-email-lauren.post@freescale.com> <1409166432-9582-13-git-send-email-lauren.post@freescale.com> Date: Fri, 29 Aug 2014 11:07:32 -0300 X-Google-Sender-Auth: pc0Bttb5dtcOC-0FB_KOORupIcc Message-ID: From: Daiane Angolini To: Lauren Post Cc: "meta-freescale@yoctoproject.org" Subject: Re: [meta-fsl-arm][PATCH 12/14] imx-test: Update include PLATFORM and DEPEND for mx6sx and mx6sl 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, 29 Aug 2014 14:07:37 -0000 Content-Type: text/plain; charset=UTF-8 On Wed, Aug 27, 2014 at 4:07 PM, Lauren Post wrote: > Add mx6sx depends similar to mx6sl. mx6sx has no VPU like mx6sl. > Update PLATFORM to be specific to mx6sx and mx6sl which both support > PXP but only mx6sx supports mxc_mcc_tty_test tests > Beautiful patch <3 Daiane > Signed-off-by: Lauren Post > --- > recipes-bsp/imx-test/imx-test.inc | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/recipes-bsp/imx-test/imx-test.inc b/recipes-bsp/imx-test/imx-test.inc > index 94dbdc3..c96fbef 100644 > --- a/recipes-bsp/imx-test/imx-test.inc > +++ b/recipes-bsp/imx-test/imx-test.inc > @@ -5,6 +5,7 @@ DEPENDS_mx5 = "virtual/kernel imx-lib imx-vpu" > DEPENDS_mx6q = "virtual/kernel imx-lib imx-vpu" > DEPENDS_mx6dl = "virtual/kernel imx-lib imx-vpu" > DEPENDS_mx6sl = "virtual/kernel imx-lib" > +DEPENDS_mx6sx = "virtual/kernel imx-lib" > DEPENDS_mxs = "virtual/kernel" > > LICENSE = "GPLv2" > @@ -13,7 +14,8 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=80 > PE = "1" > > PLATFORM_mx6 = "IMX6Q" > -PLATFORM_mx6sl = "IMX6S" > +PLATFORM_mx6sl = "IMX6SL" > +PLATFORM_mx6sx = "IMX6SX" > PLATFORM_mx53 = "IMX53" > PLATFORM_mx51 = "IMX51" > > -- > 1.7.9.5 > > -- > _______________________________________________ > meta-freescale mailing list > meta-freescale@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-freescale