From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 7DCB6E007A2; Mon, 18 Aug 2014 13:11:11 -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.0 SPF_HELO_PASS SPF: HELO matches SPF record * -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] * -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 166F7E00655 for ; Mon, 18 Aug 2014 13:11:03 -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 BN3PR0301CA0050.namprd03.prod.outlook.com (25.160.152.146) 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:01 +0000 Received: from BL2FFO11FD014.protection.gbl (2a01:111:f400:7c09::165) by BN3PR0301CA0050.outlook.office365.com (2a01:111:e400:401e::18) with Microsoft SMTP Server (TLS) id 15.0.1010.18 via Frontend Transport; Mon, 18 Aug 2014 20:11:01 +0000 Received: from az84smr01.freescale.net (192.88.158.2) by BL2FFO11FD014.mail.protection.outlook.com (10.173.160.222) 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 s7IKAwP3026195; Mon, 18 Aug 2014 13:10:59 -0700 From: Neena Busireddy To: Date: Mon, 18 Aug 2014 15:10:50 -0500 Message-ID: <1408392650-9561-6-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 6/6] imx-base: Add MACHINE_ARCH filter for 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:11 -0000 Content-Type: text/plain Add MACHINE_ARCH_FILTER for sololite as it is different from other SOC families (Sololite does not support 3D GPU hardware acceleration). Sololite uses mesa software rendering GL. So, set the PREFERRED PROVIDER to use mesa for SL. Signed-off-by: Neena Busireddy --- conf/machine/include/imx-base.inc | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index 9f0217e..5d4a518 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc @@ -47,9 +47,11 @@ MACHINE_SOCARCH_vf60 = "${TUNE_PKGARCH}-vf60" PACKAGE_EXTRA_ARCHS_append = " ${MACHINE_SOCARCH}" MACHINE_ARCH_FILTER = "virtual/kernel" +MACHINE_ARCH_FILTER_append_mx6sl = " virtual/libgles1 virtual/libgles2 virtual/egl virtual/mesa virtual/libgl" MACHINE_SOCARCH_FILTER = "libfslcodec libfslvpuwrap libfslparser gst-fsl-plugins" MACHINE_SOCARCH_FILTER_append_mx5 = " virtual/libgles1 virtual/libgles2 virtual/egl virtual/mesa virtual/libgl" -MACHINE_SOCARCH_FILTER_append_mx6 = " virtual/libgles1 virtual/libgles2 virtual/egl virtual/mesa virtual/libgl" +MACHINE_SOCARCH_FILTER_append_mx6q = " virtual/libgles1 virtual/libgles2 virtual/egl virtual/mesa virtual/libgl" +MACHINE_SOCARCH_FILTER_append_mx6dl = " virtual/libgles1 virtual/libgles2 virtual/egl virtual/mesa virtual/libgl" INHERIT += "fsl-dynamic-packagearch" @@ -92,9 +94,15 @@ PREFERRED_PROVIDER_virtual/libgles2_mx5 ?= "amd-gpu-${GPU_FLAVOUR}bin-mx51" # mx6 GPU libraries PREFERRED_PROVIDER_virtual/egl_mx6 ?= "gpu-viv-bin-mx6q" -PREFERRED_PROVIDER_virtual/libgl_mx6 ?= "gpu-viv-bin-mx6q" -PREFERRED_PROVIDER_virtual/libgles1_mx6 ?= "gpu-viv-bin-mx6q" -PREFERRED_PROVIDER_virtual/libgles2_mx6 ?= "gpu-viv-bin-mx6q" +PREFERRED_PROVIDER_virtual/libgles1_mx6q = "gpu-viv-bin-mx6q" +PREFERRED_PROVIDER_virtual/libgles1_mx6dl = "gpu-viv-bin-mx6q" +PREFERRED_PROVIDER_virtual/libgles1_mx6sl = "mesa" +PREFERRED_PROVIDER_virtual/libgles2_mx6q = "gpu-viv-bin-mx6q" +PREFERRED_PROVIDER_virtual/libgles2_mx6dl = "gpu-viv-bin-mx6q" +PREFERRED_PROVIDER_virtual/libgles2_mx6sl = "mesa" +PREFERRED_PROVIDER_virtual/libgl_mx6q = "gpu-viv-bin-mx6q" +PREFERRED_PROVIDER_virtual/libgl_mx6dl = "gpu-viv-bin-mx6q" +PREFERRED_PROVIDER_virtual/libgl_mx6sl = "mesa" PREFERRED_PROVIDER_virtual/kernel_mx3 ?= "linux-fslc" -- 1.7.9.5