summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDragos Motrea <Dragos.Motrea@enea.com>2017-09-21 16:23:31 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-09-22 10:58:38 +0200
commit1f6c39baffb02e70d3576f30c3b333eb0d0e0352 (patch)
tree54d33eb65a5fb9a6dc83f587ba97256cad384e08
parent32e6309bec5d3eaa62f8bc8bb698544437b8b252 (diff)
downloadmeta-el-nfv-access-1f6c39baffb02e70d3576f30c3b333eb0d0e0352.tar.gz
Integrated Element ODM packagegroup
Signed-off-by: Dragos Motrea <Dragos.Motrea@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
-rw-r--r--conf/template.cn8304/bblayers.conf.sample1
-rw-r--r--conf/template.cn8304/local.conf.sample4
-rw-r--r--conf/template.inteld1521/bblayers.conf.sample1
-rw-r--r--conf/template.inteld1521/local.conf.sample4
-rw-r--r--images/enea-image-nfv-access-host-odm.bb4
5 files changed, 14 insertions, 0 deletions
diff --git a/conf/template.cn8304/bblayers.conf.sample b/conf/template.cn8304/bblayers.conf.sample
index 136dee1..7de8c17 100644
--- a/conf/template.cn8304/bblayers.conf.sample
+++ b/conf/template.cn8304/bblayers.conf.sample
@@ -22,4 +22,5 @@ BBLAYERS ?= " \
22 ##OEROOT##/meta-openembedded/meta-webserver \ 22 ##OEROOT##/meta-openembedded/meta-webserver \
23 ##OEROOT##/meta-cloud-services \ 23 ##OEROOT##/meta-cloud-services \
24 ##OEROOT##/meta-cloud-services/meta-openstack \ 24 ##OEROOT##/meta-cloud-services/meta-openstack \
25 ##OEROOT##/meta-java \
25 " 26 "
diff --git a/conf/template.cn8304/local.conf.sample b/conf/template.cn8304/local.conf.sample
index 86c11f5..b4bd9a2 100644
--- a/conf/template.cn8304/local.conf.sample
+++ b/conf/template.cn8304/local.conf.sample
@@ -37,6 +37,10 @@
37# This sets the default machine to be qemux86 if no other machine is selected: 37# This sets the default machine to be qemux86 if no other machine is selected:
38MACHINE ?= "cn8304" 38MACHINE ?= "cn8304"
39 39
40PREFERRED_PROVIDER_virtual/java-initial-native = "cacao-initial-native"
41PREFERRED_PROVIDER_virtual/java-native = "jamvm-native"
42PREFERRED_PROVIDER_virtual/javac-native = "ecj-bootstrap-native"
43
40# 44#
41# Where to place downloads 45# Where to place downloads
42# 46#
diff --git a/conf/template.inteld1521/bblayers.conf.sample b/conf/template.inteld1521/bblayers.conf.sample
index 0902965..2ae2be9 100644
--- a/conf/template.inteld1521/bblayers.conf.sample
+++ b/conf/template.inteld1521/bblayers.conf.sample
@@ -22,4 +22,5 @@ BBLAYERS ?= " \
22 ##OEROOT##/meta-openembedded/meta-webserver \ 22 ##OEROOT##/meta-openembedded/meta-webserver \
23 ##OEROOT##/meta-cloud-services \ 23 ##OEROOT##/meta-cloud-services \
24 ##OEROOT##/meta-cloud-services/meta-openstack \ 24 ##OEROOT##/meta-cloud-services/meta-openstack \
25 ##OEROOT##/meta-java \
25 " 26 "
diff --git a/conf/template.inteld1521/local.conf.sample b/conf/template.inteld1521/local.conf.sample
index 1a7e915..9b7e5b5 100644
--- a/conf/template.inteld1521/local.conf.sample
+++ b/conf/template.inteld1521/local.conf.sample
@@ -37,6 +37,10 @@
37# This sets the default machine to be qemux86 if no other machine is selected: 37# This sets the default machine to be qemux86 if no other machine is selected:
38MACHINE ?= "inteld1521" 38MACHINE ?= "inteld1521"
39 39
40PREFERRED_PROVIDER_virtual/java-initial-native = "cacao-initial-native"
41PREFERRED_PROVIDER_virtual/java-native = "jamvm-native"
42PREFERRED_PROVIDER_virtual/javac-native = "ecj-bootstrap-native"
43
40# 44#
41# Where to place downloads 45# Where to place downloads
42# 46#
diff --git a/images/enea-image-nfv-access-host-odm.bb b/images/enea-image-nfv-access-host-odm.bb
index d325588..db0f4de 100644
--- a/images/enea-image-nfv-access-host-odm.bb
+++ b/images/enea-image-nfv-access-host-odm.bb
@@ -1,3 +1,7 @@
1DESCRIPTION = "Image for the host side of the Enea NFV Access Platform that provides ODM support" 1DESCRIPTION = "Image for the host side of the Enea NFV Access Platform that provides ODM support"
2 2
3require enea-image-nfv-access-host.bb 3require enea-image-nfv-access-host.bb
4
5IMAGE_INSTALL += " \
6 packagegroup-enea-virtualization-element-odm \
7 "