summaryrefslogtreecommitdiffstats
path: root/recipes-extended/images/cloud-image-compute.bb
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2015-07-08 11:08:01 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2015-07-08 11:09:24 +0200
commitec64b2418ccef1e14c6e58b8ca81bb9162c1dfeb (patch)
treebff0bd4240f00bbb21624c1df55583f61abaea25 /recipes-extended/images/cloud-image-compute.bb
downloadmeta-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.bb14
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 @@
1IMAGE_FEATURES += "ssh-server-openssh"
2EXTRA_IMAGE_FEATURES = "tools-debug debug-tweaks"
3
4IMAGE_INSTALL = "\
5 ${CORE_IMAGE_BASE_INSTALL} \
6 packagegroup-core-basic \
7 openvswitch \
8 libvirt \
9 openflow \
10 "
11
12inherit core-image
13
14IMAGE_FSTYPES = "tar.gz"