summaryrefslogtreecommitdiffstats
path: root/xeon-d
diff options
context:
space:
mode:
authorSona Sarmadi <sona.sarmadi@enea.com>2018-04-27 08:05:34 +0200
committerMartin Borg <martin.borg@enea.com>2018-05-03 10:50:49 +0200
commit4a96fc482ad6557a0d80a2c4f617568bba62312f (patch)
tree1baf710bdef000f88a4b7ea1689e20632015f921 /xeon-d
parenta6ff355699c69388ed7abb4fc1aed6ba2b0f6808 (diff)
downloadel_manifests-nfv-access-4a96fc482ad6557a0d80a2c4f617568bba62312f.tar.gz
Rename machine name inteld1521 -> xeon-d
Signed-off-by: Sona Sarmadi <sona.sarmadi@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
Diffstat (limited to 'xeon-d')
-rw-r--r--xeon-d/.README9
-rw-r--r--xeon-d/README8
-rw-r--r--xeon-d/default.xml20
-rw-r--r--xeon-d/eltf.conf20
-rw-r--r--xeon-d/manifest_template.xml23
5 files changed, 80 insertions, 0 deletions
diff --git a/xeon-d/.README b/xeon-d/.README
new file mode 100644
index 0000000..53d10df
--- /dev/null
+++ b/xeon-d/.README
@@ -0,0 +1,9 @@
1This file is a template used to produce the real README. Read that one instead.
2
3________END_OF_HEADER________
4This file contains build and boot instructions for Enea Linux NFV Access Platfrom
5on inteld1521.
6
7________INSERT_BUILD_SEQUENCES_HERE________
8
9________INSERT_BOOT_SEQUENCES_HERE________
diff --git a/xeon-d/README b/xeon-d/README
new file mode 100644
index 0000000..6b253a8
--- /dev/null
+++ b/xeon-d/README
@@ -0,0 +1,8 @@
1This file contains build and boot instructions for Enea Linux NFV Access Platfrom
2
3on inteld1521.
4
5
6
7
8
diff --git a/xeon-d/default.xml b/xeon-d/default.xml
new file mode 100644
index 0000000..d6f2944
--- /dev/null
+++ b/xeon-d/default.xml
@@ -0,0 +1,20 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<manifest>
3 <remote fetch="ssh://git@git.enea.com" name="git-enea"/>
4
5 <default remote="git-enea" revision="rocko"/>
6
7 <project name="linux/meta-cloud-services" path="poky/meta-cloud-services" revision="62f3fed67f8cf07de5e342f57e4faf911f001c12" upstream="rocko"/>
8 <project name="linux/meta-el-common" path="poky/meta-el-common" revision="833374e8e7eb5b9e53117d4c2f966094b7017ecc" upstream="rocko"/>
9 <project name="linux/meta-el-nfv-access" path="poky/meta-el-nfv-access" revision="34402b8891e4ef9bd7003360c0209ad924cbe6ec" upstream="rocko"/>
10 <project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common" revision="3dddc82791672f96628bad0df004a61576d837bf" upstream="rocko"/>
11 <project name="linux/meta-enea-bsp-x86" path="poky/meta-enea-bsp-x86" revision="60de7ba918b64e46b26c9f090d52a92f36de2107" upstream="rocko"/>
12 <project name="linux/meta-enea-virtualization" path="poky/meta-enea-virtualization" revision="e1ff84761ffb50587000e2913befc6eae0ad3247" upstream="rocko"/>
13 <project name="linux/meta-intel" path="poky/meta-intel" revision="7e284b95b45c7ec5c5b5c8cb08122d3b470c0d63" upstream="rocko"/>
14 <project name="linux/meta-java" path="poky/meta-java" revision="fbe0b0eb30d93f5fa2101fb015f20c1dc118b4a6" upstream="rocko"/>
15 <project name="linux/meta-openembedded" path="poky/meta-openembedded" revision="dacfa2b1920e285531bec55cd2f08743390aaf57" upstream="rocko"/>
16 <project name="linux/meta-virtualization" path="poky/meta-virtualization" revision="bd77388f31929f38e7d4cc9c711f0f83f563007e" upstream="rocko"/>
17 <project name="linux/poky" path="poky" revision="fdeecc901196bbccd7c5b1ea4268a2cf56764a62" upstream="rocko">
18 <linkfile dest="README" src="../.repo/manifests/README"/>
19 </project>
20</manifest>
diff --git a/xeon-d/eltf.conf b/xeon-d/eltf.conf
new file mode 100644
index 0000000..8840129
--- /dev/null
+++ b/xeon-d/eltf.conf
@@ -0,0 +1,20 @@
1# eltf.conf
2# internal ENEA file - used for ELTF
3#
4# setup as unix sh file; use comma separated values for array types, no spaces
5#
6# DELETE_SSTATE=NO/YES
7# BOOTING_METHOD=NFS/RAM/etc
8# TEST_PACKAGE=healthcheck-runner,ddt-runner-ng,ltptest-runner,posix-runner,ptests-run-script
9# IMAGE_TYPES=enea-image-${PROFILE},enea-image-${PROFILE}-sdk,world
10DELETE_SSTATE=NO
11BOOTING_METHOD=NFS
12TEST_PACKAGE=healthcheck-runner,ltptest-runner,posix-runner,ptests-run-script
13RC_TEST_PACKAGE=healthcheck-runner
14# template for building an image can be changed here, by using <enea-image>:<template>
15IMAGE_TYPES=enea-nfv-access,enea-nfv-access-edgelink-netconf
16SDK_IMAGE=enea-nfv-access-dev
17# PKG_IMAGE is where the deb/rpm files are copied into RC/final release
18ARCHITECTURE=x86_64
19SKIP=NO
20SKIP_TESTS=YES
diff --git a/xeon-d/manifest_template.xml b/xeon-d/manifest_template.xml
new file mode 100644
index 0000000..ea7db01
--- /dev/null
+++ b/xeon-d/manifest_template.xml
@@ -0,0 +1,23 @@
1<manifest>
2 <!--Manifest template for xeon-d, virtualization profile -->
3
4 <remote name="git-enea" fetch="ssh://git@git.enea.com"/>
5
6 <default revision="rocko" remote="git-enea"/>
7
8 <project name="linux/poky" path="poky">
9 <linkfile src="../.repo/manifests/README" dest="README"/>
10 </project>
11
12 <project name="linux/meta-el-common" path="poky/meta-el-common"/>
13 <project name="linux/meta-el-nfv-access" path="poky/meta-el-nfv-access"/>
14 <project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common"/>
15 <project name="linux/meta-enea-bsp-x86" path="poky/meta-enea-bsp-x86"/>
16 <project name="linux/meta-enea-virtualization" path="poky/meta-enea-virtualization"/>
17 <project name="linux/meta-intel" path="poky/meta-intel"/>
18 <project name="linux/meta-openembedded" path="poky/meta-openembedded"/>
19 <project name="linux/meta-virtualization" path="poky/meta-virtualization"/>
20 <project name="linux/meta-cloud-services" path="poky/meta-cloud-services"/>
21 <project name="linux/meta-java" path="poky/meta-java"/>
22
23</manifest>