From: Denys Dmytriyenko <[email protected]> As long as Weston compositor runs on top of either DRM or fbdev, should not depend on SGX libs
Signed-off-by: Denys Dmytriyenko <[email protected]> --- v2 - extract weston in its own list .../packagegroups/packagegroup-arago-tisdk-graphics.bb | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) 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 1439638..9ec8cb7 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,11 +1,17 @@ DESCRIPTION = "Task to install graphics binaries" LICENSE = "MIT" -PR = "r5" +PR = "r6" inherit packagegroup PACKAGE_ARCH = "${MACHINE_ARCH}" +GRAPHICS_WESTON = "\ + weston \ + weston-init \ + weston-examples \ +" + GRAPHICS_SDK = "\ libgles-omap3 \ libgles-omap3-blitwsegl \ @@ -17,12 +23,8 @@ GRAPHICS_SDK = "\ " GRAPHICS_RDEPENDS = "" - GRAPHICS_RDEPENDS_ti33x = "\ ${GRAPHICS_SDK} \ - weston \ - weston-init \ - weston-examples \ " GRAPHICS_RDEPENDS_ti43x = "\ @@ -37,7 +39,7 @@ GRAPHICS_RDEPENDS_omap-a15 = "\ libgbm \ omap5-sgx-ddk-um-linux \ " -# Put this back when compile issues are fixed against 3.12 +# Put this back when compile issues are fixed against 3.14 # omapdrm-pvr GRAPHICS_BLTSVILLE = "" @@ -45,8 +47,8 @@ GRAPHICS_BLTSVILLE_omap-a15 = " \ bltsville \ " - RDEPENDS_${PN} = "\ + ${GRAPHICS_WESTON} \ ${GRAPHICS_RDEPENDS} \ ${GRAPHICS_BLTSVILLE} \ " -- 2.0.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
