summaryrefslogtreecommitdiff
path: root/poky/meta-poky/conf/distro/poky-altcfg.conf
diff options
context:
space:
mode:
Diffstat (limited to 'poky/meta-poky/conf/distro/poky-altcfg.conf')
-rw-r--r--poky/meta-poky/conf/distro/poky-altcfg.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/poky/meta-poky/conf/distro/poky-altcfg.conf b/poky/meta-poky/conf/distro/poky-altcfg.conf
new file mode 100644
index 000000000..177bf8d18
--- /dev/null
+++ b/poky/meta-poky/conf/distro/poky-altcfg.conf
@@ -0,0 +1,15 @@
+#
+# An example of subclassing a distro, primarily used for testing alternate configuration
+# combinations on the Yocto Project autobuilder
+#
+require conf/distro/poky.conf
+
+DISTRO = "poky-altcfg"
+DISTROOVERRIDES = "poky:poky-altcfg"
+#DISTROOVERRIDES = "poky:linuxstdbase"
+
+INIT_MANAGER ?= "systemd"
+# systemd isn't suitable with musl
+INIT_MANAGER_libc-musl ?= "sysvinit"
+
+require conf/distro/include/poky-distro-alt-test-config.inc