Note: xsgx represents sgx for X11 support

Signed-off-by: Eric Ruei <[email protected]>
---
 .../packagegroup-arago-tisdk-graphics-sdk-host.bbappend              | 4 +++-
 .../packagegroup-arago-tisdk-graphics-sdk-target.bbappend            | 5 ++++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git 
a/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics-sdk-host.bbappend
 
b/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics-sdk-host.bbappend
index 2fc476e..2dcbaec 100644
--- 
a/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics-sdk-host.bbappend
+++ 
b/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics-sdk-host.bbappend
@@ -1,4 +1,6 @@
-PR_append = ".tisdk3"
+PR_append = ".tisdk4"
+
+GRAPHICS_RDEPENDS = "${@bb.utils.contains("MACHINE_FEATURES", "xsgx", 
"ti-xsgx-ddk-km-src", "ti-sgx-ddk-km-src", d)}"
 
 GRAPHICS_GC320_RDEPENDS = "ti-gc320-driver-src"
 
diff --git 
a/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics-sdk-target.bbappend
 
b/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics-sdk-target.bbappend
index 40ea58a..7c40d56 100644
--- 
a/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics-sdk-target.bbappend
+++ 
b/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics-sdk-target.bbappend
@@ -1,4 +1,7 @@
-PR_append = ".tisdk3"
+PR_append = ".tisdk4"
+
+GRAPHICS_RDEPENDS_remove = "ti-sgx-ddk-um-dev"
+GRAPHICS_RDEPENDS_append = "${@bb.utils.contains("MACHINE_FEATURES", "xsgx", 
"ti-xsgx-ddk-um-dev", "ti-sgx-ddk-um-dev", d)}"
 
 GRAPHICS_GC320_RDEPENDS = "ti-gc320-libs-dev"
 
-- 
1.9.1

_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to