del-audio: Add task and feature.
This feature is also enabled by default in del-image-minimal. Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
parent
76f2c1f755
commit
174e18f6ac
|
|
@ -0,0 +1,5 @@
|
||||||
|
# DEL image features.
|
||||||
|
#
|
||||||
|
# Copyright (C) 2012 Digi International.
|
||||||
|
|
||||||
|
PACKAGE_GROUP_del-audio = "task-del-audio"
|
||||||
|
|
@ -10,8 +10,10 @@ IMAGE_LINGUAS = " "
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
|
|
||||||
inherit core-image
|
inherit core-image
|
||||||
|
inherit del-image
|
||||||
|
|
||||||
IMAGE_FEATURES = "core-ssh-dropbear"
|
IMAGE_FEATURES = "core-ssh-dropbear"
|
||||||
|
IMAGE_FEATURES += "del-audio"
|
||||||
|
|
||||||
# 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,25 @@
|
||||||
|
#
|
||||||
|
# Copyright (C) 2012 Digi International.
|
||||||
|
#
|
||||||
|
DESCRIPTION = "Audio 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-audio \
|
||||||
|
task-del-audio-dbg \
|
||||||
|
task-del-audio-dev \
|
||||||
|
"
|
||||||
|
|
||||||
|
RDEPENDS_task-del-audio = "\
|
||||||
|
alsa-lib \
|
||||||
|
alsa-utils \
|
||||||
|
${MACHINE_ESSENTIAL_EXTRA_RDEPENDS}"
|
||||||
|
|
||||||
|
RRECOMMENDS_task-del-audio = "\
|
||||||
|
${MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS}"
|
||||||
|
|
||||||
|
|
||||||
Loading…
Reference in New Issue