summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorPeter Marko <peter.marko@siemens.com>2024-11-27 20:23:34 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-11-28 12:27:11 +0000
commitb767890b51b01862ff9a7baebe383fe5967a176c (patch)
treefd72d2b684eac0c3f1cfabab97dc2624c4be304a /meta/conf
parentd5655569e12f816e21144eaecda19427a6de0f6a (diff)
downloadpoky-b767890b51b01862ff9a7baebe383fe5967a176c.tar.gz
default-providers: define keymaps virtual runtime provider
VIRTUAL-RUNTIME_keymaps is defined in busybox init manager and also in some package groups. Defining distro features in recipes is wrong. Also this is not directly related to init manager. So move all these definitions to default-providers.inc (From OE-Core rev: 00f667bb5007a372950a137bf9e8b0e62f44f7d6) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/distro/include/default-providers.inc1
-rw-r--r--meta/conf/distro/include/init-manager-mdev-busybox.inc1
2 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/include/default-providers.inc b/meta/conf/distro/include/default-providers.inc
index b32c4e0d25..506d77811f 100644
--- a/meta/conf/distro/include/default-providers.inc
+++ b/meta/conf/distro/include/default-providers.inc
@@ -29,6 +29,7 @@ VIRTUAL-RUNTIME_getopt ?= "util-linux-getopt"
29VIRTUAL-RUNTIME_base-utils ?= "busybox" 29VIRTUAL-RUNTIME_base-utils ?= "busybox"
30VIRTUAL-RUNTIME_base-utils-hwclock ?= "busybox-hwclock" 30VIRTUAL-RUNTIME_base-utils-hwclock ?= "busybox-hwclock"
31VIRTUAL-RUNTIME_base-utils-syslog ?= "busybox-syslog" 31VIRTUAL-RUNTIME_base-utils-syslog ?= "busybox-syslog"
32VIRTUAL-RUNTIME_keymaps ?= "keymaps"
32 33
33# 34#
34# Default recipe providers 35# Default recipe providers
diff --git a/meta/conf/distro/include/init-manager-mdev-busybox.inc b/meta/conf/distro/include/init-manager-mdev-busybox.inc
index 12091cba68..d9b05e1781 100644
--- a/meta/conf/distro/include/init-manager-mdev-busybox.inc
+++ b/meta/conf/distro/include/init-manager-mdev-busybox.inc
@@ -3,5 +3,4 @@ DISTRO_FEATURES_BACKFILL_CONSIDERED:append = " systemd sysvinit"
3VIRTUAL-RUNTIME_dev_manager ??= "busybox-mdev" 3VIRTUAL-RUNTIME_dev_manager ??= "busybox-mdev"
4VIRTUAL-RUNTIME_init_manager ??= "busybox" 4VIRTUAL-RUNTIME_init_manager ??= "busybox"
5VIRTUAL-RUNTIME_initscripts ??= "initscripts" 5VIRTUAL-RUNTIME_initscripts ??= "initscripts"
6VIRTUAL-RUNTIME_keymaps ??= "keymaps"
7VIRTUAL-RUNTIME_login_manager ??= "busybox" 6VIRTUAL-RUNTIME_login_manager ??= "busybox"