summaryrefslogtreecommitdiffstats
path: root/zcu102-zynqmp
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 /zcu102-zynqmp
parentbd984ae83c0d7cd10cbc9a533f8d6cbf7b06279c (diff)
downloadel_manifests-accelerated-f81f334ce1b651e5732a9d919d036506692496c4.tar.gz
zcu102-zynqmp: Initial revision
Change-Id: I2f7c87f73bb3dd70eada8b5959fedde6ece7aa77 Signed-off-by: Adrian Mangeac <Adrian.Mangeac@enea.com>
Diffstat (limited to 'zcu102-zynqmp')
-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
5 files changed, 69 insertions, 0 deletions
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>