From: Denys Dmytriyenko <[email protected]> Also abstract EGL/GLES component to use the corresponding PREFERRED_PROVIDER variable.
Signed-off-by: Denys Dmytriyenko <[email protected]> --- .../packagegroup-arago-tisdk-graphics-sdk-target.bb | 9 ++++++--- .../packagegroups/packagegroup-arago-tisdk-graphics.bb | 5 ++--- 2 files changed, 8 insertions(+), 6 deletions(-) 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 573601b..b7a79da 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,13 +1,16 @@ DESCRIPTION = "Task to install graphics binaries on sdk target" LICENSE = "MIT" -PR = "r8" +PR = "r9" inherit packagegroup GRAPHICS_RDEPENDS = "\ libgbm-dev \ - ti-sgx-ddk-um-dev \ - " + libdrm-dev \ + wayland-dev \ + weston-dev \ + ${PREFERRED_PROVIDER_virtual/egl}-dev \ +" GRAPHICS_RDEPENDS_append_omap-a15 = "\ ti-gc320-libs-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 cb7f68b..bd1b260 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 = "r23" +PR = "r24" inherit packagegroup @@ -21,8 +21,7 @@ GRAPHICS_WAYLAND_append_k3 = "\ GRAPHICS_RDEPENDS = "\ libgbm \ - ${@bb.utils.contains('MACHINE_FEATURES','sgx','ti-sgx-ddk-km','',d)} \ - ti-sgx-ddk-um \ + ${PREFERRED_PROVIDER_virtual/egl} \ ${@bb.utils.contains('MACHINE_FEATURES','sgx','glmark2','',d)} \ " -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
