From 4d71b6fbe454ff51342ab1eb6791fad66ba98c3e Mon Sep 17 00:00:00 2001 From: Tadao Tanikawa Date: Mon, 31 Aug 2015 18:50:24 +0900 Subject: Add a minimal set of packages for GStreamer1.0 This configuration is for installing a minimal set of packages to use GStreamer1.0 in meta-agl. This configuration also switch 2 versions of GStreamer, when building for QEMU, GStreamer1.0 1.4.1 is selected by AGL distro configuration, for R-Car2 Porter, GStreamer1.0 1.2.3 by meta-renesas. The installed plugins of GStreamer1.0 is also minimal, so when more are needed, add appropriate packages to IMAGE_INSTALL in your local.conf manually. Change-Id: I379e75f2eaacd47e80ceafdb00e2dcfaeda0db1f Signed-off-by: Tadao Tanikawa --- .../recipes-core/packagegroups/packagegroup-ivi-common-multimedia.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-ivi-common/recipes-core') diff --git a/meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-multimedia.bb b/meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-multimedia.bb index 72a5b0576..bd6ad26c5 100644 --- a/meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-multimedia.bb +++ b/meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-multimedia.bb @@ -12,4 +12,7 @@ PACKAGES = "\ ALLOW_EMPTY_${PN} = "1" RDEPENDS_${PN} += "\ + alsa-lib \ + alsa-utils \ + gstreamer1.0-meta-base \ " -- cgit 1.2.3-korg