| Patrick Williams | d849ec7 | 2016-08-17 14:59:38 -0500 | [diff] [blame] | 1 | DESCRIPTION = "A Xen guest image." | 
|  | 2 |  | 
|  | 3 | inherit core-image | 
|  | 4 |  | 
|  | 5 | IMAGE_INSTALL += " \ | 
|  | 6 | packagegroup-core-boot \ | 
|  | 7 | ${@bb.utils.contains('MACHINE_FEATURES', 'acpi', 'kernel-module-xen-acpi-processor', '', d)} \ | 
|  | 8 | " | 
|  | 9 |  | 
| Patrick Williams | e69d235 | 2017-02-23 20:56:04 -0600 | [diff] [blame] | 10 | IMAGE_INSTALL += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', ' xf86-video-fbdev', '', d)}" | 
|  | 11 | IMAGE_INSTALL += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', ' xf86-video-vesa', '', d)}" | 
| Patrick Williams | d849ec7 | 2016-08-17 14:59:38 -0500 | [diff] [blame] | 12 |  | 
|  | 13 | LICENSE = "MIT" | 
|  | 14 |  | 
|  | 15 | # Send console messages to xen console | 
|  | 16 | APPEND += "console=hvc0" |