oe-selftest-image.bb 300 B

12345678910
  1. SUMMARY = "An image used during oe-selftest tests"
  2. # libudev is needed for deploy mdadm via devtool
  3. IMAGE_INSTALL = "packagegroup-core-boot packagegroup-core-ssh-dropbear libudev"
  4. IMAGE_FEATURES = "allow-empty-password empty-root-password allow-root-login"
  5. IMAGE_LINGUAS = " "
  6. inherit core-image