* Add the gst-plugins-ducati and gst-plugins-vpe packages for OMAP5 and DRA7xx. gsp-plugins-vpe is only used for dra7xx-evm machines.
Signed-off-by: Chase Maupin <[email protected]> --- .../packagegroups/packagegroup-arago-gst.bb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-gst.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-gst.bb index 82265a1..9e35f26 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-gst.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-gst.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Task to add gstreamer and gstreamer plugins" LICENSE = "MIT" -PR = "r6" +PR = "r7" inherit packagegroup @@ -14,7 +14,12 @@ GSTREAMER = " \ gst-plugins-bad-meta \ " +GSTREAMER_ACCEL_MM = "" +GSTREAMER_ACCEL_MM_omap-a15 = "gst-plugins-ducati" +GSTREAMER_ACCEL_MM_append_dra7xx-evm = " gst-plugins-vpe" + RDEPENDS_${PN} = "\ ${GSTREAMER} \ + ${GSTREAMER_ACCEL_MM} \ gst-ffmpeg \ " -- 1.7.9.5 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
