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/cloud-image-guest.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/cloud-image-guest.bb')
-rw-r--r-- | recipes-extended/images/cloud-image-guest.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes-extended/images/cloud-image-guest.bb b/recipes-extended/images/cloud-image-guest.bb new file mode 100644 index 00000000..818a5131 --- /dev/null +++ b/recipes-extended/images/cloud-image-guest.bb | |||
@@ -0,0 +1,18 @@ | |||
1 | IMAGE_FEATURES += "ssh-server-openssh package-management" | ||
2 | EXTRA_IMAGE_FEATURES = "tools-debug debug-tweaks" | ||
3 | |||
4 | IMAGE_INSTALL = "\ | ||
5 | ${CORE_IMAGE_BASE_INSTALL} \ | ||
6 | ${ROOTFS_PKGMANAGE_BOOTSTRAP} \ | ||
7 | packagegroup-core-basic \ | ||
8 | openflow \ | ||
9 | qemu \ | ||
10 | kernel-modules \ | ||
11 | tcpdump \ | ||
12 | dhcp-client \ | ||
13 | " | ||
14 | |||
15 | inherit core-image | ||
16 | inherit image-vmdk | ||
17 | |||
18 | IMAGE_FSTYPES += "vmdk" | ||