summaryrefslogtreecommitdiffstats
path: root/import-layers/meta-virtualization/recipes-extended/images/xen-guest-image-minimal.bb
blob: ab7e92c37e55fca89e5645e267370bb90c19659c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION = "A Xen guest image."

inherit core-image

IMAGE_INSTALL += " \
    packagegroup-core-boot \
    ${@bb.utils.contains('MACHINE_FEATURES', 'acpi', 'kernel-module-xen-acpi-processor', '', d)} \
    "

IMAGE_INSTALL += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', ' xf86-video-fbdev', '', d)}"
IMAGE_INSTALL += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', ' xf86-video-vesa', '', d)}"

LICENSE = "MIT"

# Send console messages to xen console
APPEND += "console=hvc0"
OpenPOWER on IntegriCloud