diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2019-08-23 13:51:37 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-08-28 11:31:22 +0100 |
commit | cfbd8247a69215ce61f50b3253e1cb7e705cdaaf (patch) | |
tree | 90e0f29895527ab54d8fdb213cc3ae937d01f875 | |
parent | 2c7e401a1edf18055e3515d1514dcf0c172a93ec (diff) | |
download | poky-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>
-rw-r--r-- | meta/recipes-core/packagegroups/packagegroup-core-boot.bb | 6 |
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 | ||
11 | inherit packagegroup | 11 | inherit packagegroup |
12 | 12 | ||
13 | # | ||
14 | # Set by the machine configuration with packages essential for device bootup | ||
15 | # | ||
16 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS ?= "" | ||
17 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS ?= "" | ||
18 | |||
19 | # Distro can override the following VIRTUAL-RUNTIME providers: | 13 | # Distro can override the following VIRTUAL-RUNTIME providers: |
20 | VIRTUAL-RUNTIME_dev_manager ?= "udev" | 14 | VIRTUAL-RUNTIME_dev_manager ?= "udev" |
21 | VIRTUAL-RUNTIME_keymaps ?= "keymaps" | 15 | VIRTUAL-RUNTIME_keymaps ?= "keymaps" |