Skip to content

Commit

Permalink
Merge pull request ostroproject#22 from rojkov/iotos-1726
Browse files Browse the repository at this point in the history
multimedia: Add gstreamer-vaapi-1.0 to XT
  • Loading branch information
pohly committed Jul 27, 2016
2 parents 3a96976 + ed00fe3 commit e1ea82f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion meta-ostro-xt/classes/ostro-xt-image.bbclass
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ FEATURE_PACKAGES_benchmark = "packagegroup-benchmark"
FEATURE_PACKAGES_opencv = "opencv"
FEATURE_PACKAGES_xdk-daemon = "xdk-daemon"
FEATURE_PACKAGES_backport-iwlwifi = "backport-iwlwifi"
FEATURE_PACKAGES_multimedia = "gstreamer1.0-plugins-good"
FEATURE_PACKAGES_multimedia = "packagegroup-multimedia"

# By default, all Ostro OS XT images include the full set of software
# provided by Ostro OS and Ostro OS XT (except for benchmarks and QA
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ glib-networking@core
glmark2@openembedded-layer
glproto@core
gnome-themes-standard@core
gstreamer-vaapi-1.0@intel
gstreamer1.0-plugins-base@core
gstreamer1.0-plugins-good@core
gstreamer1.0@core
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DEPENDS_remove = "gstreamer1.0-plugins-bad"
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
SUMMARY = "Multimedia packages for Ostro OS XT"
LICENSE = "MIT"

inherit packagegroup

RDEPENDS_${PN} = " \
gstreamer1.0-plugins-good \
gstreamer-vaapi-1.0 \
"

0 comments on commit e1ea82f

Please sign in to comment.