All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: Hongmei Gou <h-gou@ti.com>
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
Date: Fri, 28 Aug 2015 20:19:28 -0400	[thread overview]
Message-ID: <20150829001928.GO26662@edge> (raw)
In-Reply-To: <1440734514-16165-4-git-send-email-h-gou@ti.com>

On Fri, Aug 28, 2015 at 12:01:52AM -0400, Hongmei Gou wrote:
> Signed-off-by: Hongmei Gou <h-gou@ti.com>
> ---
>  .../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


  reply	other threads:[~2015-08-29  0:19 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-28  4:01 [PATCH 0/5] Use null_window DRM from SGX DDK for AM3 and AM4 Hongmei Gou
2015-08-28  4:01 ` [PATCH 1/5] arago-prefs: use libgbm and omap5-sgx-ddk-um-linux (SGX user module) " Hongmei Gou
2015-08-28  4:01 ` [PATCH 2/5] img-pvr-sdk: update source of Imagination demo binaries " Hongmei Gou
2015-08-28  4:01 ` [PATCH 3/5] packagegroup-arago-tisdk-graphics*: use libgbm, SGX kernel module and user module, and img-pvr-sdk " Hongmei Gou
2015-08-29  0:19   ` Denys Dmytriyenko [this message]
2015-08-29  0:32     ` Denys Dmytriyenko
2015-08-31 14:10       ` Gou, Hongmei
2015-08-28  4:01 ` [PATCH 4/5] qtbase: add dependency on libdrm for AM3 and AM4 which now use null_window DRM from SGX user module Hongmei Gou
2015-08-28  4:01 ` [PATCH 5/5] matrix-gui-3d-demos: update demo dependency for AM3 and AM4 Hongmei Gou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150829001928.GO26662@edge \
    --to=denys@ti.com \
    --cc=h-gou@ti.com \
    --cc=meta-arago@arago-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.