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/kvm-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/kvm-image-minimal.bb')
-rw-r--r-- | recipes-extended/images/kvm-image-minimal.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes-extended/images/kvm-image-minimal.bb b/recipes-extended/images/kvm-image-minimal.bb new file mode 100644 index 00000000..abc0feed --- /dev/null +++ b/recipes-extended/images/kvm-image-minimal.bb | |||
@@ -0,0 +1,25 @@ | |||
1 | DESCRIPTION = "A minimal kvm image" | ||
2 | |||
3 | IMAGE_INSTALL = " \ | ||
4 | packagegroup-core-boot \ | ||
5 | ${ROOTFS_PKGMANAGE_BOOTSTRAP} \ | ||
6 | qemu \ | ||
7 | libvirt \ | ||
8 | libvirt-libvirtd \ | ||
9 | libvirt-virsh \ | ||
10 | kernel-module-kvm \ | ||
11 | kernel-module-kvm-intel \ | ||
12 | kernel-module-kvm-amd \ | ||
13 | " | ||
14 | |||
15 | IMAGE_FEATURES += "ssh-server-openssh" | ||
16 | |||
17 | IMAGE_LINGUAS = " " | ||
18 | |||
19 | LICENSE = "MIT" | ||
20 | |||
21 | inherit core-image | ||
22 | |||
23 | IMAGE_ROOTFS_SIZE = "8192" | ||
24 | |||
25 | ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; " | ||