blob: b6dbcad4efc5c8507ce952c83160311c228e3cf5 [file] [log] [blame]
Brad Bishop79641f22019-09-10 07:20:22 -04001#
2# An example of subclassing a distro, primarily used for testing alternate configuration
3# combinations on the Yocto Project autobuilder
4#
5require conf/distro/poky.conf
6
7DISTRO = "poky-altcfg"
8DISTROOVERRIDES = "poky:poky-altcfg"
9#DISTROOVERRIDES = "poky:linuxstdbase"
10
Andrew Geisslerc5535c92023-01-27 16:10:19 -060011POKY_INIT_MANAGER:poky-altcfg = "systemd"
Brad Bishop79641f22019-09-10 07:20:22 -040012# systemd isn't suitable with musl
Andrew Geisslerc5535c92023-01-27 16:10:19 -060013POKY_INIT_MANAGER:poky-altcfg:libc-musl = "sysvinit"
Brad Bishop79641f22019-09-10 07:20:22 -040014
15require conf/distro/include/poky-distro-alt-test-config.inc