poky-altcfg.conf 497 B

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