diff options
author | Adrian Calianu <adrian.calianu@enea.com> | 2017-11-23 11:27:49 +0100 |
---|---|---|
committer | Adrian Dudau <adrian.dudau@enea.com> | 2017-11-24 10:41:51 +0100 |
commit | 7083208be3c959e12419985009ade7ebd6da5d63 (patch) | |
tree | 578167755c4be56482a7ef9ef2c04365e223a2a8 | |
parent | 757e50c28c6f1dcdcd95f90e660873265a44a7a0 (diff) | |
download | meta-el-nfv-access-7083208be3c959e12419985009ade7ebd6da5d63.tar.gz |
new distro: eneanfvaccess distro config
NFV Access ditribution needs to have it's own distro configration
file.
Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
-rw-r--r-- | conf/distro/eneanfvaccess.conf | 10 | ||||
-rw-r--r-- | conf/template.cn8304-dev/local.conf.sample | 2 | ||||
-rw-r--r-- | conf/template.cn8304/local.conf.sample | 5 | ||||
-rw-r--r-- | conf/template.inteld1521-dev/local.conf.sample | 6 | ||||
-rw-r--r-- | conf/template.inteld1521/local.conf.sample | 5 | ||||
-rw-r--r-- | conf/template.qemuarm64/local.conf.sample | 2 | ||||
-rw-r--r-- | conf/template.qemux86-64/local.conf.sample | 2 |
7 files changed, 16 insertions, 16 deletions
diff --git a/conf/distro/eneanfvaccess.conf b/conf/distro/eneanfvaccess.conf new file mode 100644 index 0000000..8c360a3 --- /dev/null +++ b/conf/distro/eneanfvaccess.conf | |||
@@ -0,0 +1,10 @@ | |||
1 | require conf/distro/enea.conf | ||
2 | |||
3 | DISTRO_NAME = "Enea NFV Access" | ||
4 | DISTRO_VERSION_MAJOR = "1" | ||
5 | DISTRO_VERSION_MINOR ??= ".1.1" | ||
6 | DISTRO_VERSION = "${DISTRO_VERSION_MAJOR}${DISTRO_VERSION_MINOR}" | ||
7 | |||
8 | PREFERRED_PROVIDER_virtual/java-initial-native = "cacao-initial-native" | ||
9 | PREFERRED_PROVIDER_virtual/java-native = "jamvm-native" | ||
10 | PREFERRED_PROVIDER_virtual/javac-native = "ecj-bootstrap-native" | ||
diff --git a/conf/template.cn8304-dev/local.conf.sample b/conf/template.cn8304-dev/local.conf.sample index 92847ac..226e3cb 100644 --- a/conf/template.cn8304-dev/local.conf.sample +++ b/conf/template.cn8304-dev/local.conf.sample | |||
@@ -86,7 +86,7 @@ MACHINE ?= "cn8304" | |||
86 | # Ultimately when creating custom policy, people will likely end up subclassing | 86 | # Ultimately when creating custom policy, people will likely end up subclassing |
87 | # these defaults. | 87 | # these defaults. |
88 | # | 88 | # |
89 | DISTRO ?= "enea" | 89 | DISTRO ?= "eneanfvaccess" |
90 | # As an example of a subclass there is a "bleeding" edge policy configuration | 90 | # As an example of a subclass there is a "bleeding" edge policy configuration |
91 | # where many versions are set to the absolute latest code from the upstream | 91 | # where many versions are set to the absolute latest code from the upstream |
92 | # source control systems. This is just mentioned here as an example, its not | 92 | # source control systems. This is just mentioned here as an example, its not |
diff --git a/conf/template.cn8304/local.conf.sample b/conf/template.cn8304/local.conf.sample index b4bd9a2..f668402 100644 --- a/conf/template.cn8304/local.conf.sample +++ b/conf/template.cn8304/local.conf.sample | |||
@@ -37,9 +37,6 @@ | |||
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: |
38 | MACHINE ?= "cn8304" | 38 | MACHINE ?= "cn8304" |
39 | 39 | ||
40 | PREFERRED_PROVIDER_virtual/java-initial-native = "cacao-initial-native" | ||
41 | PREFERRED_PROVIDER_virtual/java-native = "jamvm-native" | ||
42 | PREFERRED_PROVIDER_virtual/javac-native = "ecj-bootstrap-native" | ||
43 | 40 | ||
44 | # | 41 | # |
45 | # Where to place downloads | 42 | # Where to place downloads |
@@ -90,7 +87,7 @@ PREFERRED_PROVIDER_virtual/javac-native = "ecj-bootstrap-native" | |||
90 | # Ultimately when creating custom policy, people will likely end up subclassing | 87 | # Ultimately when creating custom policy, people will likely end up subclassing |
91 | # these defaults. | 88 | # these defaults. |
92 | # | 89 | # |
93 | DISTRO ?= "enea" | 90 | DISTRO ?= "eneanfvaccess" |
94 | # As an example of a subclass there is a "bleeding" edge policy configuration | 91 | # As an example of a subclass there is a "bleeding" edge policy configuration |
95 | # where many versions are set to the absolute latest code from the upstream | 92 | # where many versions are set to the absolute latest code from the upstream |
96 | # source control systems. This is just mentioned here as an example, its not | 93 | # source control systems. This is just mentioned here as an example, its not |
diff --git a/conf/template.inteld1521-dev/local.conf.sample b/conf/template.inteld1521-dev/local.conf.sample index 1324040..9add6f0 100644 --- a/conf/template.inteld1521-dev/local.conf.sample +++ b/conf/template.inteld1521-dev/local.conf.sample | |||
@@ -37,10 +37,6 @@ | |||
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: |
38 | MACHINE ?= "inteld1521" | 38 | MACHINE ?= "inteld1521" |
39 | 39 | ||
40 | PREFERRED_PROVIDER_virtual/java-initial-native = "cacao-initial-native" | ||
41 | PREFERRED_PROVIDER_virtual/java-native = "jamvm-native" | ||
42 | PREFERRED_PROVIDER_virtual/javac-native = "ecj-bootstrap-native" | ||
43 | |||
44 | # | 40 | # |
45 | # Where to place downloads | 41 | # Where to place downloads |
46 | # | 42 | # |
@@ -90,7 +86,7 @@ PREFERRED_PROVIDER_virtual/javac-native = "ecj-bootstrap-native" | |||
90 | # Ultimately when creating custom policy, people will likely end up subclassing | 86 | # Ultimately when creating custom policy, people will likely end up subclassing |
91 | # these defaults. | 87 | # these defaults. |
92 | # | 88 | # |
93 | DISTRO ?= "enea" | 89 | DISTRO ?= "eneanfvaccess" |
94 | # As an example of a subclass there is a "bleeding" edge policy configuration | 90 | # As an example of a subclass there is a "bleeding" edge policy configuration |
95 | # where many versions are set to the absolute latest code from the upstream | 91 | # where many versions are set to the absolute latest code from the upstream |
96 | # source control systems. This is just mentioned here as an example, its not | 92 | # source control systems. This is just mentioned here as an example, its not |
diff --git a/conf/template.inteld1521/local.conf.sample b/conf/template.inteld1521/local.conf.sample index 9b7e5b5..7ed152c 100644 --- a/conf/template.inteld1521/local.conf.sample +++ b/conf/template.inteld1521/local.conf.sample | |||
@@ -37,9 +37,6 @@ | |||
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: |
38 | MACHINE ?= "inteld1521" | 38 | MACHINE ?= "inteld1521" |
39 | 39 | ||
40 | PREFERRED_PROVIDER_virtual/java-initial-native = "cacao-initial-native" | ||
41 | PREFERRED_PROVIDER_virtual/java-native = "jamvm-native" | ||
42 | PREFERRED_PROVIDER_virtual/javac-native = "ecj-bootstrap-native" | ||
43 | 40 | ||
44 | # | 41 | # |
45 | # Where to place downloads | 42 | # Where to place downloads |
@@ -90,7 +87,7 @@ PREFERRED_PROVIDER_virtual/javac-native = "ecj-bootstrap-native" | |||
90 | # Ultimately when creating custom policy, people will likely end up subclassing | 87 | # Ultimately when creating custom policy, people will likely end up subclassing |
91 | # these defaults. | 88 | # these defaults. |
92 | # | 89 | # |
93 | DISTRO ?= "enea" | 90 | DISTRO ?= "eneanfvaccess" |
94 | # As an example of a subclass there is a "bleeding" edge policy configuration | 91 | # As an example of a subclass there is a "bleeding" edge policy configuration |
95 | # where many versions are set to the absolute latest code from the upstream | 92 | # where many versions are set to the absolute latest code from the upstream |
96 | # source control systems. This is just mentioned here as an example, its not | 93 | # source control systems. This is just mentioned here as an example, its not |
diff --git a/conf/template.qemuarm64/local.conf.sample b/conf/template.qemuarm64/local.conf.sample index 335922a..8b80ee4 100644 --- a/conf/template.qemuarm64/local.conf.sample +++ b/conf/template.qemuarm64/local.conf.sample | |||
@@ -86,7 +86,7 @@ MACHINE ?= "qemuarm64" | |||
86 | # Ultimately when creating custom policy, people will likely end up subclassing | 86 | # Ultimately when creating custom policy, people will likely end up subclassing |
87 | # these defaults. | 87 | # these defaults. |
88 | # | 88 | # |
89 | DISTRO ?= "enea" | 89 | DISTRO ?= "eneanfvaccess" |
90 | # As an example of a subclass there is a "bleeding" edge policy configuration | 90 | # As an example of a subclass there is a "bleeding" edge policy configuration |
91 | # where many versions are set to the absolute latest code from the upstream | 91 | # where many versions are set to the absolute latest code from the upstream |
92 | # source control systems. This is just mentioned here as an example, its not | 92 | # source control systems. This is just mentioned here as an example, its not |
diff --git a/conf/template.qemux86-64/local.conf.sample b/conf/template.qemux86-64/local.conf.sample index 1d9beaf..732cecd 100644 --- a/conf/template.qemux86-64/local.conf.sample +++ b/conf/template.qemux86-64/local.conf.sample | |||
@@ -86,7 +86,7 @@ MACHINE ?= "qemux86-64" | |||
86 | # Ultimately when creating custom policy, people will likely end up subclassing | 86 | # Ultimately when creating custom policy, people will likely end up subclassing |
87 | # these defaults. | 87 | # these defaults. |
88 | # | 88 | # |
89 | DISTRO ?= "enea" | 89 | DISTRO ?= "eneanfvaccess" |
90 | # As an example of a subclass there is a "bleeding" edge policy configuration | 90 | # As an example of a subclass there is a "bleeding" edge policy configuration |
91 | # where many versions are set to the absolute latest code from the upstream | 91 | # where many versions are set to the absolute latest code from the upstream |
92 | # source control systems. This is just mentioned here as an example, its not | 92 | # source control systems. This is just mentioned here as an example, its not |