1 2 3 4 5 6 7 8 9 10 11 12 13 14
DESCRIPTION = "A minimal xen image" IMAGE_INSTALL = "packagegroup-core-boot xen-minimal dropbear mdadm" IMAGE_LINGUAS = " " LICENSE = "MIT" inherit core-image IMAGE_ROOTFS_SIZE = "8192" # remove not needed ipkg informations ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; " require xen-bootimg.inc