* Add the SGX and BLTsville support for OMAP5 and DRA7xx machines where applicable.
Signed-off-by: Chase Maupin <[email protected]> --- ...packagegroup-arago-tisdk-graphics-sdk-target.bb | 11 ++++++++++- .../packagegroup-arago-tisdk-graphics.bb | 14 ++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) 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 8775cc5..9b1ba93 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,6 +1,6 @@ DESCRIPTION = "Task to install graphics binaries on sdk target" LICENSE = "MIT" -PR = "r3" +PR = "r4" inherit packagegroup @@ -19,6 +19,15 @@ GRAPHICS_RDEPENDS_ti43x = "\ libgles-omap3-dev \ " +GRAPHICS_RDEPENDS_omap-a15 = "\ + libgbm-dev \ + omap5-sgx-ddk-um-linux-dev \ + " + +GRAPHICS_BLTSVILLE = "" +GRAPHICS_BLTSVILLE_omap-a15 = " bltsville-dev" + RDEPENDS_${PN} = "\ ${GRAPHICS_RDEPENDS} \ + ${GRAPHICS_BLTSVILLE} \ " 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 76e7bf2..fd64022 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 @@ -32,6 +32,20 @@ GRAPHICS_RDEPENDS_omap3 = "\ ${GRAPHICS_SDK} \ " +GRAPHICS_RDEPENDS_omap-a15 = "\ + libgbm \ + omap5-sgx-ddk-um-linux \ + " +# Put this back when compile issues are fixed against 3.12 +# omapdrm-pvr + +GRAPHICS_BLTSVILLE = "" +GRAPHICS_BLTSVILLE_omap-a15 = " \ + bltsville \ + " + + RDEPENDS_${PN} = "\ ${GRAPHICS_RDEPENDS} \ + ${GRAPHICS_BLTSVILLE} \ " -- 1.7.9.5 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
