summaryrefslogtreecommitdiffstats
path: root/recipes-extended/images/xen-image-minimal.bb
blob: f9e75d7a84b9b0410208aa7f4fa2f855140752a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "A minimal xen image"
IMAGE_INSTALL = "task-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