meta-digi-del: symplify packagegroups
There is no need to explicitly set PACKAGES variable (it is automatically handled by packagegroup.bbclass) Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
536e17549f
commit
767cb77672
|
|
@ -8,6 +8,8 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
|
|||
ALLOW_EMPTY = "1"
|
||||
PR = "r0"
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
#
|
||||
# Set by the machine configuration with packages essential for device bootup
|
||||
#
|
||||
|
|
@ -28,12 +30,6 @@ VIRTUAL-RUNTIME_network-utils ?= "ethtool"
|
|||
VIRTUAL-RUNTIME_snmp-manager ?= ""
|
||||
#VIRTUAL-RUNTIME_snmp-manager ?= "net-snmp-server"
|
||||
|
||||
PACKAGES = "\
|
||||
packagegroup-del-network \
|
||||
packagegroup-del-network-dbg \
|
||||
packagegroup-del-network-dev \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN} = "\
|
||||
bridge-utils \
|
||||
ppp \
|
||||
|
|
|
|||
|
|
@ -8,18 +8,14 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
|
|||
ALLOW_EMPTY = "1"
|
||||
PR = "r0"
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
#
|
||||
# Set by the machine configuration with packages essential for device bootup
|
||||
#
|
||||
MACHINE_ESSENTIAL_EXTRA_RDEPENDS ?= ""
|
||||
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS ?= ""
|
||||
|
||||
PACKAGES = "\
|
||||
packagegroup-del-wireless \
|
||||
packagegroup-del-wireless-dbg \
|
||||
packagegroup-del-wireless-dev \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN} = "\
|
||||
wpa-supplicant \
|
||||
wireless-tools \
|
||||
|
|
|
|||
|
|
@ -9,6 +9,8 @@ DEPENDS = "virtual/kernel"
|
|||
ALLOW_EMPTY = "1"
|
||||
PR = "r0"
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
#
|
||||
# Set by the machine configuration with packages essential for device bootup
|
||||
#
|
||||
|
|
@ -23,12 +25,6 @@ VIRTUAL-RUNTIME_init_manager ?= "sysvinit"
|
|||
VIRTUAL-RUNTIME_initscripts ?= "initscripts"
|
||||
VIRTUAL-RUNTIME_keymaps ?= "keymaps"
|
||||
|
||||
PACKAGES = "\
|
||||
packagegroup-del-core \
|
||||
packagegroup-del-core-dbg \
|
||||
packagegroup-del-core-dev \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN} = "\
|
||||
base-files \
|
||||
base-passwd \
|
||||
|
|
|
|||
|
|
@ -8,18 +8,14 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
|
|||
ALLOW_EMPTY = "1"
|
||||
PR = "r0"
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
#
|
||||
# Set by the machine configuration with packages essential for device bootup
|
||||
#
|
||||
MACHINE_ESSENTIAL_EXTRA_RDEPENDS ?= ""
|
||||
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS ?= ""
|
||||
|
||||
PACKAGES = "\
|
||||
packagegroup-del-debug \
|
||||
packagegroup-del-debug-dbg \
|
||||
packagegroup-del-debug-dev \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN} = "\
|
||||
packagegroup-core-tools-debug \
|
||||
memwatch \
|
||||
|
|
|
|||
|
|
@ -8,11 +8,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
|
|||
ALLOW_EMPTY = "1"
|
||||
PR = "r0"
|
||||
|
||||
PACKAGES = "\
|
||||
packagegroup-del-audio \
|
||||
packagegroup-del-audio-dbg \
|
||||
packagegroup-del-audio-dev \
|
||||
"
|
||||
inherit packagegroup
|
||||
|
||||
RDEPENDS_${PN} = "\
|
||||
alsa-lib \
|
||||
|
|
|
|||
|
|
@ -8,11 +8,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
|
|||
ALLOW_EMPTY = "1"
|
||||
PR = "r0"
|
||||
|
||||
PACKAGES = "\
|
||||
packagegroup-del-gstreamer \
|
||||
packagegroup-del-gstreamer-dbg \
|
||||
packagegroup-del-gstreamer-dev \
|
||||
"
|
||||
inherit packagegroup
|
||||
|
||||
VIRTUAL_RUNTIME_gst-fsl-plugin = "\
|
||||
gst-fsl-plugin \
|
||||
|
|
|
|||
Loading…
Reference in New Issue