meta-digi: add video player to graphical image
Also remove 'gplay' utility from dey-image-graphical. It's a command line application suitable to be used on minimal (non-X) images. Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
141ecc0698
commit
1bc9e7efae
|
|
@ -17,7 +17,7 @@ MACHINE_EXTRA_RRECOMMENDS = "kernel-modules"
|
|||
MACHINE_EXTRA_RRECOMMENDS += "imx-audio"
|
||||
|
||||
# Gstreamer plugin
|
||||
MACHINE_GSTREAMER_PLUGIN ?= "gst-fsl-plugin gst-fsl-plugin-gplay"
|
||||
MACHINE_GSTREAMER_PLUGIN ?= "gst-fsl-plugin"
|
||||
|
||||
# MX5 GPU libraries
|
||||
GPU_FLAVOUR = "${@base_contains('DISTRO_FEATURES', 'x11', 'x11-', '', d)}"
|
||||
|
|
|
|||
|
|
@ -19,5 +19,6 @@ SOC_IMAGE_INSTALL_mx5 = "amd-gpu-x11-bin-mx51"
|
|||
|
||||
IMAGE_INSTALL += " \
|
||||
${SOC_IMAGE_INSTALL} \
|
||||
owl-video \
|
||||
pointercal-xinput \
|
||||
"
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@ RDEPENDS_${PN} = " \
|
|||
gst-plugins-ugly-meta \
|
||||
gst-plugins-bad-meta \
|
||||
${MACHINE_GSTREAMER_PLUGIN} \
|
||||
${@base_conditional('HAVE_GUI', '1' , '', 'gst-fsl-plugin-gplay', d)} \
|
||||
"
|
||||
|
||||
ALLOW_EMPTY_${PN} = "1"
|
||||
|
|
|
|||
Loading…
Reference in New Issue