del-gstreamer: Add feature.
This feature will include the gstreamer framework and its BSP elements. Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
parent
174e18f6ac
commit
a63ab03826
|
|
@ -3,3 +3,4 @@
|
||||||
# Copyright (C) 2012 Digi International.
|
# Copyright (C) 2012 Digi International.
|
||||||
|
|
||||||
PACKAGE_GROUP_del-audio = "task-del-audio"
|
PACKAGE_GROUP_del-audio = "task-del-audio"
|
||||||
|
PACKAGE_GROUP_del-gstreamer = "task-del-gstreamer"
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,7 @@ inherit del-image
|
||||||
|
|
||||||
IMAGE_FEATURES = "core-ssh-dropbear"
|
IMAGE_FEATURES = "core-ssh-dropbear"
|
||||||
IMAGE_FEATURES += "del-audio"
|
IMAGE_FEATURES += "del-audio"
|
||||||
|
IMAGE_FEATURES += "del-gstreamer"
|
||||||
|
|
||||||
# core-image disables the root password if debug-tweak is not enabled.
|
# core-image disables the root password if debug-tweak is not enabled.
|
||||||
# This override will use the shadow file instead.
|
# This override will use the shadow file instead.
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,24 @@
|
||||||
|
#
|
||||||
|
# Copyright (C) 2012 Digi International.
|
||||||
|
#
|
||||||
|
DESCRIPTION = "Gstreamer framework task for DEL image"
|
||||||
|
LICENSE = "MIT"
|
||||||
|
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
|
||||||
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||||
|
ALLOW_EMPTY = "1"
|
||||||
|
PR = "r0"
|
||||||
|
|
||||||
|
PACKAGES = "\
|
||||||
|
task-del-gstreamer \
|
||||||
|
task-del-gstreamer-dbg \
|
||||||
|
task-del-gstreamer-dev \
|
||||||
|
"
|
||||||
|
|
||||||
|
RDEPENDS_task-del-gstreamer = "\
|
||||||
|
fsl-mm-core \
|
||||||
|
${MACHINE_ESSENTIAL_EXTRA_RDEPENDS}"
|
||||||
|
|
||||||
|
RRECOMMENDS_task-del-gstreamer = "\
|
||||||
|
${MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS}"
|
||||||
|
|
||||||
|
|
||||||
Loading…
Reference in New Issue