Skip to content

Commit ed00fe3

Browse files
author
Dmitry Rozhkov
committed
multimedia: Add gstreamer-vaapi-1.0 to XT
Fixes: IOTOS-1726 Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
1 parent e3927c9 commit ed00fe3

File tree

4 files changed

+12
-1
lines changed

4 files changed

+12
-1
lines changed

meta-ostro-xt/classes/ostro-xt-image.bbclass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ FEATURE_PACKAGES_benchmark = "packagegroup-benchmark"
3131
FEATURE_PACKAGES_opencv = "opencv"
3232
FEATURE_PACKAGES_xdk-daemon = "xdk-daemon"
3333
FEATURE_PACKAGES_backport-iwlwifi = "backport-iwlwifi"
34-
FEATURE_PACKAGES_multimedia = "gstreamer1.0-plugins-good"
34+
FEATURE_PACKAGES_multimedia = "packagegroup-multimedia"
3535

3636
# By default, all Ostro OS XT images include the full set of software
3737
# provided by Ostro OS and Ostro OS XT (except for benchmarks and QA

meta-ostro-xt/conf/distro/include/ostro-xt-supported-recipes.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ glib-networking@core
3232
glmark2@openembedded-layer
3333
glproto@core
3434
gnome-themes-standard@core
35+
gstreamer-vaapi-1.0@intel
3536
gstreamer1.0-plugins-base@core
3637
gstreamer1.0-plugins-good@core
3738
gstreamer1.0@core
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
DEPENDS_remove = "gstreamer1.0-plugins-bad"
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
SUMMARY = "Multimedia packages for Ostro OS XT"
2+
LICENSE = "MIT"
3+
4+
inherit packagegroup
5+
6+
RDEPENDS_${PN} = " \
7+
gstreamer1.0-plugins-good \
8+
gstreamer-vaapi-1.0 \
9+
"

0 commit comments

Comments
 (0)