diff options
author | Adrian Mangeac <Adrian.Mangeac@enea.com> | 2019-09-13 10:55:51 +0200 |
---|---|---|
committer | Adrian Mangeac <Adrian.Mangeac@enea.com> | 2019-09-13 10:59:57 +0200 |
commit | ba8f074a58b648f68c122f579afe08768d16f1c4 (patch) | |
tree | 076d5a2ca72b0858fd478fba56aaae1fddc4bbe8 /qemuarm64 | |
parent | b13fa0a411ce25d554ccc1852f9e67394b993114 (diff) | |
download | el_manifests-standard-ba8f074a58b648f68c122f579afe08768d16f1c4.tar.gz |
Code freeze the default manifests
Change-Id: I901715c55d33974480387e41b26272ba3dd0802e
Signed-off-by: Adrian Mangeac <Adrian.Mangeac@enea.com>
Diffstat (limited to 'qemuarm64')
-rw-r--r-- | qemuarm64/.README | 9 | ||||
-rw-r--r-- | qemuarm64/README | 8 | ||||
-rw-r--r-- | qemuarm64/default.xml | 15 | ||||
-rw-r--r-- | qemuarm64/eltf.conf | 16 | ||||
-rw-r--r-- | qemuarm64/manifest_template.xml | 11 |
5 files changed, 59 insertions, 0 deletions
diff --git a/qemuarm64/.README b/qemuarm64/.README new file mode 100644 index 0000000..063596f --- /dev/null +++ b/qemuarm64/.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 QEMUARM, | ||
5 | standard profile. | ||
6 | |||
7 | ________INSERT_BUILD_SEQUENCES_HERE________ | ||
8 | |||
9 | ________INSERT_BOOT_SEQUENCES_HERE________ | ||
diff --git a/qemuarm64/README b/qemuarm64/README new file mode 100644 index 0000000..cdbfd1f --- /dev/null +++ b/qemuarm64/README | |||
@@ -0,0 +1,8 @@ | |||
1 | This file contains build and boot instructions for Enea Linux on QEMUARM, | ||
2 | |||
3 | standard profile. | ||
4 | |||
5 | |||
6 | |||
7 | |||
8 | |||
diff --git a/qemuarm64/default.xml b/qemuarm64/default.xml new file mode 100644 index 0000000..14e6d7f --- /dev/null +++ b/qemuarm64/default.xml | |||
@@ -0,0 +1,15 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | ||
2 | <manifest> | ||
3 | <remote fetch="ssh://git@git.enea.com/" name="git-enea"/> | ||
4 | <remote fetch="ssh://gerrit.enea.se:29418/" name="gerrit-enea"/> | ||
5 | |||
6 | <default remote="git-enea" upstream="warrior"/> | ||
7 | |||
8 | <project name="linux/meta-el-common" path="poky/meta-el-common" revision="3a54ed3bfbcaa4373e3aa32ce2fc57494e198320"/> | ||
9 | <project name="linux/meta-el-standard" path="poky/meta-el-standard" revision="5aaa1af25c828f2c55ea67e29e4eab5fbae3b2c6"/> | ||
10 | <project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common" revision="5e6f03365ba5c9c46efc9fe529c636daf3b5ace3"> | ||
11 | <linkfile dest="README" src="../../.repo/manifests/qemuarm/README"/> | ||
12 | </project> | ||
13 | <project name="linux/meta-openembedded" path="poky/meta-openembedded" revision="8d5dcd6522e9d15e68637b6d7dda0401f9bb91d0"/> | ||
14 | <project name="linux/poky" path="poky" revision="51223035e66c5b27799b15a0f8ebe75d24d3971b"/> | ||
15 | </manifest> | ||
diff --git a/qemuarm64/eltf.conf b/qemuarm64/eltf.conf new file mode 100644 index 0000000..b2df89a --- /dev/null +++ b/qemuarm64/eltf.conf | |||
@@ -0,0 +1,16 @@ | |||
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=RAM | ||
12 | TEST_PACKAGE=healthcheck-runner,ddt-runner-ng,ltptest-runner,posix-runner,ptests-run-script | ||
13 | RC_TEST_PACKAGE=healthcheck-runner | ||
14 | IMAGE_TYPES=enea-image-${PROFILE},enea-image-${PROFILE}-sdk | ||
15 | ARCHITECTURE=armv5e | ||
16 | SKIP=NO | ||
diff --git a/qemuarm64/manifest_template.xml b/qemuarm64/manifest_template.xml new file mode 100644 index 0000000..3ffaac2 --- /dev/null +++ b/qemuarm64/manifest_template.xml | |||
@@ -0,0 +1,11 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | ||
2 | <manifest> | ||
3 | <!--Manifest template for Qemu, arm --> | ||
4 | |||
5 | <include name="common/common_manifest.xml"/> | ||
6 | |||
7 | <project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common"> | ||
8 | <linkfile src="../../.repo/manifests/qemuarm/README" dest="README"/> | ||
9 | </project> | ||
10 | |||
11 | </manifest> | ||