summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCatalin Scrieciu <catalin.scrieciu@enea.com>2017-08-03 13:19:11 +0200
committerCatalin Scrieciu <catalin.scrieciu@enea.com>2017-08-03 13:19:11 +0200
commita019da8c56bf46b6efff3dfb113cd12dfa7ee2ef (patch)
treea939ae49b52435dbac0b00b763a00e40113a3716
parentf789f77fd350fc0e7f30b4bfe5e161a67127a52e (diff)
downloadel_manifests-standard-a019da8c56bf46b6efff3dfb113cd12dfa7ee2ef.tar.gz
removed unnecesary targets
-rw-r--r--ls1021aiot/.README9
-rw-r--r--ls1021aiot/default.xml16
-rw-r--r--ls1021aiot/eltf.conf15
-rw-r--r--ls1021aiot/manifest_template.xml15
-rw-r--r--p2041rdb/.README9
-rw-r--r--p2041rdb/default.xml16
-rw-r--r--p2041rdb/eltf.conf15
-rw-r--r--p2041rdb/manifest_template.xml15
-rw-r--r--qemuarm/.README9
-rw-r--r--qemuarm/default.xml14
-rw-r--r--qemuarm/eltf.conf15
-rw-r--r--qemuarm/manifest_template.xml11
-rw-r--r--qemuppc/.README9
-rw-r--r--qemuppc/default.xml14
-rw-r--r--qemuppc/eltf.conf15
-rw-r--r--qemuppc/manifest_template.xml11
16 files changed, 0 insertions, 208 deletions
diff --git a/ls1021aiot/.README b/ls1021aiot/.README
deleted file mode 100644
index 6472a04..0000000
--- a/ls1021aiot/.README
+++ /dev/null
@@ -1,9 +0,0 @@
1This file is a template used to produce the real README. Read that one instead.
2Various text for testing Jenkins multibranch job.
3________END_OF_HEADER________
4This file contains build and boot instructions for Enea Linux on LS1021A-IoT,
5standard profile.
6
7________INSERT_BUILD_SEQUENCES_HERE________
8
9________INSERT_BOOT_SEQUENCES_HERE________
diff --git a/ls1021aiot/default.xml b/ls1021aiot/default.xml
deleted file mode 100644
index 5a0a27d..0000000
--- a/ls1021aiot/default.xml
+++ /dev/null
@@ -1,16 +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-arm" path="poky/meta-enea-bsp-arm" revision="1f67cc4f255403abdd64c768f1c5b5d5914c962d" upstream="master"/>
10 <project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common" revision="e16a715b2c78602ae3c394c2c3731bbe34c817f9" upstream="master">
11 <linkfile dest="README" src="../../.repo/manifests/ls1021aiot/README"/>
12 </project>
13 <project name="linux/meta-fsl-arm" path="poky/meta-fsl-arm" revision="154ccf1e8b08e3d6219bd455b7dfe9ff7ab975b0" upstream="master"/>
14 <project name="linux/meta-openembedded" path="poky/meta-openembedded" revision="7f8915a6ecdd5c4b03c7e5b5f1fa903f89c2d560" upstream="master"/>
15 <project name="linux/poky" path="poky" revision="7c3a47ed8965c3a3eb90a9a4678d5caedbba6337" upstream="master"/>
16</manifest>
diff --git a/ls1021aiot/eltf.conf b/ls1021aiot/eltf.conf
deleted file mode 100644
index d0abaaa..0000000
--- a/ls1021aiot/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
9DELETE_SSTATE=NO
10BOOTING_METHOD=NFS
11TEST_PACKAGE=healthcheck-runner,ddt-runner-ng,ltptest-runner,posix-runner,ptests-run-script
12RC_TEST_PACKAGE=healthcheck-runner
13IMAGE_TYPES=enea-image-${PROFILE},enea-image-${PROFILE}-sdk
14ARCHITECTURE=cortexa7hf_neon
15SKIP=NO
diff --git a/ls1021aiot/manifest_template.xml b/ls1021aiot/manifest_template.xml
deleted file mode 100644
index fb3c8aa..0000000
--- a/ls1021aiot/manifest_template.xml
+++ /dev/null
@@ -1,15 +0,0 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<manifest>
3 <!--Manifest template for LS1021A-IOT -->
4
5 <include name="common/common_manifest.xml"/>
6
7 <project name="linux/meta-fsl-arm" path="poky/meta-fsl-arm"/>
8
9 <project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common">
10 <linkfile src="../../.repo/manifests/ls1021aiot/README" dest="README"/>
11 </project>
12
13 <project name="linux/meta-enea-bsp-arm" path="poky/meta-enea-bsp-arm"/>
14
15</manifest>
diff --git a/p2041rdb/.README b/p2041rdb/.README
deleted file mode 100644
index 9afc812..0000000
--- a/p2041rdb/.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 P2041RDB,
5standard profile.
6
7________INSERT_BUILD_SEQUENCES_HERE________
8
9________INSERT_BOOT_SEQUENCES_HERE________
diff --git a/p2041rdb/default.xml b/p2041rdb/default.xml
deleted file mode 100644
index 2c45fb2..0000000
--- a/p2041rdb/default.xml
+++ /dev/null
@@ -1,16 +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/p2041rdb/README"/>
11 </project>
12 <project name="linux/meta-enea-bsp-ppc" path="poky/meta-enea-bsp-ppc" revision="f9a0d0a5f9a982a64b5c6f235928f4845bd3ca69" upstream="master"/>
13 <project name="linux/meta-fsl-ppc" path="poky/meta-fsl-ppc" revision="87efefc0687d78e52e9e1e6945ac28a15379287e" upstream="master"/>
14 <project name="linux/meta-openembedded" path="poky/meta-openembedded" revision="7f8915a6ecdd5c4b03c7e5b5f1fa903f89c2d560" upstream="master"/>
15 <project name="linux/poky" path="poky" revision="7c3a47ed8965c3a3eb90a9a4678d5caedbba6337" upstream="master"/>
16</manifest>
diff --git a/p2041rdb/eltf.conf b/p2041rdb/eltf.conf
deleted file mode 100644
index e6a7069..0000000
--- a/p2041rdb/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
9DELETE_SSTATE=NO
10BOOTING_METHOD=NFS
11TEST_PACKAGE=healthcheck-runner,ddt-runner-ng,ltptest-runner,posix-runner,ptests-run-script
12RC_TEST_PACKAGE=healthcheck-runner
13IMAGE_TYPES=enea-image-${PROFILE},enea-image-${PROFILE}-sdk
14ARCHITECTURE=ppce500mc
15SKIP=NO
diff --git a/p2041rdb/manifest_template.xml b/p2041rdb/manifest_template.xml
deleted file mode 100644
index 1a27712..0000000
--- a/p2041rdb/manifest_template.xml
+++ /dev/null
@@ -1,15 +0,0 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<manifest>
3 <!--Manifest template for P2041RDB -->
4
5 <include name="common/common_manifest.xml"/>
6
7 <project name="linux/meta-fsl-ppc" path="poky/meta-fsl-ppc"/>
8
9 <project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common">
10 <linkfile src="../../.repo/manifests/p2041rdb/README" dest="README"/>
11 </project>
12
13 <project name="linux/meta-enea-bsp-ppc" path="poky/meta-enea-bsp-ppc"/>
14
15</manifest>
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/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
9DELETE_SSTATE=NO
10BOOTING_METHOD=RAM
11TEST_PACKAGE=healthcheck-runner,ddt-runner-ng,ltptest-runner,posix-runner,ptests-run-script
12RC_TEST_PACKAGE=healthcheck-runner
13IMAGE_TYPES=enea-image-${PROFILE},enea-image-${PROFILE}-sdk
14ARCHITECTURE=armv5e
15SKIP=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>
diff --git a/qemuppc/.README b/qemuppc/.README
deleted file mode 100644
index b930383..0000000
--- a/qemuppc/.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 QEMUPPC,
5standard profile.
6
7________INSERT_BUILD_SEQUENCES_HERE________
8
9________INSERT_BOOT_SEQUENCES_HERE________
diff --git a/qemuppc/default.xml b/qemuppc/default.xml
deleted file mode 100644
index 8271b02..0000000
--- a/qemuppc/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/qemuppc/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/qemuppc/eltf.conf b/qemuppc/eltf.conf
deleted file mode 100644
index 9bddfd2..0000000
--- a/qemuppc/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
9DELETE_SSTATE=NO
10BOOTING_METHOD=RAM
11TEST_PACKAGE=healthcheck-runner,ddt-runner-ng,ltptest-runner,posix-runner,ptests-run-script
12RC_TEST_PACKAGE=healthcheck-runner
13IMAGE_TYPES=enea-image-${PROFILE},enea-image-${PROFILE}-sdk
14ARCHITECTURE=ppc7400
15SKIP=YES
diff --git a/qemuppc/manifest_template.xml b/qemuppc/manifest_template.xml
deleted file mode 100644
index 31f580c..0000000
--- a/qemuppc/manifest_template.xml
+++ /dev/null
@@ -1,11 +0,0 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<manifest>
3 <!--Manifest template for Qemu, ppc -->
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/qemuppc/README" dest="README"/>
9 </project>
10
11</manifest>