mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
xen-guest-image-minimal: add minimal xen guest image.
Signed-off-by: Chris Patterson <cjp256@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
parent
ac04991027
commit
505c4a1c1c
16
recipes-extended/images/xen-guest-image-minimal.bb
Normal file
16
recipes-extended/images/xen-guest-image-minimal.bb
Normal file
|
@ -0,0 +1,16 @@
|
|||
DESCRIPTION = "A Xen guest image."
|
||||
|
||||
inherit core-image
|
||||
|
||||
IMAGE_INSTALL += " \
|
||||
packagegroup-core-boot \
|
||||
kernel-module-xen-acpi-processor \
|
||||
"
|
||||
|
||||
IMAGE_INSTALL += "${@base_contains('DISTRO_FEATURES', 'x11', ' xf86-video-fbdev', '', d)}"
|
||||
IMAGE_INSTALL += "${@base_contains('DISTRO_FEATURES', 'x11', ' xf86-video-vesa', '', d)}"
|
||||
|
||||
LICENSE = "MIT"
|
||||
|
||||
# Send console messages to xen console
|
||||
APPEND += "console=hvc0"
|
Loading…
Reference in New Issue
Block a user