summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/layer.conf2
-rw-r--r--conf/template.atom-c3000/conf-notes.txt1
-rw-r--r--conf/template.xeon-d/conf-notes.txt1
-rw-r--r--images/enea-nfv-access-openstack.bb17
4 files changed, 1 insertions, 20 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 04b8042..1a85b93 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -10,5 +10,5 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
10BBFILE_COLLECTIONS += "el-nfv-access" 10BBFILE_COLLECTIONS += "el-nfv-access"
11BBFILE_PATTERN_el-nfv-access = "^${LAYERDIR}/" 11BBFILE_PATTERN_el-nfv-access = "^${LAYERDIR}/"
12BBFILE_PRIORITY_el-nfv-access = "7" 12BBFILE_PRIORITY_el-nfv-access = "7"
13LAYERDEPENDS_el-nfv-access = "el-common enea-virtualization openstack-layer" 13LAYERDEPENDS_el-nfv-access = "el-common enea-virtualization"
14BBMASK += "/meta-cloud-services/meta-openstack/recipes-kernel/linux/" 14BBMASK += "/meta-cloud-services/meta-openstack/recipes-kernel/linux/"
diff --git a/conf/template.atom-c3000/conf-notes.txt b/conf/template.atom-c3000/conf-notes.txt
index e97942f..ebd6162 100644
--- a/conf/template.atom-c3000/conf-notes.txt
+++ b/conf/template.atom-c3000/conf-notes.txt
@@ -1,3 +1,2 @@
1Common targets are: 1Common targets are:
2 enea-nfv-access 2 enea-nfv-access
3 enea-nfv-access-openstack
diff --git a/conf/template.xeon-d/conf-notes.txt b/conf/template.xeon-d/conf-notes.txt
index e97942f..ebd6162 100644
--- a/conf/template.xeon-d/conf-notes.txt
+++ b/conf/template.xeon-d/conf-notes.txt
@@ -1,3 +1,2 @@
1Common targets are: 1Common targets are:
2 enea-nfv-access 2 enea-nfv-access
3 enea-nfv-access-openstack
diff --git a/images/enea-nfv-access-openstack.bb b/images/enea-nfv-access-openstack.bb
deleted file mode 100644
index 5672d60..0000000
--- a/images/enea-nfv-access-openstack.bb
+++ /dev/null
@@ -1,17 +0,0 @@
1DESCRIPTION = "Image for the host side of the Enea NFV Access Platform that provides Oopenstack support"
2
3require images/enea-nfv-access-host-common.inc
4
5IMAGE_INSTALL = " \
6 packagegroup-core-boot \
7 packagegroup-cloud-compute \
8 packagegroup-cloud-debug \
9 packagegroup-cloud-extras \
10 "
11
12IMAGE_FEATURES += "ssh-server-openssh"
13
14inherit openstack-base
15inherit monitor
16
17IMAGE_ROOTFS_EXTRA_SPACE_append += "+ 3000000"