diff options
-rw-r--r-- | zcu102-zynqmp/.README | 9 | ||||
-rw-r--r-- | zcu102-zynqmp/README | 7 | ||||
-rw-r--r-- | zcu102-zynqmp/default.xml | 17 | ||||
-rw-r--r-- | zcu102-zynqmp/eltf.conf | 21 |
4 files changed, 54 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 @@ | |||
1 | This file is a template used to produce the real README. Read that one instead. | ||
2 | |||
3 | ________END_OF_HEADER________ | ||
4 | This file contains build and boot instructions for Enea Linux on Xilinx zcu102-zynqmp, | ||
5 | accelerated 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 @@ | |||
1 | This file contains build and boot instructions for Enea Linux on Xilinx zcu102-zynqmp, | ||
2 | accelerated profile. | ||
3 | |||
4 | |||
5 | |||
6 | |||
7 | |||
diff --git a/zcu102-zynqmp/default.xml b/zcu102-zynqmp/default.xml new file mode 100644 index 0000000..9a54e7e --- /dev/null +++ b/zcu102-zynqmp/default.xml | |||
@@ -0,0 +1,17 @@ | |||
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="warrior"/> | ||
7 | |||
8 | <project name="linux/meta-el-common" remote="git-enea" path="poky/meta-el-common" revision="warrior" upstream="warrior"/> | ||
9 | <project name="linux/meta-enea-bsp-common" remote="git-enea" path="poky/meta-enea-bsp-common" revision="warrior" upstream="warrior"/> | ||
10 | <project name="linux/meta-xilinx" path="poky/meta-xilinx" remote="git-enea" revision="warrior" upstream="thud"/> | ||
11 | <project name="linux/meta-openembedded" path="poky/meta-openembedded" remote="git-enea" revision="warrior" upstream="warrior"/> | ||
12 | <project name="amp/meta-amp" path="poky/meta-amp" remote="git-enea" revision="warrior" upstream="warrior"/> | ||
13 | <project name="linux/poky" path="poky" remote="git-enea" revision="warrior" upstream="warrior"/> | ||
14 | |||
15 | <project name="linux/meta-enea-bsp-arm" path="poky/meta-enea-bsp-arm" revision="warrior" upstream="warrior"/> | ||
16 | <project name="linux/meta-el-accelerated" path="poky/meta-el-accelerated" revision="warrior" upstream="warrior"/> | ||
17 | </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 | ||
10 | DELETE_SSTATE=NO | ||
11 | BOOTING_METHOD=NFS | ||
12 | # TEST_PACKAGE_enea-image-standard=healthcheck-runner,ddt-runner-ng,ltptest-runner,posix-runner,ptests-run-script | ||
13 | TEST_PACKAGE_enea-image-standard=healthcheck-runner,ltptest-runner,posix-runner | ||
14 | RC_TEST_PACKAGE_enea-image-standard=healthcheck-runner | ||
15 | IMAGE_TYPES=enea-image-standard,enea-image-standard-sdk | ||
16 | ESDK_IMAGE=enea-image-standard-sdk | ||
17 | PKG_IMAGE=enea-image-standard-sdk | ||
18 | ARCHITECTURE=x86_64 | ||
19 | SKIP=NO | ||
20 | SKIP_TESTS=YES | ||
21 | IVLAB_TARGET=intelc3858-1-el8 | ||