diff options
author | Adrian Dudau <adrian.dudau@enea.com> | 2015-07-08 11:08:01 +0200 |
---|---|---|
committer | Adrian Dudau <adrian.dudau@enea.com> | 2015-07-08 11:09:24 +0200 |
commit | ec64b2418ccef1e14c6e58b8ca81bb9162c1dfeb (patch) | |
tree | bff0bd4240f00bbb21624c1df55583f61abaea25 /recipes-extended/images/xen-guest-image-minimal.bb | |
download | meta-virtualization-daisy-enea.tar.gz |
initial commit for Enea Linux 4.0daisy-enea
Migrated from the internal git server on the daisy-enea branch
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'recipes-extended/images/xen-guest-image-minimal.bb')
-rw-r--r-- | recipes-extended/images/xen-guest-image-minimal.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes-extended/images/xen-guest-image-minimal.bb b/recipes-extended/images/xen-guest-image-minimal.bb new file mode 100644 index 00000000..bcac4d79 --- /dev/null +++ b/recipes-extended/images/xen-guest-image-minimal.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | DESCRIPTION = "A Xen guest image." | ||
2 | |||
3 | inherit core-image | ||
4 | |||
5 | IMAGE_INSTALL += " \ | ||
6 | packagegroup-core-boot \ | ||
7 | kernel-module-xen-acpi-processor \ | ||
8 | " | ||
9 | |||
10 | IMAGE_INSTALL += "${@base_contains('DISTRO_FEATURES', 'x11', ' xf86-video-fbdev', '', d)}" | ||
11 | IMAGE_INSTALL += "${@base_contains('DISTRO_FEATURES', 'x11', ' xf86-video-vesa', '', d)}" | ||
12 | |||
13 | LICENSE = "MIT" | ||
14 | |||
15 | # Send console messages to xen console | ||
16 | APPEND += "console=hvc0" | ||