From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lelv0142.ext.ti.com (lelv0142.ext.ti.com [198.47.23.249]) by arago-project.org (Postfix) with ESMTPS id 2EBEF52972 for ; Thu, 20 Jun 2019 01:03:03 +0000 (UTC) Received: from lelv0265.itg.ti.com ([10.180.67.224]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id x5K12LE0096036 for ; Wed, 19 Jun 2019 20:02:21 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1560992541; bh=wYi+QTQg+CdEzblTpAG9CKIhqCYrcOwUZZNhspwKpWY=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=KkviBzNYgkwtfF4OQ27PYrdPR/2oIBqW8aS8a8hkbJWRvqHdLQZNLsYZVd3shNRqv dOlqXYFQ6j69wufcu8LJL+DjxL2Jo4kdjjS6dkLz6Kz32UFoZI0j1QoKBg3WuPMtO1 y45F9Bl2L0ImF6bYQAMiwE5NTNjhvIFPpq1Ky2bU= Received: from DFLE106.ent.ti.com (dfle106.ent.ti.com [10.64.6.27]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id x5K12LTL046092 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 19 Jun 2019 20:02:21 -0500 Received: from DFLE113.ent.ti.com (10.64.6.34) by DFLE106.ent.ti.com (10.64.6.27) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1713.5; Wed, 19 Jun 2019 20:02:21 -0500 Received: from fllv0040.itg.ti.com (10.64.41.20) by DFLE113.ent.ti.com (10.64.6.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1713.5 via Frontend Transport; Wed, 19 Jun 2019 20:02:21 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id x5K12LOc053434; Wed, 19 Jun 2019 20:02:21 -0500 Date: Wed, 19 Jun 2019 21:02:20 -0400 From: Denys Dmytriyenko To: Anand Balagopalakrishnan Message-ID: <20190620010220.GU32001@beryl> References: <1560958508-141402-1-git-send-email-anandb@ti.com> MIME-Version: 1.0 In-Reply-To: <1560958508-141402-1-git-send-email-anandb@ti.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Cc: meta-arago@arago-project.org Subject: Re: [[thud] PATCH] arago-prefs: specify GLES providers for J7 EVM X-BeenThere: meta-arago@arago-project.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Arago metadata layer for TI SDKs - OE-Core/Yocto compatible List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jun 2019 01:03:03 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline > [[thud] PATCH] arago-prefs: specify GLES providers for J7 EVM Please don't use nested brackets - Patchwork doesn't handle those nicely and you end up with "PATCH]" in the commit log... Denys On Wed, Jun 19, 2019 at 09:05:04PM +0530, Anand Balagopalakrishnan wrote: > Signed-off-by: Anand Balagopalakrishnan > --- > meta-arago-distro/conf/distro/include/arago-prefs.inc | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/meta-arago-distro/conf/distro/include/arago-prefs.inc b/meta-arago-distro/conf/distro/include/arago-prefs.inc > index a96569f..45482d4 100644 > --- a/meta-arago-distro/conf/distro/include/arago-prefs.inc > +++ b/meta-arago-distro/conf/distro/include/arago-prefs.inc > @@ -14,6 +14,11 @@ PREFERRED_PROVIDER_libgbm-dev = "libgbm-dev" > > PREFERRED_PROVIDER_virtual/libgl = "mesa-gl" > > +# J7 has a Rogue GPU core > +PREFERRED_PROVIDER_virtual/egl_j7-evm = "ti-img-rogue-umlibs" > +PREFERRED_PROVIDER_virtual/libgles1_j7-evm = "ti-img-rogue-umlibs" > +PREFERRED_PROVIDER_virtual/libgles2_j7-evm = "ti-img-rogue-umlibs" > + > # This is required when using keystone devices with graphical support > # such as Qt5 > PREFERRED_PROVIDER_virtual/egl_keystone = "mesa" > -- > 1.9.1 > > _______________________________________________ > meta-arago mailing list > meta-arago@arago-project.org > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago