summaryrefslogtreecommitdiffstats
path: root/meta-poky/conf/distro/poky-altcfg.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-poky/conf/distro/poky-altcfg.conf')
-rw-r--r--meta-poky/conf/distro/poky-altcfg.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-poky/conf/distro/poky-altcfg.conf b/meta-poky/conf/distro/poky-altcfg.conf
index 177bf8d184..3d64bdd1fe 100644
--- a/meta-poky/conf/distro/poky-altcfg.conf
+++ b/meta-poky/conf/distro/poky-altcfg.conf
@@ -2,14 +2,16 @@
2# An example of subclassing a distro, primarily used for testing alternate configuration 2# An example of subclassing a distro, primarily used for testing alternate configuration
3# combinations on the Yocto Project autobuilder 3# combinations on the Yocto Project autobuilder
4# 4#
5
6PACKAGE_CLASSES ?= "package_ipk"
5require conf/distro/poky.conf 7require conf/distro/poky.conf
6 8
7DISTRO = "poky-altcfg" 9DISTRO = "poky-altcfg"
8DISTROOVERRIDES = "poky:poky-altcfg" 10DISTROOVERRIDES = "poky:poky-altcfg"
9#DISTROOVERRIDES = "poky:linuxstdbase" 11#DISTROOVERRIDES = "poky:linuxstdbase"
10 12
11INIT_MANAGER ?= "systemd" 13POKY_INIT_MANAGER:poky-altcfg = "systemd"
12# systemd isn't suitable with musl 14# systemd isn't suitable with musl
13INIT_MANAGER_libc-musl ?= "sysvinit" 15POKY_INIT_MANAGER:poky-altcfg:libc-musl = "sysvinit"
14 16
15require conf/distro/include/poky-distro-alt-test-config.inc 17require conf/distro/include/poky-distro-alt-test-config.inc