From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from devils.ext.ti.com (devils.ext.ti.com [198.47.26.153]) by arago-project.org (Postfix) with ESMTPS id DE81F52A19 for ; Sat, 29 Aug 2015 00:19:44 +0000 (UTC) Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id t7T0JiFb024899 for ; Fri, 28 Aug 2015 19:19:44 -0500 Received: from DFLE72.ent.ti.com (dfle72.ent.ti.com [128.247.5.109]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id t7T0JilE016356 for ; Fri, 28 Aug 2015 19:19:44 -0500 Received: from dflp33.itg.ti.com (10.64.6.16) by DFLE72.ent.ti.com (128.247.5.109) with Microsoft SMTP Server id 14.3.224.2; Fri, 28 Aug 2015 19:19:43 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp33.itg.ti.com (8.14.3/8.13.8) with ESMTP id t7T0JhsU002715; Fri, 28 Aug 2015 19:19:43 -0500 Date: Fri, 28 Aug 2015 20:19:28 -0400 From: Denys Dmytriyenko To: Hongmei Gou Message-ID: <20150829001928.GO26662@edge> References: <1440734514-16165-1-git-send-email-h-gou@ti.com> <1440734514-16165-4-git-send-email-h-gou@ti.com> MIME-Version: 1.0 In-Reply-To: <1440734514-16165-4-git-send-email-h-gou@ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: meta-arago@arago-project.org Subject: Re: [PATCH 3/5] packagegroup-arago-tisdk-graphics*: use libgbm, SGX kernel module and user module, and img-pvr-sdk for AM3 and AM4 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: Sat, 29 Aug 2015 00:19:45 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline On Fri, Aug 28, 2015 at 12:01:52AM -0400, Hongmei Gou wrote: > Signed-off-by: Hongmei Gou > --- > .../packagegroup-arago-tisdk-graphics-sdk-host.bb | 7 +++---- > .../packagegroup-arago-tisdk-graphics-sdk-target.bb | 13 ++++++++----- > .../packagegroups/packagegroup-arago-tisdk-graphics.bb | 15 ++++++++++++--- > 3 files changed, 23 insertions(+), 12 deletions(-) > > diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics-sdk-host.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics-sdk-host.bb > index a0cbc5c..b601495 100644 > --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics-sdk-host.bb > +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics-sdk-host.bb > @@ -1,6 +1,6 @@ > DESCRIPTION = "Task to install graphics sources in SDK" > LICENSE = "MIT" > -PR = "r2" > +PR = "r3" > > PACKAGE_ARCH = "${MACHINE_ARCH}" > > @@ -8,9 +8,8 @@ inherit packagegroup > > GRAPHICS_RDEPENDS = "" > > -# SGX modules fail against 4.1 > -#GRAPHICS_RDEPENDS_append_ti33x = " omap3-sgx-modules-src" > -#GRAPHICS_RDEPENDS_append_ti43x = " omap3-sgx-modules-src" > +GRAPHICS_RDEPENDS_append_ti33x = " omapdrm-pvr-src" > +GRAPHICS_RDEPENDS_append_ti43x = " omapdrm-pvr-src" > > RDEPENDS_${PN} = "\ > ${GRAPHICS_RDEPENDS} \ > diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics-sdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics-sdk-target.bb > index d36da7e..2cb4ec2 100644 > --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics-sdk-target.bb > +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics-sdk-target.bb > @@ -1,6 +1,6 @@ > DESCRIPTION = "Task to install graphics binaries on sdk target" > LICENSE = "MIT" > -PR = "r5" > +PR = "r6" > > PACKAGE_ARCH = "${MACHINE_ARCH}" > > @@ -9,15 +9,18 @@ inherit packagegroup > GRAPHICS_RDEPENDS = "" > > GRAPHICS_RDEPENDS_ti33x = "\ > - libgles-omap3-dev \ > -" > + libgbm-dev \ > + omap5-sgx-ddk-um-linux-dev \ > + " > + > GRAPHICS_RDEPENDS_omap3 = "\ > libgles-omap3-dev \ > " > > GRAPHICS_RDEPENDS_ti43x = "\ > - libgles-omap3-dev \ > -" > + libgbm-dev \ > + omap5-sgx-ddk-um-linux-dev \ > + " > > GRAPHICS_RDEPENDS_omap-a15 = "\ > libgbm-dev \ > diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb > index 8419cde..91bd548 100644 > --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb > +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bb > @@ -1,6 +1,6 @@ > DESCRIPTION = "Task to install graphics binaries" > LICENSE = "MIT" > -PR = "r11" > +PR = "r12" > > PACKAGE_ARCH = "${MACHINE_ARCH}" > > @@ -23,12 +23,21 @@ GRAPHICS_SDK = "\ > " > > GRAPHICS_RDEPENDS = "" > + > GRAPHICS_RDEPENDS_ti33x = "\ > - ${GRAPHICS_SDK} \ > + libgbm \ > + omap5-sgx-ddk-um-linux-dev \ Why -dev package listed here? > + omap5-sgx-ddk-um-linux \ > + omapdrm-pvr \ > + img-pvr-sdk \ > " > > GRAPHICS_RDEPENDS_ti43x = "\ > - ${GRAPHICS_SDK} \ > + libgbm \ > + omap5-sgx-ddk-um-linux-dev \ And here? > + omap5-sgx-ddk-um-linux \ > + omapdrm-pvr \ > + img-pvr-sdk \ > " > > GRAPHICS_RDEPENDS_omap3 = "\ > -- > 1.9.1 > > _______________________________________________ > meta-arago mailing list > meta-arago@arago-project.org > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago