summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Mangeac <Adrian.Mangeac@enea.com>2019-06-21 14:44:17 +0200
committerAdrian Mangeac <Adrian.Mangeac@enea.com>2019-06-21 15:30:03 +0200
commitf81f334ce1b651e5732a9d919d036506692496c4 (patch)
treee42d4dbaa7e5e54340dc62facf651572d70714d0
parentbd984ae83c0d7cd10cbc9a533f8d6cbf7b06279c (diff)
downloadel_manifests-accelerated-f81f334ce1b651e5732a9d919d036506692496c4.tar.gz
zcu102-zynqmp: Initial revision
Change-Id: I2f7c87f73bb3dd70eada8b5959fedde6ece7aa77 Signed-off-by: Adrian Mangeac <Adrian.Mangeac@enea.com>
-rw-r--r--Jenkinsfile10
-rw-r--r--README.first12
-rw-r--r--common/common_manifest.xml22
-rw-r--r--eltf.conf20
-rw-r--r--zcu102-zynqmp/.README9
-rw-r--r--zcu102-zynqmp/README7
-rw-r--r--zcu102-zynqmp/default.xml19
-rw-r--r--zcu102-zynqmp/eltf.conf21
-rw-r--r--zcu102-zynqmp/manifest_template.xml13
9 files changed, 133 insertions, 0 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
new file mode 100644
index 0000000..db00747
--- /dev/null
+++ b/Jenkinsfile
@@ -0,0 +1,10 @@
1#!/bin/env groovy
2
3// This script is used internally by Enea for automated tests on Linux builds
4
5MANIFEST_REPOSITORY = scm.getUserRemoteConfigs()[0].getUrl()
6BRANCH = env.BRANCH_NAME
7
8fileLoader.withGit('ssh://gerrit.enea.se:29418/eltf/jenkins', 'master', null, '') {
9 fileLoader.load('eltf-jenkins03')
10}
diff --git a/README.first b/README.first
new file mode 100644
index 0000000..b971574
--- /dev/null
+++ b/README.first
@@ -0,0 +1,12 @@
1This file contains the describing the manifest repo. The repo contains manifests
2for one ot more targets located in separate directories. Each of these contain:
3
4manifest_template.xml : A template for default.xml. It contains a list of the
5 repos together with versions. The versions can be
6 specified using branches, tags, or hashes.
7
8default.xml : This a time-invariant snapshot of manifest_template.xml.
9 The difference is that all versions are specified as
10 hashes.
11 Auto-generated using manifest_template and data from
12 the remotes.
diff --git a/common/common_manifest.xml b/common/common_manifest.xml
new file mode 100644
index 0000000..2599e23
--- /dev/null
+++ b/common/common_manifest.xml
@@ -0,0 +1,22 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<manifest>
3 <!--Common parts of the manifest template for accelerated profile -->
4
5 <remote name="git-enea" fetch="ssh://git@git.enea.com/"/>
6 <remote name="gerrit-enea" fetch="ssh://gerrit.enea.se:29418/"/>
7
8 <default revision="sumo" remote="gerrit-enea"/>
9
10 <project name="linux/meta-el-accelerated" path="poky/meta-el-accelerated"/>
11
12 <!-- git.enea.com repos -->
13
14 <project name="linux/poky" path="poky" revision="623b77885051174d0e05198843e739110977bd18" upstream="sumo" remote="git-enea"/>
15 <project name="linux/meta-openembedded" path="poky/meta-openembedded" revision="be79b8b111a968efdbe5e1482d0c246d0b24763e" upstream="sumo" remote="git-enea"/>
16 <project name="linux/meta-umLinx" path="poky/meta-umLinx" revision="8f8f477eded207d4b7bd6923d00693b54657bad1" remote="git-enea"/>
17
18 <project name="amp/meta-amp" path="poky/meta-amp" revision="cffb8c84774ea67360774f9a1370b6c2c236fc64" upstream="sumo" remote="git-enea"/>
19 <project name="amp/meta-jailhouse" path="poky/meta-jailhouse" revision="d3c49e8ee7575581e661b2baea27d9ba5562850a" upstream="master" remote="git-enea"/>
20
21 <project name="linux/meta-el-common" path="poky/meta-el-common"/>
22</manifest>
diff --git a/eltf.conf b/eltf.conf
new file mode 100644
index 0000000..129fe8d
--- /dev/null
+++ b/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
10PROFILE=standard
11DELETE_SSTATE=NO
12BOOTING_METHOD=NFS
13TEST_PACKAGE=healthcheck-runner,ddt-runner-ng,ltptest-runner,posix-runner,ptests-run-script
14RC_TEST_PACKAGE=healthcheck-runner
15IMAGE_TYPES=enea-image-${PROFILE},enea-image-${PROFILE}-sdk
16ARCH=x86_64
17SKIP=NO
18JENKINS_CRON_STRING=0 23 * * 1
19PACKAGING=DEB
20CVE_CHECK=YES
diff --git a/zcu102-zynqmp/.README b/zcu102-zynqmp/.README
new file mode 100644
index 0000000..2dafa77
--- /dev/null
+++ b/zcu102-zynqmp/.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 Xilinx zcu102-zynqmp,
5accelerated profile.
6
7________INSERT_BUILD_SEQUENCES_HERE________
8
9________INSERT_BOOT_SEQUENCES_HERE________
diff --git a/zcu102-zynqmp/README b/zcu102-zynqmp/README
new file mode 100644
index 0000000..3d574e3
--- /dev/null
+++ b/zcu102-zynqmp/README
@@ -0,0 +1,7 @@
1This file contains build and boot instructions for Enea Linux on Xilinx zcu102-zynqmp,
2accelerated profile.
3
4
5
6
7
diff --git a/zcu102-zynqmp/default.xml b/zcu102-zynqmp/default.xml
new file mode 100644
index 0000000..c3a1fe4
--- /dev/null
+++ b/zcu102-zynqmp/default.xml
@@ -0,0 +1,19 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<manifest>
3 <remote fetch="ssh://gerrit.enea.se:29418/" name="gerrit-enea"/>
4 <remote fetch="ssh://git@git.enea.com/" name="git-enea"/>
5
6 <default remote="gerrit-enea" revision="sumo"/>
7
8 <project name="linux/meta-el-common" remote="git-enea" path="poky/meta-el-common" upstream="sumo"/>
9 <project name="linux/meta-enea-bsp-common" remote="git-enea" path="poky/meta-enea-bsp-common" revision="b20bd9277ff4cbfbdffc4ed48ab6644e7dc17ddd" upstream="sumo"/>
10 <project name="linux/meta-xilinx" path="poky/meta-xilinx" remote="git-enea" revision="7347663d3a30e3381e69de4b4798056ffd851546" upstream="thud"/>
11 <project name="linux/meta-openembedded" path="poky/meta-openembedded" remote="git-enea" revision="be79b8b111a968efdbe5e1482d0c246d0b24763e" upstream="sumo"/>
12 <project name="linux/meta-umLinx" path="poky/meta-umLinx" remote="git-enea" revision="8f8f477eded207d4b7bd6923d00693b54657bad1"/>
13 <project name="amp/meta-amp" path="poky/meta-amp" remote="git-enea" revision="cffb8c84774ea67360774f9a1370b6c2c236fc64" upstream="sumo"/>
14 <project name="amp/meta-jailhouse" path="poky/meta-jailhouse" remote="git-enea" revision="d3c49e8ee7575581e661b2baea27d9ba5562850a"/>
15 <project name="linux/poky" path="poky" remote="git-enea" revision="623b77885051174d0e05198843e739110977bd18" upstream="sumo"/>
16
17 <project name="linux/meta-enea-bsp-arm" path="poky/meta-enea-bsp-arm" upstream="sumo"/>
18 <project name="linux/meta-el-accelerated" path="poky/meta-el-accelerated" upstream="sumo"/>
19</manifest>
diff --git a/zcu102-zynqmp/eltf.conf b/zcu102-zynqmp/eltf.conf
new file mode 100644
index 0000000..ecc2f48
--- /dev/null
+++ b/zcu102-zynqmp/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
12# TEST_PACKAGE_enea-image-standard=healthcheck-runner,ddt-runner-ng,ltptest-runner,posix-runner,ptests-run-script
13TEST_PACKAGE_enea-image-standard=healthcheck-runner,ltptest-runner,posix-runner
14RC_TEST_PACKAGE_enea-image-standard=healthcheck-runner
15IMAGE_TYPES=enea-image-standard,enea-image-standard-sdk
16ESDK_IMAGE=enea-image-standard-sdk
17PKG_IMAGE=enea-image-standard-sdk
18ARCHITECTURE=x86_64
19SKIP=NO
20SKIP_TESTS=YES
21IVLAB_TARGET=intelc3858-1-el8
diff --git a/zcu102-zynqmp/manifest_template.xml b/zcu102-zynqmp/manifest_template.xml
new file mode 100644
index 0000000..8f26f46
--- /dev/null
+++ b/zcu102-zynqmp/manifest_template.xml
@@ -0,0 +1,13 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<manifest>
3 <!--Manifest template for zcu102-zynqmp -->
4
5 <include name="common/common_manifest.xml"/>
6
7 <project name="linux/meta-xilinx" path="poky/meta-xilinx" revision="7347663d3a30e3381e69de4b4798056ffd851546" upstream="thud" remote="git-enea"/>
8
9 <project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common"/>
10
11 <project name="linux/meta-enea-bsp-arm" path="poky/meta-enea-bsp-arm"/>
12
13</manifest>