[yocto] [PATCH 1/2] meta-intel: new package - gst-va-intel

tom.zanussi at intel.com tom.zanussi at intel.com
Mon Dec 5 20:53:57 PST 2011


From: Tom Zanussi <tom.zanussi at intel.com>

We need some extra plugins for EMGD video acceleration use and
testing, so create a new 'gst-va-intel' package group for them.

Signed-off-by: Tom Zanussi <tom.zanussi at intel.com>
---
 .../recipes-multimedia/gstreamer/gst-va-intel.bb   |   28 ++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)
 create mode 100644 common/recipes-multimedia/gstreamer/gst-va-intel.bb

diff --git a/common/recipes-multimedia/gstreamer/gst-va-intel.bb b/common/recipes-multimedia/gstreamer/gst-va-intel.bb
new file mode 100644
index 0000000..31bde4e
--- /dev/null
+++ b/common/recipes-multimedia/gstreamer/gst-va-intel.bb
@@ -0,0 +1,28 @@
+DESCRIPTION = "Video Acceleration Add-ons for Intel BSPs"
+LICENSE = "MIT"
+DEPENDS = "gst-meta-base"
+LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
+                    file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
+
+PR = "r0"
+
+PACKAGES = "\
+    gst-va-intel \
+    gst-va-intel-general \
+    gst-va-intel-video \
+    "
+
+ALLOW_EMPTY = "1"
+
+RDEPENDS_gst-va-intel = "\
+    gst-va-intel-general \
+    gst-va-intel-video \
+    "
+
+RDEPENDS_gst-va-intel-general = "\
+    gst-ffmpeg \
+    "
+
+RDEPENDS_gst-va-intel-video = "\
+    gst-plugins-good-isomp4 \
+    "
-- 
1.7.0.4




More information about the yocto mailing list