core-image-testmaster-initramfs.bb 754 B

1234567891011121314151617181920212223
  1. DESCRIPTION = "Small image capable of booting a device with custom install scripts, \
  2. adding a second rootfs, used for testing."
  3. # use -testfs live-install scripts
  4. PACKAGE_INSTALL = "initramfs-live-boot initramfs-live-install-testfs initramfs-live-install-efi-testfs busybox udev base-passwd ${ROOTFS_BOOTSTRAP_INSTALL}"
  5. # Do not pollute the initrd image with rootfs features
  6. IMAGE_FEATURES = ""
  7. export IMAGE_BASENAME = "core-image-testmaster-initramfs"
  8. IMAGE_LINGUAS = ""
  9. LICENSE = "MIT"
  10. IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}"
  11. inherit core-image
  12. IMAGE_ROOTFS_SIZE = "8192"
  13. IMAGE_ROOTFS_EXTRA_SPACE = "0"
  14. BAD_RECOMMENDATIONS += "busybox-syslog"
  15. # Use the same restriction as initramfs-live-install-testfs
  16. COMPATIBLE_HOST = "(i.86|x86_64).*-linux"