- remove ti-sgx-ddk-km if non-sgx for all targets - remove glmark2 for non-sgx build - Update GRSAPHICS_WESTON to GRAPHICS_WAYLAND per meta-arago change
Signed-off-by: Eric Ruei <[email protected]> --- .../packagegroups/packagegroup-arago-tisdk-graphics.bbappend | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bbappend b/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bbappend index 8479572..412e94c 100644 --- a/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bbappend +++ b/recipes-core/packagegroups/packagegroup-arago-tisdk-graphics.bbappend @@ -1,18 +1,18 @@ -PR_append = ".tisdk9" +PR_append = ".tisdk10" GRAPHICS_DEMO = "" GRAPHICS_DEMO_omap-a15 = "\ kmscube \ " -GRAPHICS_RDEPENDS_remove_ti33x = "\ +GRAPHICS_RDEPENDS_remove = "\ ${@bb.utils.contains('MACHINE_FEATURES', 'sgx', '', 'ti-sgx-ddk-km', d)} \ " -GRAPHICS_RDEPENDS_remove_ti43x = "\ - ${@bb.utils.contains('MACHINE_FEATURES', 'sgx', '', 'ti-sgx-ddk-km', d)} \ +GRAPHICS_RDEPENDS_remove = "\ + ${@bb.utils.contains('MACHINE_FEATURES', 'sgx', '', 'glmark2', d)} \ " -GRAPHICS_WESTON_remove = "\ +GRAPHICS_WAYLAND_remove = "\ ${@bb.utils.contains('MACHINE_FEATURES', 'sgx', '', 'wayland-ivi-extension', d)} \ " -- 1.9.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
