summaryrefslogtreecommitdiffstats
path: root/qemuarm
diff options
context:
space:
mode:
Diffstat (limited to 'qemuarm')
-rw-r--r--qemuarm/.README9
-rw-r--r--qemuarm/README8
-rw-r--r--qemuarm/default.xml15
-rw-r--r--qemuarm/eltf.conf16
-rw-r--r--qemuarm/manifest_template.xml11
5 files changed, 0 insertions, 59 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 @@
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 QEMUARM,
5standard profile.
6
7________INSERT_BUILD_SEQUENCES_HERE________
8
9________INSERT_BOOT_SEQUENCES_HERE________
diff --git a/qemuarm/README b/qemuarm/README
deleted file mode 100644
index cdbfd1f..0000000
--- a/qemuarm/README
+++ /dev/null
@@ -1,8 +0,0 @@
1This file contains build and boot instructions for Enea Linux on QEMUARM,
2
3standard profile.
4
5
6
7
8
diff --git a/qemuarm/default.xml b/qemuarm/default.xml
deleted file mode 100644
index 2ec223a..0000000
--- a/qemuarm/default.xml
+++ /dev/null
@@ -1,15 +0,0 @@
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="gerrit-enea" revision="warrior"/>
7
8 <project name="linux/meta-el-common" path="poky/meta-el-common" upstream="warrior"/>
9 <project name="linux/meta-el-standard" path="poky/meta-el-standard" upstream="warrior"/>
10 <project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common" upstream="warrior">
11 <linkfile dest="README" src="../../.repo/manifests/qemuarm/README"/>
12</project>
13 <project name="linux/meta-openembedded" path="poky/meta-openembedded" remote="git-enea" upstream="warrior"/>
14 <project name="linux/poky" path="poky" remote="git-enea" upstream="warrior"/>
15</manifest>
diff --git a/qemuarm/eltf.conf b/qemuarm/eltf.conf
deleted file mode 100644
index b2df89a..0000000
--- a/qemuarm/eltf.conf
+++ /dev/null
@@ -1,16 +0,0 @@
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=RAM
12TEST_PACKAGE=healthcheck-runner,ddt-runner-ng,ltptest-runner,posix-runner,ptests-run-script
13RC_TEST_PACKAGE=healthcheck-runner
14IMAGE_TYPES=enea-image-${PROFILE},enea-image-${PROFILE}-sdk
15ARCHITECTURE=armv5e
16SKIP=NO
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>