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-compute.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-compute.bb')
-rw-r--r-- | recipes-extended/images/cloud-image-compute.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes-extended/images/cloud-image-compute.bb b/recipes-extended/images/cloud-image-compute.bb new file mode 100644 index 00000000..197624f9 --- /dev/null +++ b/recipes-extended/images/cloud-image-compute.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | IMAGE_FEATURES += "ssh-server-openssh" | ||
2 | EXTRA_IMAGE_FEATURES = "tools-debug debug-tweaks" | ||
3 | |||
4 | IMAGE_INSTALL = "\ | ||
5 | ${CORE_IMAGE_BASE_INSTALL} \ | ||
6 | packagegroup-core-basic \ | ||
7 | openvswitch \ | ||
8 | libvirt \ | ||
9 | openflow \ | ||
10 | " | ||
11 | |||
12 | inherit core-image | ||
13 | |||
14 | IMAGE_FSTYPES = "tar.gz" | ||