blob: d28f45dcab9154beab0ba125cc480a29482c39cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DESCRIPTION = "Image for the host side of the Enea Linux Virtualization profile"
require images/enea-image-common.inc
require images/enea-image-virtualization-common.inc
IMAGE_INSTALL += " \
packagegroup-enea-virtualization-host \
"
IMAGE_FSTYPES += "tar.gz"
# Due to a legacy include from corei7 machine we need to stop building following images
NOHDD = "1"
NOISO = "1"
INITRD_IMAGE_LIVE = ""
|