summaryrefslogtreecommitdiffstats
path: root/meta-poky/conf/distro/poky-altcfg.conf
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2023-01-23 10:03:00 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-01-24 21:57:39 +0000
commit316d66b4c43a2338609ca6c1c51afb0970a41c8e (patch)
tree1bd12baddf752126c30f438a87c365aea3ba4af7 /meta-poky/conf/distro/poky-altcfg.conf
parent3c3fd6a65e8103f74ae382d196d486b31a168b39 (diff)
downloadpoky-316d66b4c43a2338609ca6c1c51afb0970a41c8e.tar.gz
poky: Set INIT_MANAGER by a separate variable
Currently INIT_MANAGER cannot be overridden from local.conf. This is complicated by the use of overrides in the various poky distro configs. That is necessary, so use a separate variable to indirectly set the value meaning local.conf can still override the result. (From meta-yocto rev: da23d0c3edad0f5ee4cc4916276e214e8d53aad0) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky/conf/distro/poky-altcfg.conf')
-rw-r--r--meta-poky/conf/distro/poky-altcfg.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-poky/conf/distro/poky-altcfg.conf b/meta-poky/conf/distro/poky-altcfg.conf
index f03306e798..b6dbcad4ef 100644
--- a/meta-poky/conf/distro/poky-altcfg.conf
+++ b/meta-poky/conf/distro/poky-altcfg.conf
@@ -8,8 +8,8 @@ DISTRO = "poky-altcfg"
8DISTROOVERRIDES = "poky:poky-altcfg" 8DISTROOVERRIDES = "poky:poky-altcfg"
9#DISTROOVERRIDES = "poky:linuxstdbase" 9#DISTROOVERRIDES = "poky:linuxstdbase"
10 10
11INIT_MANAGER:poky-altcfg = "systemd" 11POKY_INIT_MANAGER:poky-altcfg = "systemd"
12# systemd isn't suitable with musl 12# systemd isn't suitable with musl
13INIT_MANAGER:poky-altcfg:libc-musl = "sysvinit" 13POKY_INIT_MANAGER:poky-altcfg:libc-musl = "sysvinit"
14 14
15require conf/distro/include/poky-distro-alt-test-config.inc 15require conf/distro/include/poky-distro-alt-test-config.inc