poky-altcfg.conf 431 B

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