summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/packagegroups/packagegroup-base.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/packagegroups/packagegroup-base.bb')
-rw-r--r--meta/recipes-core/packagegroups/packagegroup-base.bb10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-base.bb b/meta/recipes-core/packagegroups/packagegroup-base.bb
index 13a4fe4f0c..f4b2cd574d 100644
--- a/meta/recipes-core/packagegroups/packagegroup-base.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-base.bb
@@ -2,6 +2,11 @@ SUMMARY = "Merge machine and distro options to create a basic machine task/packa
2LICENSE = "MIT" 2LICENSE = "MIT"
3PR = "r83" 3PR = "r83"
4 4
5#
6# packages which content depend on MACHINE_FEATURES need to be MACHINE_ARCH
7#
8PACKAGE_ARCH = "${MACHINE_ARCH}"
9
5inherit packagegroup 10inherit packagegroup
6 11
7PROVIDES = "${PACKAGES}" 12PROVIDES = "${PACKAGES}"
@@ -39,11 +44,6 @@ PACKAGES = ' \
39 \ 44 \
40 ' 45 '
41 46
42#
43# packages which content depend on MACHINE_FEATURES need to be MACHINE_ARCH
44#
45PACKAGE_ARCH = "${MACHINE_ARCH}"
46
47# Override by distro if needed 47# Override by distro if needed
48VIRTUAL-RUNTIME_keymaps ?= "keymaps" 48VIRTUAL-RUNTIME_keymaps ?= "keymaps"
49 49