1# 2# An example of subclassing a distro, primarily used for testing alternate configuration 3# combinations on the Yocto Project autobuilder 4# 5 6PACKAGE_CLASSES ?= "package_ipk" 7require conf/distro/poky.conf 8 9DISTRO = "poky-altcfg" 10DISTROOVERRIDES = "poky:poky-altcfg" 11#DISTROOVERRIDES = "poky:linuxstdbase" 12 13POKY_INIT_MANAGER:poky-altcfg = "systemd" 14# systemd isn't suitable with musl 15POKY_INIT_MANAGER:poky-altcfg:libc-musl = "sysvinit" 16 17require conf/distro/include/poky-distro-alt-test-config.inc 18