diff options
Diffstat (limited to 'qemuarm')
-rw-r--r-- | qemuarm/.README | 9 | ||||
-rw-r--r-- | qemuarm/default.xml | 14 | ||||
-rw-r--r-- | qemuarm/eltf.conf | 15 | ||||
-rw-r--r-- | qemuarm/manifest_template.xml | 11 |
4 files changed, 0 insertions, 49 deletions
diff --git a/qemuarm/.README b/qemuarm/.README deleted file mode 100644 index 063596f..0000000 --- a/qemuarm/.README +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
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/qemuarm/default.xml b/qemuarm/default.xml deleted file mode 100644 index 8eec363..0000000 --- a/qemuarm/default.xml +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | ||
2 | <manifest> | ||
3 | <remote fetch="git://git.enea.com/" name="git-enea"/> | ||
4 | |||
5 | <default remote="git-enea" revision="master"/> | ||
6 | |||
7 | <project name="linux/meta-el-common" path="poky/meta-el-common" revision="87a2aedd8b1ad918ad02ea86a9e321a4f6356308" upstream="master"/> | ||
8 | <project name="linux/meta-el-standard" path="poky/meta-el-standard" revision="ef85de4d3f9bf8e71beba69e9b5639246eb68a0d" upstream="master"/> | ||
9 | <project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common" revision="e16a715b2c78602ae3c394c2c3731bbe34c817f9" upstream="master"> | ||
10 | <linkfile dest="README" src="../../.repo/manifests/qemuarm/README"/> | ||
11 | </project> | ||
12 | <project name="linux/meta-openembedded" path="poky/meta-openembedded" revision="7f8915a6ecdd5c4b03c7e5b5f1fa903f89c2d560" upstream="master"/> | ||
13 | <project name="linux/poky" path="poky" revision="7c3a47ed8965c3a3eb90a9a4678d5caedbba6337" upstream="master"/> | ||
14 | </manifest> | ||
diff --git a/qemuarm/eltf.conf b/qemuarm/eltf.conf deleted file mode 100644 index 501da48..0000000 --- a/qemuarm/eltf.conf +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | # eltf.conf | ||
2 | # | ||
3 | # setup as unix sh file; use comma separated values for array types, no spaces | ||
4 | # | ||
5 | # DELETE_SSTATE=NO/YES | ||
6 | # BOOTING_METHOD=NFS/RAM/etc | ||
7 | # TEST_PACKAGE=healthcheck-runner,ddt-runner-ng,ltptest-runner,posix-runner,ptests-run-script | ||
8 | # IMAGE_TYPES=enea-image-${PROFILE},enea-image-${PROFILE}-sdk,world | ||
9 | DELETE_SSTATE=NO | ||
10 | BOOTING_METHOD=RAM | ||
11 | TEST_PACKAGE=healthcheck-runner,ddt-runner-ng,ltptest-runner,posix-runner,ptests-run-script | ||
12 | RC_TEST_PACKAGE=healthcheck-runner | ||
13 | IMAGE_TYPES=enea-image-${PROFILE},enea-image-${PROFILE}-sdk | ||
14 | ARCHITECTURE=armv5e | ||
15 | SKIP=YES | ||
diff --git a/qemuarm/manifest_template.xml b/qemuarm/manifest_template.xml deleted file mode 100644 index 3ffaac2..0000000 --- a/qemuarm/manifest_template.xml +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
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> | ||