summaryrefslogtreecommitdiffstats
path: root/external/poky/meta-poky/conf/distro/poky-altcfg.conf
diff options
context:
space:
mode:
Diffstat (limited to 'external/poky/meta-poky/conf/distro/poky-altcfg.conf')
-rw-r--r--external/poky/meta-poky/conf/distro/poky-altcfg.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/external/poky/meta-poky/conf/distro/poky-altcfg.conf b/external/poky/meta-poky/conf/distro/poky-altcfg.conf
new file mode 100644
index 00000000..177bf8d1
--- /dev/null
+++ b/external/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