On Fri, Aug 28, 2015 at 12:01:52AM -0400, Hongmei Gou wrote:
> Signed-off-by: Hongmei Gou <[email protected]>
> ---
>  .../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
> [email protected]
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to