All of lore.kernel.org
 help / color / mirror / Atom feed
* [rocko/master][PATCH] packagegroup-arago-tisdk-target: include gtk sdk only if sgx is included
@ 2019-03-11 22:46 Eric Ruei
  2019-03-13  0:27 ` Denys Dmytriyenko
  0 siblings, 1 reply; 3+ messages in thread
From: Eric Ruei @ 2019-03-11 22:46 UTC (permalink / raw)
  To: meta-arago

Signed-off-by: Eric Ruei <e-ruei1@ti.com>
---
 .../packagegroups/packagegroup-arago-toolchain-tisdk-target.bb | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-toolchain-tisdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-toolchain-tisdk-target.bb
index 75c190d..a3c9377 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-toolchain-tisdk-target.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-toolchain-tisdk-target.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "Task to build and install header and libs into the sdk"
 LICENSE = "MIT"
-PR = "r13"
+PR = "r14"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
@@ -12,12 +12,6 @@ QT_TOOLCHAIN_TARGET = "\
 QT_TOOLCHAIN_TARGET_keystone = ""
 QT_TOOLCHAIN_TARGET_omapl138 = ""
 
-GTK_TOOLCHAIN_TARGET = "\
-    packagegroup-arago-gtk-sdk-target \
-"
-GTK_TOOLCHAIN_TARGET_keystone = ""
-GTK_TOOLCHAIN_TARGET_omapl138 = ""
-
 TISDK_TOOLCHAIN_BASE_TARGET = "\
     packagegroup-arago-standalone-sdk-target \
     packagegroup-arago-tisdk-multimedia-sdk-target \
@@ -32,7 +26,7 @@ TISDK_TOOLCHAIN_EXTRA_TARGET_omapl138 = ""
 
 RDEPENDS_${PN} = "\
     ${QT_TOOLCHAIN_TARGET} \
-    ${GTK_TOOLCHAIN_TARGET} \
+    ${@bb.utils.contains('MACHINE_FEATURES','sgx','packagegroup-arago-gtk-sdk-target','',d)} \
     ${TISDK_TOOLCHAIN_BASE_TARGET} \
     ${TISDK_TOOLCHAIN_EXTRA_TARGET} \
     ${@bb.utils.contains('MACHINE_FEATURES','sgx','packagegroup-arago-tisdk-graphics-sdk-target','',d)} \
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [rocko/master][PATCH] packagegroup-arago-tisdk-target: include gtk sdk only if sgx is included
  2019-03-11 22:46 [rocko/master][PATCH] packagegroup-arago-tisdk-target: include gtk sdk only if sgx is included Eric Ruei
@ 2019-03-13  0:27 ` Denys Dmytriyenko
  2019-03-13 11:51   ` Ruei, Eric
  0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2019-03-13  0:27 UTC (permalink / raw)
  To: Eric Ruei; +Cc: meta-arago

Now I need to verify - is it meant for rocko or thud?

On Mon, Mar 11, 2019 at 06:46:47PM -0400, Eric Ruei wrote:
> Signed-off-by: Eric Ruei <e-ruei1@ti.com>
> ---
>  .../packagegroups/packagegroup-arago-toolchain-tisdk-target.bb | 10 ++--------
>  1 file changed, 2 insertions(+), 8 deletions(-)
> 
> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-toolchain-tisdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-toolchain-tisdk-target.bb
> index 75c190d..a3c9377 100644
> --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-toolchain-tisdk-target.bb
> +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-toolchain-tisdk-target.bb
> @@ -1,6 +1,6 @@
>  DESCRIPTION = "Task to build and install header and libs into the sdk"
>  LICENSE = "MIT"
> -PR = "r13"
> +PR = "r14"
>  
>  PACKAGE_ARCH = "${MACHINE_ARCH}"
>  
> @@ -12,12 +12,6 @@ QT_TOOLCHAIN_TARGET = "\
>  QT_TOOLCHAIN_TARGET_keystone = ""
>  QT_TOOLCHAIN_TARGET_omapl138 = ""
>  
> -GTK_TOOLCHAIN_TARGET = "\
> -    packagegroup-arago-gtk-sdk-target \
> -"
> -GTK_TOOLCHAIN_TARGET_keystone = ""
> -GTK_TOOLCHAIN_TARGET_omapl138 = ""
> -
>  TISDK_TOOLCHAIN_BASE_TARGET = "\
>      packagegroup-arago-standalone-sdk-target \
>      packagegroup-arago-tisdk-multimedia-sdk-target \
> @@ -32,7 +26,7 @@ TISDK_TOOLCHAIN_EXTRA_TARGET_omapl138 = ""
>  
>  RDEPENDS_${PN} = "\
>      ${QT_TOOLCHAIN_TARGET} \
> -    ${GTK_TOOLCHAIN_TARGET} \
> +    ${@bb.utils.contains('MACHINE_FEATURES','sgx','packagegroup-arago-gtk-sdk-target','',d)} \
>      ${TISDK_TOOLCHAIN_BASE_TARGET} \
>      ${TISDK_TOOLCHAIN_EXTRA_TARGET} \
>      ${@bb.utils.contains('MACHINE_FEATURES','sgx','packagegroup-arago-tisdk-graphics-sdk-target','',d)} \
> -- 
> 1.9.1
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [rocko/master][PATCH] packagegroup-arago-tisdk-target: include gtk sdk only if sgx is included
  2019-03-13  0:27 ` Denys Dmytriyenko
@ 2019-03-13 11:51   ` Ruei, Eric
  0 siblings, 0 replies; 3+ messages in thread
From: Ruei, Eric @ 2019-03-13 11:51 UTC (permalink / raw)
  To: Dmytriyenko, Denys; +Cc: meta-arago

Hi, Denys:

It is for rocko  immediately.  The same patch is required for thud as well. I thought that everything goes to master will go to thud as well.

Best regards,

Eric


-----Original Message-----
From: Dmytriyenko, Denys 
Sent: Tuesday, March 12, 2019 8:28 PM
To: Ruei, Eric
Cc: meta-arago@arago-project.org
Subject: Re: [meta-arago] [rocko/master][PATCH] packagegroup-arago-tisdk-target: include gtk sdk only if sgx is included

Now I need to verify - is it meant for rocko or thud?

On Mon, Mar 11, 2019 at 06:46:47PM -0400, Eric Ruei wrote:
> Signed-off-by: Eric Ruei <e-ruei1@ti.com>
> ---
>  .../packagegroups/packagegroup-arago-toolchain-tisdk-target.bb | 10 ++--------
>  1 file changed, 2 insertions(+), 8 deletions(-)
> 
> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-toolchain-tisdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-toolchain-tisdk-target.bb
> index 75c190d..a3c9377 100644
> --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-toolchain-tisdk-target.bb
> +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-toolchain-tisdk-target.bb
> @@ -1,6 +1,6 @@
>  DESCRIPTION = "Task to build and install header and libs into the sdk"
>  LICENSE = "MIT"
> -PR = "r13"
> +PR = "r14"
>  
>  PACKAGE_ARCH = "${MACHINE_ARCH}"
>  
> @@ -12,12 +12,6 @@ QT_TOOLCHAIN_TARGET = "\
>  QT_TOOLCHAIN_TARGET_keystone = ""
>  QT_TOOLCHAIN_TARGET_omapl138 = ""
>  
> -GTK_TOOLCHAIN_TARGET = "\
> -    packagegroup-arago-gtk-sdk-target \
> -"
> -GTK_TOOLCHAIN_TARGET_keystone = ""
> -GTK_TOOLCHAIN_TARGET_omapl138 = ""
> -
>  TISDK_TOOLCHAIN_BASE_TARGET = "\
>      packagegroup-arago-standalone-sdk-target \
>      packagegroup-arago-tisdk-multimedia-sdk-target \
> @@ -32,7 +26,7 @@ TISDK_TOOLCHAIN_EXTRA_TARGET_omapl138 = ""
>  
>  RDEPENDS_${PN} = "\
>      ${QT_TOOLCHAIN_TARGET} \
> -    ${GTK_TOOLCHAIN_TARGET} \
> +    ${@bb.utils.contains('MACHINE_FEATURES','sgx','packagegroup-arago-gtk-sdk-target','',d)} \
>      ${TISDK_TOOLCHAIN_BASE_TARGET} \
>      ${TISDK_TOOLCHAIN_EXTRA_TARGET} \
>      ${@bb.utils.contains('MACHINE_FEATURES','sgx','packagegroup-arago-tisdk-graphics-sdk-target','',d)} \
> -- 
> 1.9.1
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-03-13 11:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-11 22:46 [rocko/master][PATCH] packagegroup-arago-tisdk-target: include gtk sdk only if sgx is included Eric Ruei
2019-03-13  0:27 ` Denys Dmytriyenko
2019-03-13 11:51   ` Ruei, Eric

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.