Also abstract EGL/GLES component to use the corresponding PREFERRED_PROVIDER variable.
Signed-off-by: Denys Dmytriyenko <[email protected]> --- .../packagegroup-arago-tisdk-graphics-sdk-host.bb | 4 +++- .../packagegroup-arago-tisdk-graphics-sdk-target.bb | 12 +++++++++--- .../packagegroups/packagegroup-arago-tisdk-graphics.bb | 6 ++++-- 3 files changed, 16 insertions(+), 6 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 d2dce0d..96ed27b 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,8 @@ DESCRIPTION = "Task to install graphics sources in SDK" LICENSE = "MIT" -PR = "r6" +PR = "r7" + +PACKAGE_ARCH = "${MACHINE_ARCH}" inherit packagegroup 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..7e18d08 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,19 @@ DESCRIPTION = "Task to install graphics binaries on sdk target" LICENSE = "MIT" -PR = "r8" +PR = "r9" + +PACKAGE_ARCH = "${MACHINE_ARCH}" inherit packagegroup GRAPHICS_RDEPENDS = "\ libgbm-dev \ - ti-sgx-ddk-um-dev \ - " + libdrm-dev \ + wayland-dev \ + weston-dev \ + ${PREFERRED_PROVIDER_virtual/egl}-dev \ + ti-sgx-ddk-km-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..69cfea5 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,8 @@ DESCRIPTION = "Task to install graphics binaries" LICENSE = "MIT" -PR = "r23" +PR = "r24" + +PACKAGE_ARCH = "${MACHINE_ARCH}" inherit packagegroup @@ -21,8 +23,8 @@ GRAPHICS_WAYLAND_append_k3 = "\ GRAPHICS_RDEPENDS = "\ libgbm \ + ${PREFERRED_PROVIDER_virtual/egl} \ ${@bb.utils.contains('MACHINE_FEATURES','sgx','ti-sgx-ddk-km','',d)} \ - ti-sgx-ddk-um \ ${@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
