summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--denverton/.README9
-rw-r--r--denverton/eltf.conf21
-rw-r--r--denverton/manifest_template.xml23
3 files changed, 53 insertions, 0 deletions
diff --git a/denverton/.README b/denverton/.README
new file mode 100644
index 0000000..65556bc
--- /dev/null
+++ b/denverton/.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 denverton.
6
7________INSERT_BUILD_SEQUENCES_HERE________
8
9________INSERT_BOOT_SEQUENCES_HERE________
diff --git a/denverton/eltf.conf b/denverton/eltf.conf
new file mode 100644
index 0000000..6e24f11
--- /dev/null
+++ b/denverton/eltf.conf
@@ -0,0 +1,21 @@
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-dev:denverton-dev
16SDK_IMAGE=enea-nfv-access-dev:denverton-dev
17# PKG_IMAGE is where the deb/rpm files are copied into RC/final release
18PKG_IMAGE=enea-nfv-access-dev:denverton-dev
19ARCHITECTURE=x86_64
20SKIP=NO
21SKIP_TESTS=YES
diff --git a/denverton/manifest_template.xml b/denverton/manifest_template.xml
new file mode 100644
index 0000000..6b4786e
--- /dev/null
+++ b/denverton/manifest_template.xml
@@ -0,0 +1,23 @@
1<manifest>
2 <!--Manifest template for denverton, 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>