From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 942F3E007AD; Mon, 18 Aug 2014 13:11:12 -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.237 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-by2-obe.outbound.protection.outlook.com (mail-by2lp0237.outbound.protection.outlook.com [207.46.163.237]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 70960E006B5 for ; Mon, 18 Aug 2014 13:11:08 -0700 (PDT) Received: from BL2PR03MB466.namprd03.prod.outlook.com (10.141.92.17) by BL2PR03MB515.namprd03.prod.outlook.com (10.141.94.23) with Microsoft SMTP Server (TLS) id 15.0.1005.10; Mon, 18 Aug 2014 20:11:02 +0000 Received: from BN3PR0301CA0058.namprd03.prod.outlook.com (25.160.152.154) by BL2PR03MB466.namprd03.prod.outlook.com (10.141.92.17) with Microsoft SMTP Server (TLS) id 15.0.1005.10; Mon, 18 Aug 2014 20:11:00 +0000 Received: from BL2FFO11FD035.protection.gbl (2a01:111:f400:7c09::142) by BN3PR0301CA0058.outlook.office365.com (2a01:111:e400:401e::26) with Microsoft SMTP Server (TLS) id 15.0.1010.18 via Frontend Transport; Mon, 18 Aug 2014 20:11:00 +0000 Received: from az84smr01.freescale.net (192.88.158.2) by BL2FFO11FD035.mail.protection.outlook.com (10.173.161.131) with Microsoft SMTP Server (TLS) id 15.0.1010.11 via Frontend Transport; Mon, 18 Aug 2014 20:10:59 +0000 Received: from bluemeany.am.freescale.net (bluemeany.am.freescale.net [10.81.16.144]) by az84smr01.freescale.net (8.14.3/8.14.0) with ESMTP id s7IKAwOx026195; Mon, 18 Aug 2014 13:10:58 -0700 From: Neena Busireddy To: Date: Mon, 18 Aug 2014 15:10:46 -0500 Message-ID: <1408392650-9561-2-git-send-email-neena.busireddy@freescale.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1408392650-9561-1-git-send-email-neena.busireddy@freescale.com> References: <1408392650-9561-1-git-send-email-neena.busireddy@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:(10019005)(6009001)(199003)(189002)(77982001)(74502001)(93916002)(106466001)(6806004)(81342001)(97736001)(21056001)(76482001)(79102001)(36756003)(46102001)(50466002)(48376002)(86362001)(50226001)(62966002)(81156004)(19580395003)(229853001)(77156001)(104166001)(105606002)(74662001)(81542001)(88136002)(2351001)(87936001)(83072002)(85306004)(89996001)(26826002)(85852003)(84676001)(99396002)(87286001)(107046002)(19580405001)(92566001)(76176999)(80022001)(83322001)(95666004)(92726001)(47776003)(110136001)(20776003)(31966008)(102836001)(230783001)(50986999)(33646002)(68736004)(64706001)(104016003)(4396001)(44976005)(69596002); DIR:OUT; SFP:1102; SCL:1; SRVR:BL2PR03MB466; 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:;UriScan:; X-Forefront-PRVS: 03077579FF 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=neena.busireddy@freescale.com; X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:; X-OriginatorOrg: freescale.com Subject: [meta-fsl-arm][PATCH v5 2/6] cairo: Update recipe to support Sololite. 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: Mon, 18 Aug 2014 20:11:12 -0000 Content-Type: text/plain In order to support cairo for sololite, we need to remove glesv2 from packageconfig since sololite is not 3D GPU hardware accelerated. Signed-off-by: Neena Busireddy --- recipes-graphics/cairo/cairo_%.bbappend | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes-graphics/cairo/cairo_%.bbappend b/recipes-graphics/cairo/cairo_%.bbappend index bd960e0..2e0152c 100644 --- a/recipes-graphics/cairo/cairo_%.bbappend +++ b/recipes-graphics/cairo/cairo_%.bbappend @@ -7,5 +7,7 @@ CFLAGS_append_mx6 = " -DLINUX \ PACKAGECONFIG_class-target_mx6 = " \ - egl glesv2 \ ${@base_contains('DISTRO_FEATURES', 'directfb', 'directfb', '', d)}" + +PACKAGECONFIG_class-target_append_mx6q = " egl glesv2" +PACKAGECONFIG_class-target_append_mx6dl = " egl glesv2" -- 1.7.9.5