From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 999E1E0079E; Wed, 3 Sep 2014 21:55:43 -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.204 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-bl2lp0204.outbound.protection.outlook.com [207.46.163.204]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id EB790E004A0 for ; Wed, 3 Sep 2014 21:55:40 -0700 (PDT) Received: from CH1PR03CA012.namprd03.prod.outlook.com (10.255.156.157) by BY2PR03MB285.namprd03.prod.outlook.com (10.242.37.16) with Microsoft SMTP Server (TLS) id 15.0.1015.19; Thu, 4 Sep 2014 04:55:25 +0000 Received: from BN1AFFO11FD035.protection.gbl (10.255.156.132) by CH1PR03CA012.outlook.office365.com (10.255.156.157) with Microsoft SMTP Server (TLS) id 15.0.1019.16 via Frontend Transport; Thu, 4 Sep 2014 04:55:24 +0000 Received: from tx30smr01.am.freescale.net (192.88.168.50) by BN1AFFO11FD035.mail.protection.outlook.com (10.58.52.159) with Microsoft SMTP Server (TLS) id 15.0.1010.11 via Frontend Transport; Thu, 4 Sep 2014 04:55:24 +0000 Received: from ubuntu.ap.freescale.net (ubuntu-010192241089.ap.freescale.net [10.192.241.89]) by tx30smr01.am.freescale.net (8.14.3/8.14.0) with ESMTP id s844tLat005474; Wed, 3 Sep 2014 21:55:22 -0700 From: Zidan Wang To: Date: Thu, 4 Sep 2014 12:55:48 +0800 Message-ID: <1409806548-13845-1-git-send-email-b50113@freescale.com> X-Mailer: git-send-email 1.7.9.5 X-EOPAttributedMessage: 0 X-Forefront-Antispam-Report: CIP:192.88.168.50; CTRY:US; IPV:CAL; IPV:NLI; EFV:NLI; SFV:NSPM; SFS:(6009001)(189002)(199003)(85306004)(102836001)(83322001)(87286001)(104166001)(80022001)(83072002)(77982001)(97736001)(88136002)(64706001)(89996001)(6806004)(47776003)(20776003)(2351001)(46102001)(107046002)(104016003)(26826002)(229853001)(44976005)(90102001)(68736004)(84676001)(230783001)(19580405001)(110136001)(19580395003)(85852003)(36756003)(95666004)(77156001)(33646002)(76482001)(62966002)(81342001)(92726001)(575784001)(50986999)(79102001)(50466002)(21056001)(93916002)(74502001)(48376002)(106466001)(87936001)(99396002)(92566001)(86362001)(105606002)(81542001)(4396001)(50226001)(31966008)(74662001)(32563001)(42262002); DIR:OUT; SFP:; SCL:1; SRVR:BY2PR03MB285; H:tx30smr01.am.freescale.net; FPR:; MLV:ovrnspm; PTR:InfoDomainNonexistent; MX:1; A:1; LANG:en; MIME-Version: 1.0 X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;UriScan:; X-Forefront-PRVS: 0324C2C0E2 Received-SPF: Fail (protection.outlook.com: domain of freescale.com does not designate 192.88.168.50 as permitted sender) receiver=protection.outlook.com; client-ip=192.88.168.50; helo=tx30smr01.am.freescale.net; Authentication-Results: spf=fail (sender IP is 192.88.168.50) smtp.mailfrom=B50113@freescale.com; X-OriginatorOrg: freescale.com Subject: [meta-fsl-arm][PATCH] libfslcodec.inc: mx6sx doesn't support vpu 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: Thu, 04 Sep 2014 04:55:43 -0000 Content-Type: text/plain Signed-off-by: Zidan Wang --- recipes-multimedia/libfslcodec/libfslcodec.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-multimedia/libfslcodec/libfslcodec.inc b/recipes-multimedia/libfslcodec/libfslcodec.inc index b366c0a..20adc9a 100644 --- a/recipes-multimedia/libfslcodec/libfslcodec.inc +++ b/recipes-multimedia/libfslcodec/libfslcodec.inc @@ -16,6 +16,7 @@ EXTRA_OECONF = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '-- VPU_SUPPORT = "--disable-vpu" VPU_SUPPORT_mx6 = "--enable-vpu" VPU_SUPPORT_mx6sl = "--disable-vpu" +VPU_SUPPORT_mx6sx = "--disable-vpu" VPU_SUPPORT_mx5 = "--enable-vpu" EXTRA_OECONF += "${VPU_SUPPORT}" -- 1.7.9.5