summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/packagegroups
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2019-08-23 13:51:37 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-08-28 11:31:22 +0100
commitcfbd8247a69215ce61f50b3253e1cb7e705cdaaf (patch)
tree90e0f29895527ab54d8fdb213cc3ae937d01f875 /meta/recipes-core/packagegroups
parent2c7e401a1edf18055e3515d1514dcf0c172a93ec (diff)
downloadpoky-cfbd8247a69215ce61f50b3253e1cb7e705cdaaf.tar.gz
packagegroup-core-boot: drop duplicate MACHINE_ESSENTIAL_EXTRA_RDEPENDS, etc
Default values for MACHINE_ESSENTIAL_EXTRA_RDEPENDS and MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS are set from bitbake.conf and so don't need to be duplicated in the packagegroup-core-boot recipe. (From OE-Core rev: 82983c94da2446ab86b189a0278156ee884d0976) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/packagegroups')
-rw-r--r--meta/recipes-core/packagegroups/packagegroup-core-boot.bb6
1 files changed, 0 insertions, 6 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-core-boot.bb b/meta/recipes-core/packagegroups/packagegroup-core-boot.bb
index 3a2f50febb..abbee14bd4 100644
--- a/meta/recipes-core/packagegroups/packagegroup-core-boot.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-core-boot.bb
@@ -10,12 +10,6 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
10 10
11inherit packagegroup 11inherit packagegroup
12 12
13#
14# Set by the machine configuration with packages essential for device bootup
15#
16MACHINE_ESSENTIAL_EXTRA_RDEPENDS ?= ""
17MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS ?= ""
18
19# Distro can override the following VIRTUAL-RUNTIME providers: 13# Distro can override the following VIRTUAL-RUNTIME providers:
20VIRTUAL-RUNTIME_dev_manager ?= "udev" 14VIRTUAL-RUNTIME_dev_manager ?= "udev"
21VIRTUAL-RUNTIME_keymaps ?= "keymaps" 15VIRTUAL-RUNTIME_keymaps ?= "keymaps"