blob: 0cf55d659bc2040e07ee1acf6c87ac95e0ce5e47 (
plain)
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
|