diff options
| author | Peter Marko <peter.marko@siemens.com> | 2024-11-27 20:23:34 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-11-28 12:27:11 +0000 |
| commit | b767890b51b01862ff9a7baebe383fe5967a176c (patch) | |
| tree | fd72d2b684eac0c3f1cfabab97dc2624c4be304a /meta/conf | |
| parent | d5655569e12f816e21144eaecda19427a6de0f6a (diff) | |
| download | poky-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.inc | 1 | ||||
| -rw-r--r-- | meta/conf/distro/include/init-manager-mdev-busybox.inc | 1 |
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" | |||
| 29 | VIRTUAL-RUNTIME_base-utils ?= "busybox" | 29 | VIRTUAL-RUNTIME_base-utils ?= "busybox" |
| 30 | VIRTUAL-RUNTIME_base-utils-hwclock ?= "busybox-hwclock" | 30 | VIRTUAL-RUNTIME_base-utils-hwclock ?= "busybox-hwclock" |
| 31 | VIRTUAL-RUNTIME_base-utils-syslog ?= "busybox-syslog" | 31 | VIRTUAL-RUNTIME_base-utils-syslog ?= "busybox-syslog" |
| 32 | VIRTUAL-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" | |||
| 3 | VIRTUAL-RUNTIME_dev_manager ??= "busybox-mdev" | 3 | VIRTUAL-RUNTIME_dev_manager ??= "busybox-mdev" |
| 4 | VIRTUAL-RUNTIME_init_manager ??= "busybox" | 4 | VIRTUAL-RUNTIME_init_manager ??= "busybox" |
| 5 | VIRTUAL-RUNTIME_initscripts ??= "initscripts" | 5 | VIRTUAL-RUNTIME_initscripts ??= "initscripts" |
| 6 | VIRTUAL-RUNTIME_keymaps ??= "keymaps" | ||
| 7 | VIRTUAL-RUNTIME_login_manager ??= "busybox" | 6 | VIRTUAL-RUNTIME_login_manager ??= "busybox" |
