summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCatalin Scrieciu <catalin.scrieciu@enea.com>2017-08-03 11:04:55 +0200
committerCatalin Scrieciu <catalin.scrieciu@enea.com>2017-08-03 11:04:55 +0200
commita8c6007c4a8d4b0c7fa6e9bbb11e52c50a426830 (patch)
tree58920f9112891a492fc77e984ba875555eca7cb9
parent2942448f404820bf032b36e2f65f7a2acc520705 (diff)
downloadel_manifests-standard-a8c6007c4a8d4b0c7fa6e9bbb11e52c50a426830.tar.gz
Stripped demo repo to only build qemuarm64
-rw-r--r--ls1021aiot/.README9
-rw-r--r--ls1021aiot/README26
-rw-r--r--ls1021aiot/default.xml16
-rw-r--r--ls1021aiot/eltf.conf16
-rw-r--r--ls1021aiot/manifest_template.xml15
-rw-r--r--p2041rdb/.README9
-rw-r--r--p2041rdb/README26
-rw-r--r--p2041rdb/default.xml16
-rw-r--r--p2041rdb/eltf.conf16
-rw-r--r--p2041rdb/manifest_template.xml15
-rw-r--r--qemuarm/.README9
-rw-r--r--qemuarm/README16
-rw-r--r--qemuarm/default.xml14
-rw-r--r--qemuarm/eltf.conf16
-rw-r--r--qemuarm/manifest_template.xml11
-rw-r--r--qemuppc/.README9
-rw-r--r--qemuppc/README16
-rw-r--r--qemuppc/default.xml14
-rw-r--r--qemuppc/eltf.conf16
-rw-r--r--qemuppc/manifest_template.xml11
-rw-r--r--qemux86/.README9
-rw-r--r--qemux86/README16
-rw-r--r--qemux86/default.xml14
-rw-r--r--qemux86/eltf.conf16
-rw-r--r--qemux86/manifest_template.xml11
25 files changed, 0 insertions, 362 deletions
diff --git a/ls1021aiot/.README b/ls1021aiot/.README
deleted file mode 100644
index 3c7c7cc..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.
2
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/README b/ls1021aiot/README
deleted file mode 100644
index bf8d746..0000000
--- a/ls1021aiot/README
+++ /dev/null
@@ -1,26 +0,0 @@
1This file contains build and boot instructions for Enea Linux on LS1021A-IoT,
2
3standard profile.
4
5
6
7___Build-command:ls1021aiot
8cd /path/to/poky_directory/
9TEMPLATECONF=meta-el-standard/conf/template.ls1021aiot/ . ./oe-init-build-env /path/to/build-dir
10bitbake enea-image-standard
11___END
12
13
14___Boot-command:ls1021aiot
15NFS boot commands:
16setenv serverip <TFTP Server IP>
17
18tftp 82000000 </path/to/kernel_file>
19
20tftp 8f000000 </path/to/dtb_file>
21
22setenv bootargs "'root=/dev/nfs rw nfsroot=<NFS Server IP>:{NFSROOTFS} ip=dhcp console=ttyS0115200'"
23
24bootm 82000000 - 8f000000
25
26___END
diff --git a/ls1021aiot/default.xml b/ls1021aiot/default.xml
deleted file mode 100644
index ecd5c07..0000000
--- a/ls1021aiot/default.xml
+++ /dev/null
@@ -1,16 +0,0 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<manifest>
3 <remote fetch="ssh://git@git.enea.com/" name="git-enea"/>
4
5 <default remote="git-enea" revision="krogoth"/>
6
7 <project name="linux/meta-el-common" path="poky/meta-el-common" revision="96cf162f9d9e83121ec43a8baf940d4ebc75b811" upstream="krogoth"/>
8 <project name="linux/meta-el-standard" path="poky/meta-el-standard" revision="41a1f92d2e3401407d9bca6e00edfb0c71026291" upstream="krogoth"/>
9 <project name="linux/meta-enea-bsp-arm" path="poky/meta-enea-bsp-arm" revision="2ee7736a2d27414ae0f6c573f81232ac81585601" upstream="krogoth"/>
10 <project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common" revision="2f4b09240cd24148f138654eeafdeac9a2f08e47" upstream="krogoth">
11 <linkfile dest="README" src="../../.repo/manifests/ls1021aiot/README"/>
12 </project>
13 <project name="linux/meta-fsl-arm" path="poky/meta-fsl-arm" revision="e2254e7b2ded0c2b66b1226f879b3a6d52037b2d" upstream="krogoth"/>
14 <project name="linux/meta-openembedded" path="poky/meta-openembedded" revision="55c8a76da5dc099a7bc3838495c672140cedb78e" upstream="krogoth"/>
15 <project name="linux/poky" path="poky" revision="4515fc952963e233d5f24bb319028e8c68ee7622" upstream="krogoth"/>
16</manifest>
diff --git a/ls1021aiot/eltf.conf b/ls1021aiot/eltf.conf
deleted file mode 100644
index 7bc2dce..0000000
--- a/ls1021aiot/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=NFS
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=cortexa7hf_neon
16SKIP=NO
diff --git a/ls1021aiot/manifest_template.xml b/ls1021aiot/manifest_template.xml
deleted file mode 100644
index 3ffbb28..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/README b/p2041rdb/README
deleted file mode 100644
index 3b2e30c..0000000
--- a/p2041rdb/README
+++ /dev/null
@@ -1,26 +0,0 @@
1This file contains build and boot instructions for Enea Linux on P2041RDB,
2
3standard profile.
4
5
6
7___Build-command:p2041rdb
8cd /path/to/poky_directory/
9TEMPLATECONF=meta-el-standard/conf/template.p2041rdb/ . ./oe-init-build-env /path/to/build-dir
10bitbake enea-image-standard
11___END
12
13
14___Boot-command:p2041rdb
15NFS boot commands:
16setenv serverip <TFTP Server IP>
17
18tftp 1400000 </path/to/kernel_file>
19
20tftp 13f0000 </path/to/dtb_file>
21
22setenv bootargs "'root=/dev/nfs rw nfsroot=<NFS Server IP>:{NFSROOTFS} ip=dhcp console=ttyS0115200 memmap=16M$0xf7000000 mem=4080M max_addr=f6ffffff'"
23
24bootm 0x1400000 - 0x13f0000
25
26___END
diff --git a/p2041rdb/default.xml b/p2041rdb/default.xml
deleted file mode 100644
index 85a1073..0000000
--- a/p2041rdb/default.xml
+++ /dev/null
@@ -1,16 +0,0 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<manifest>
3 <remote fetch="ssh://git@git.enea.com/" name="git-enea"/>
4
5 <default remote="git-enea" revision="krogoth"/>
6
7 <project name="linux/meta-el-common" path="poky/meta-el-common" revision="96cf162f9d9e83121ec43a8baf940d4ebc75b811" upstream="krogoth"/>
8 <project name="linux/meta-el-standard" path="poky/meta-el-standard" revision="41a1f92d2e3401407d9bca6e00edfb0c71026291" upstream="krogoth"/>
9 <project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common" revision="2f4b09240cd24148f138654eeafdeac9a2f08e47" upstream="krogoth">
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="7fa63864b6a627b7406c181d93f1550aef2e67e5" upstream="krogoth"/>
13 <project name="linux/meta-fsl-ppc" path="poky/meta-fsl-ppc" revision="ebe696fc7e7b93d0056372bf2e24bf09746d0f4a" upstream="krogoth"/>
14 <project name="linux/meta-openembedded" path="poky/meta-openembedded" revision="55c8a76da5dc099a7bc3838495c672140cedb78e" upstream="krogoth"/>
15 <project name="linux/poky" path="poky" revision="4515fc952963e233d5f24bb319028e8c68ee7622" upstream="krogoth"/>
16</manifest>
diff --git a/p2041rdb/eltf.conf b/p2041rdb/eltf.conf
deleted file mode 100644
index 7153eb2..0000000
--- a/p2041rdb/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=NFS
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=ppce500mc
16SKIP=NO
diff --git a/p2041rdb/manifest_template.xml b/p2041rdb/manifest_template.xml
deleted file mode 100644
index c92b10f..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/README b/qemuarm/README
deleted file mode 100644
index 9ffd575..0000000
--- a/qemuarm/README
+++ /dev/null
@@ -1,16 +0,0 @@
1This file contains build and boot instructions for Enea Linux on QEMUARM,
2
3standard profile.
4
5
6
7___Build-command:qemuarm
8cd /path/to/poky_directory/
9TEMPLATECONF=meta-el-standard/conf/template.qemuarm/ . ./oe-init-build-env /path/to/build-dir
10bitbake enea-image-standard
11___END
12
13
14___Boot-command:qemuarm
15runqemu qemuarm
16___END
diff --git a/qemuarm/default.xml b/qemuarm/default.xml
deleted file mode 100644
index d1f48f0..0000000
--- a/qemuarm/default.xml
+++ /dev/null
@@ -1,14 +0,0 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<manifest>
3 <remote fetch="ssh://git@git.enea.com/" name="git-enea"/>
4
5 <default remote="git-enea" revision="krogoth"/>
6
7 <project name="linux/meta-el-common" path="poky/meta-el-common" revision="96cf162f9d9e83121ec43a8baf940d4ebc75b811" upstream="krogoth"/>
8 <project name="linux/meta-el-standard" path="poky/meta-el-standard" revision="41a1f92d2e3401407d9bca6e00edfb0c71026291" upstream="krogoth"/>
9 <project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common" revision="2f4b09240cd24148f138654eeafdeac9a2f08e47" upstream="krogoth">
10 <linkfile dest="README" src="../../.repo/manifests/qemuarm/README"/>
11 </project>
12 <project name="linux/meta-openembedded" path="poky/meta-openembedded" revision="55c8a76da5dc099a7bc3838495c672140cedb78e" upstream="krogoth"/>
13 <project name="linux/poky" path="poky" revision="4515fc952963e233d5f24bb319028e8c68ee7622" upstream="krogoth"/>
14</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>
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/README b/qemuppc/README
deleted file mode 100644
index 3a47c25..0000000
--- a/qemuppc/README
+++ /dev/null
@@ -1,16 +0,0 @@
1This file contains build and boot instructions for Enea Linux on QEMUPPC,
2
3standard profile.
4
5
6
7___Build-command:qemuppc
8cd /path/to/poky_directory/
9TEMPLATECONF=meta-el-standard/conf/template.qemuppc/ . ./oe-init-build-env /path/to/build-dir
10bitbake enea-image-standard
11___END
12
13
14___Boot-command:qemuppc
15runqemu qemuppc
16___END
diff --git a/qemuppc/default.xml b/qemuppc/default.xml
deleted file mode 100644
index abfacbb..0000000
--- a/qemuppc/default.xml
+++ /dev/null
@@ -1,14 +0,0 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<manifest>
3 <remote fetch="ssh://git@git.enea.com/" name="git-enea"/>
4
5 <default remote="git-enea" revision="krogoth"/>
6
7 <project name="linux/meta-el-common" path="poky/meta-el-common" revision="96cf162f9d9e83121ec43a8baf940d4ebc75b811" upstream="krogoth"/>
8 <project name="linux/meta-el-standard" path="poky/meta-el-standard" revision="41a1f92d2e3401407d9bca6e00edfb0c71026291" upstream="krogoth"/>
9 <project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common" revision="2f4b09240cd24148f138654eeafdeac9a2f08e47" upstream="krogoth">
10 <linkfile dest="README" src="../../.repo/manifests/qemuppc/README"/>
11 </project>
12 <project name="linux/meta-openembedded" path="poky/meta-openembedded" revision="55c8a76da5dc099a7bc3838495c672140cedb78e" upstream="krogoth"/>
13 <project name="linux/poky" path="poky" revision="4515fc952963e233d5f24bb319028e8c68ee7622" upstream="krogoth"/>
14</manifest>
diff --git a/qemuppc/eltf.conf b/qemuppc/eltf.conf
deleted file mode 100644
index 923df0f..0000000
--- a/qemuppc/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=ppc7400
16SKIP=NO
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>
diff --git a/qemux86/.README b/qemux86/.README
deleted file mode 100644
index e754c36..0000000
--- a/qemux86/.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 QEMUX86,
5standard profile.
6
7________INSERT_BUILD_SEQUENCES_HERE________
8
9________INSERT_BOOT_SEQUENCES_HERE________
diff --git a/qemux86/README b/qemux86/README
deleted file mode 100644
index 6e82220..0000000
--- a/qemux86/README
+++ /dev/null
@@ -1,16 +0,0 @@
1This file contains build and boot instructions for Enea Linux on QEMUX86,
2
3standard profile.
4
5
6
7___Build-command:qemux86
8cd /path/to/poky_directory/
9TEMPLATECONF=meta-el-standard/conf/template.qemux86/ . ./oe-init-build-env /path/to/build-dir
10bitbake enea-image-standard
11___END
12
13
14___Boot-command:qemux86
15runqemu qemux86
16___END
diff --git a/qemux86/default.xml b/qemux86/default.xml
deleted file mode 100644
index 01b8595..0000000
--- a/qemux86/default.xml
+++ /dev/null
@@ -1,14 +0,0 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<manifest>
3 <remote fetch="ssh://git@git.enea.com/" name="git-enea"/>
4
5 <default remote="git-enea" revision="krogoth"/>
6
7 <project name="linux/meta-el-common" path="poky/meta-el-common" revision="96cf162f9d9e83121ec43a8baf940d4ebc75b811" upstream="krogoth"/>
8 <project name="linux/meta-el-standard" path="poky/meta-el-standard" revision="41a1f92d2e3401407d9bca6e00edfb0c71026291" upstream="krogoth"/>
9 <project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common" revision="2f4b09240cd24148f138654eeafdeac9a2f08e47" upstream="krogoth">
10 <linkfile dest="README" src="../../.repo/manifests/qemux86/README"/>
11 </project>
12 <project name="linux/meta-openembedded" path="poky/meta-openembedded" revision="55c8a76da5dc099a7bc3838495c672140cedb78e" upstream="krogoth"/>
13 <project name="linux/poky" path="poky" revision="4515fc952963e233d5f24bb319028e8c68ee7622" upstream="krogoth"/>
14</manifest>
diff --git a/qemux86/eltf.conf b/qemux86/eltf.conf
deleted file mode 100644
index 24e9278..0000000
--- a/qemux86/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=i586
16SKIP=NO
diff --git a/qemux86/manifest_template.xml b/qemux86/manifest_template.xml
deleted file mode 100644
index fd5fe47..0000000
--- a/qemux86/manifest_template.xml
+++ /dev/null
@@ -1,11 +0,0 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<manifest>
3 <!--Manifest template for Qemu, x86 -->
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/qemux86/README" dest="README"/>
9 </project>
10
11</manifest>