From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id E40AEE007AA; 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=-1.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, SPF_HELO_PASS 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 * [207.46.163.144 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-bn1-obe.outbound.protection.outlook.com (mail-bn1lp0144.outbound.protection.outlook.com [207.46.163.144]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id F2AEAE004FF for ; Mon, 18 Aug 2014 13:11:03 -0700 (PDT) Received: from BN3PR0301CA0075.namprd03.prod.outlook.com (25.160.152.171) by BY2PR03MB475.namprd03.prod.outlook.com (10.141.141.150) with Microsoft SMTP Server (TLS) id 15.0.1005.10; Mon, 18 Aug 2014 20:11:01 +0000 Received: from BL2FFO11FD038.protection.gbl (2a01:111:f400:7c09::152) by BN3PR0301CA0075.outlook.office365.com (2a01:111:e400:401e::43) 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 BL2FFO11FD038.mail.protection.outlook.com (10.173.161.134) with Microsoft SMTP Server (TLS) id 15.0.1010.11 via Frontend Transport; Mon, 18 Aug 2014 20:11:00 +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 s7IKAwP1026195; Mon, 18 Aug 2014 13:10:59 -0700 From: Neena Busireddy To: Date: Mon, 18 Aug 2014 15:10:48 -0500 Message-ID: <1408392650-9561-4-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)(85852003)(48376002)(50226001)(62966002)(46102001)(87286001)(85306004)(2351001)(110136001)(64706001)(92726001)(89996001)(76482001)(92566001)(77982001)(79102001)(4396001)(44976005)(83072002)(21056001)(106466001)(105606002)(107046002)(20776003)(81156004)(80022001)(50466002)(230783001)(47776003)(68736004)(97736001)(6806004)(95666004)(229853001)(69596002)(83322001)(104166001)(104016003)(76176999)(50986999)(31966008)(86362001)(77156001)(36756003)(99396002)(74662001)(84676001)(88136002)(19580395003)(81542001)(87936001)(93916002)(102836001)(19580405001)(74502001)(33646002)(26826002)(81342001); DIR:OUT; SFP:1102; SCL:1; SRVR:BY2PR03MB475; 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: 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-OriginatorOrg: freescale.com Subject: [meta-fsl-arm][PATCH v5 4/6] glmark2: Create bbappend to include Sololite changes. 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 Remove gles2 from packageconfig for sololite as it does not support 3D GPU hardware acceleration. Signed-off-by: Neena Busireddy --- recipes-benchmark/glmark2/glmark2_%.bbappend | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 recipes-benchmark/glmark2/glmark2_%.bbappend diff --git a/recipes-benchmark/glmark2/glmark2_%.bbappend b/recipes-benchmark/glmark2/glmark2_%.bbappend new file mode 100644 index 0000000..8e57d66 --- /dev/null +++ b/recipes-benchmark/glmark2/glmark2_%.bbappend @@ -0,0 +1,3 @@ +#Remove gles2 as it is not supported by sololite + +PACKAGECONFIG_remove_mx6sl = "gles2" -- 1.7.9.5