From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 4FF9BE0082D; Wed, 27 Aug 2014 12:23:13 -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.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW, SPF_HELO_PASS 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 * [207.46.163.210 listed in list.dnswl.org] * -0.0 SPF_HELO_PASS SPF: HELO matches SPF record * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from na01-bl2-obe.outbound.protection.outlook.com (mail-bl2lp0210.outbound.protection.outlook.com [207.46.163.210]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 2D0C8E00804 for ; Wed, 27 Aug 2014 12:23:10 -0700 (PDT) Received: from CH1PR03CA009.namprd03.prod.outlook.com (10.255.156.154) by DM2PR0301MB0702.namprd03.prod.outlook.com (25.160.96.28) with Microsoft SMTP Server (TLS) id 15.0.1015.19; Wed, 27 Aug 2014 19:23:02 +0000 Received: from BL2FFO11FD049.protection.gbl (10.255.156.132) by CH1PR03CA009.outlook.office365.com (10.255.156.154) with Microsoft SMTP Server (TLS) id 15.0.1015.19 via Frontend Transport; Wed, 27 Aug 2014 19:23:01 +0000 Received: from az84smr01.freescale.net (192.88.158.2) by BL2FFO11FD049.mail.protection.outlook.com (10.173.161.211) with Microsoft SMTP Server (TLS) id 15.0.1010.11 via Frontend Transport; Wed, 27 Aug 2014 19:23:01 +0000 Received: from neo.am.freescale.net (neo.am.freescale.net [10.81.16.89]) by az84smr01.freescale.net (8.14.3/8.14.0) with ESMTP id s7RJMwjS007880; Wed, 27 Aug 2014 12:23:00 -0700 From: Lauren Post To: Date: Wed, 27 Aug 2014 14:07:08 -0500 Message-ID: <1409166432-9582-11-git-send-email-lauren.post@freescale.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1409166432-9582-1-git-send-email-lauren.post@freescale.com> References: <1409166432-9582-1-git-send-email-lauren.post@freescale.com> X-EOPAttributedMessage: 0 X-Forefront-Antispam-Report: CIP:192.88.158.2; CTRY:US; IPV:CAL; IPV:NLI; EFV:NLI; SFV:NSPM; SFS:(6009001)(199003)(189002)(64706001)(110136001)(229853001)(81542001)(84676001)(33646002)(21056001)(76176999)(50986999)(107046002)(20776003)(2351001)(81342001)(46102001)(47776003)(80022001)(97736001)(99396002)(106466001)(85306004)(36756003)(230783001)(77982001)(62966002)(74662001)(74502001)(76482001)(31966008)(50466002)(104166001)(93916002)(68736004)(50226001)(86362001)(102836001)(92566001)(26826002)(77156001)(87286001)(104016003)(88136002)(79102001)(69596002)(87936001)(48376002)(89996001)(6806004)(90102001)(83072002)(44976005)(19580405001)(4396001)(105606002)(19580395003)(92726001)(95666004)(81156004)(85852003)(83322001)(32563001); DIR:OUT; SFP:; SCL:1; SRVR:DM2PR0301MB0702; H:az84smr01.freescale.net; FPR:; MLV:ovrnspm; PTR:InfoDomainNonexistent; A:1; MX:1; LANG:en; MIME-Version: 1.0 X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;UriScan:; X-Forefront-PRVS: 0316567485 Received-SPF: Fail (protection.outlook.com: domain of freescale.com does not designate 192.88.158.2 as permitted sender) receiver=protection.outlook.com; client-ip=192.88.158.2; helo=az84smr01.freescale.net; Authentication-Results: spf=fail (sender IP is 192.88.158.2) smtp.mailfrom=Lauren.Post@freescale.com; X-OriginatorOrg: freescale.com Subject: [meta-fsl-arm][PATCH 10/14] imx-lib: Add PLATFORM setting 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: Wed, 27 Aug 2014 19:23:13 -0000 Content-Type: text/plain imx-lib has pxp libraries only used for mx6sx and mx6sl Previously used MX6Q but mx6q and mx6dl can't be built with pxp Signed-off-by: Lauren Post --- recipes-bsp/imx-lib/imx-lib.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-bsp/imx-lib/imx-lib.inc b/recipes-bsp/imx-lib/imx-lib.inc index 243eb88..314e153 100644 --- a/recipes-bsp/imx-lib/imx-lib.inc +++ b/recipes-bsp/imx-lib/imx-lib.inc @@ -9,6 +9,8 @@ LIC_FILES_CHKSUM = "file://ipu/mxc_ipu_hl_lib.h;endline=13;md5=6c7486b21a8524b18 PLATFORM_mx6 = "IMX6Q" PLATFORM_mx5 = "IMX51" +PLATFORM_mx6sl = "IMX6S" +PLATFORM_mx6sx = "IMX6S" PARALLEL_MAKE="-j 1" EXTRA_OEMAKE = "" -- 1.7.9.5