summaryrefslogtreecommitdiffstats
path: root/inteld1521
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-09-05 13:01:57 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-09-05 13:01:57 +0200
commit6659eb1482df255009564ee17d6d9e25e0c8e975 (patch)
treed09ba02130b60754575dc439a2db975560d457b6 /inteld1521
downloadel_manifests-nfv-access-6659eb1482df255009564ee17d6d9e25e0c8e975.tar.gz
Initial commit
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'inteld1521')
-rw-r--r--inteld1521/.README9
-rw-r--r--inteld1521/README6
-rw-r--r--inteld1521/default.xml18
-rw-r--r--inteld1521/eltf.conf19
-rw-r--r--inteld1521/manifest_template.xml21
5 files changed, 73 insertions, 0 deletions
diff --git a/inteld1521/.README b/inteld1521/.README
new file mode 100644
index 0000000..9afc812
--- /dev/null
+++ b/inteld1521/.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 on P2041RDB,
5standard profile.
6
7________INSERT_BUILD_SEQUENCES_HERE________
8
9________INSERT_BOOT_SEQUENCES_HERE________
diff --git a/inteld1521/README b/inteld1521/README
new file mode 100644
index 0000000..98edbe5
--- /dev/null
+++ b/inteld1521/README
@@ -0,0 +1,6 @@
1This file contains build and boot instructions for Enea Linux NFV Access Platfrom on inteld1521.
2
3
4
5
6
diff --git a/inteld1521/default.xml b/inteld1521/default.xml
new file mode 100644
index 0000000..c270ebd
--- /dev/null
+++ b/inteld1521/default.xml
@@ -0,0 +1,18 @@
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="pyro"/>
6
7 <project name="linux/meta-el-common" path="poky/meta-el-common" revision="bf4d84df078cb19f1702f42a94c873026aa72e1d" upstream="pyro"/>
8 <project name="linux/meta-el-virtualization" path="poky/meta-el-virtualization" revision="a44cba1d9a3d2420c2da3d88835f2ce7e26d3f44" upstream="pyro"/>
9 <project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common" revision="5d72e4c556016bd800d1c19448228a68757f1129" upstream="pyro"/>
10 <project name="linux/meta-enea-bsp-x86" path="poky/meta-enea-bsp-x86" revision="6d88d7a31b77a965552e33e62cec1598e05dc205" upstream="pyro"/>
11 <project name="linux/meta-enea-virtualization" path="poky/meta-enea-virtualization" revision="7f089f58a8f73f4f6b911562ce3656d4052f1725" upstream="pyro"/>
12 <project name="linux/meta-intel" path="poky/meta-intel" revision="16aea09d224f3ed2021623d17c3e807f4b8ff18d" upstream="pyro"/>
13 <project name="linux/meta-openembedded" path="poky/meta-openembedded" revision="5e82995148a2844c6f483ae5ddd1438d87ea9fb7" upstream="pyro"/>
14 <project name="linux/meta-virtualization" path="poky/meta-virtualization" revision="dd49614c70364a11dc50798f32f1b2ffa3d0409e" upstream="pyro"/>
15 <project name="linux/poky" path="poky" revision="f01b909a266498853e6b3f10e6b39f2d95148129" upstream="pyro">
16 <linkfile dest="README" src="../.repo/manifests/README"/>
17 </project>
18</manifest>
diff --git a/inteld1521/eltf.conf b/inteld1521/eltf.conf
new file mode 100644
index 0000000..8ab70bf
--- /dev/null
+++ b/inteld1521/eltf.conf
@@ -0,0 +1,19 @@
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,ddt-runner-ng,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-image-nfv-access-host,enea-image-nfv-access-host-sdk:inteld1521-sdk,enea-image-nfv-access-host-odm,enea-image-nfv-access-host-openstack
16SDK_IMAGE=enea-image-nfv-access-host-sdk:inteld1521-sdk
17ARCHITECTURE=x86_64
18SKIP=NO
19SKIP_TESTS=YES
diff --git a/inteld1521/manifest_template.xml b/inteld1521/manifest_template.xml
new file mode 100644
index 0000000..8cd68a9
--- /dev/null
+++ b/inteld1521/manifest_template.xml
@@ -0,0 +1,21 @@
1<manifest>
2 <!--Manifest template for inteld1521, virtualization profile -->
3
4 <remote name="git-enea" fetch="ssh://git@git.enea.com"/>
5
6 <default revision="pyro" 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-virtualization" path="poky/meta-el-virtualization"/>
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
21</manifest>