From a8c6007c4a8d4b0c7fa6e9bbb11e52c50a426830 Mon Sep 17 00:00:00 2001 From: Catalin Scrieciu Date: Thu, 3 Aug 2017 11:04:55 +0200 Subject: Stripped demo repo to only build qemuarm64 --- ls1021aiot/.README | 9 --------- ls1021aiot/README | 26 -------------------------- ls1021aiot/default.xml | 16 ---------------- ls1021aiot/eltf.conf | 16 ---------------- ls1021aiot/manifest_template.xml | 15 --------------- p2041rdb/.README | 9 --------- p2041rdb/README | 26 -------------------------- p2041rdb/default.xml | 16 ---------------- p2041rdb/eltf.conf | 16 ---------------- p2041rdb/manifest_template.xml | 15 --------------- qemuarm/.README | 9 --------- qemuarm/README | 16 ---------------- qemuarm/default.xml | 14 -------------- qemuarm/eltf.conf | 16 ---------------- qemuarm/manifest_template.xml | 11 ----------- qemuppc/.README | 9 --------- qemuppc/README | 16 ---------------- qemuppc/default.xml | 14 -------------- qemuppc/eltf.conf | 16 ---------------- qemuppc/manifest_template.xml | 11 ----------- qemux86/.README | 9 --------- qemux86/README | 16 ---------------- qemux86/default.xml | 14 -------------- qemux86/eltf.conf | 16 ---------------- qemux86/manifest_template.xml | 11 ----------- 25 files changed, 362 deletions(-) delete mode 100644 ls1021aiot/.README delete mode 100644 ls1021aiot/README delete mode 100644 ls1021aiot/default.xml delete mode 100644 ls1021aiot/eltf.conf delete mode 100644 ls1021aiot/manifest_template.xml delete mode 100644 p2041rdb/.README delete mode 100644 p2041rdb/README delete mode 100644 p2041rdb/default.xml delete mode 100644 p2041rdb/eltf.conf delete mode 100644 p2041rdb/manifest_template.xml delete mode 100644 qemuarm/.README delete mode 100644 qemuarm/README delete mode 100644 qemuarm/default.xml delete mode 100644 qemuarm/eltf.conf delete mode 100644 qemuarm/manifest_template.xml delete mode 100644 qemuppc/.README delete mode 100644 qemuppc/README delete mode 100644 qemuppc/default.xml delete mode 100644 qemuppc/eltf.conf delete mode 100644 qemuppc/manifest_template.xml delete mode 100644 qemux86/.README delete mode 100644 qemux86/README delete mode 100644 qemux86/default.xml delete mode 100644 qemux86/eltf.conf delete mode 100644 qemux86/manifest_template.xml diff --git a/ls1021aiot/.README b/ls1021aiot/.README deleted file mode 100644 index 3c7c7cc..0000000 --- a/ls1021aiot/.README +++ /dev/null @@ -1,9 +0,0 @@ -This file is a template used to produce the real README. Read that one instead. - -________END_OF_HEADER________ -This file contains build and boot instructions for Enea Linux on LS1021A-IoT, -standard profile. - -________INSERT_BUILD_SEQUENCES_HERE________ - -________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 @@ -This file contains build and boot instructions for Enea Linux on LS1021A-IoT, - -standard profile. - - - -___Build-command:ls1021aiot -cd /path/to/poky_directory/ -TEMPLATECONF=meta-el-standard/conf/template.ls1021aiot/ . ./oe-init-build-env /path/to/build-dir -bitbake enea-image-standard -___END - - -___Boot-command:ls1021aiot -NFS boot commands: -setenv serverip - -tftp 82000000 - -tftp 8f000000 - -setenv bootargs "'root=/dev/nfs rw nfsroot=:{NFSROOTFS} ip=dhcp console=ttyS0115200'" - -bootm 82000000 - 8f000000 - -___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 @@ - - - - - - - - - - - - - - - - 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 @@ -# eltf.conf -# internal ENEA file - used for ELTF -# -# setup as unix sh file; use comma separated values for array types, no spaces -# -# DELETE_SSTATE=NO/YES -# BOOTING_METHOD=NFS/RAM/etc -# TEST_PACKAGE=healthcheck-runner,ddt-runner-ng,ltptest-runner,posix-runner,ptests-run-script -# IMAGE_TYPES=enea-image-${PROFILE},enea-image-${PROFILE}-sdk,world -DELETE_SSTATE=NO -BOOTING_METHOD=NFS -TEST_PACKAGE=healthcheck-runner,ddt-runner-ng,ltptest-runner,posix-runner,ptests-run-script -RC_TEST_PACKAGE=healthcheck-runner -IMAGE_TYPES=enea-image-${PROFILE},enea-image-${PROFILE}-sdk -ARCHITECTURE=cortexa7hf_neon -SKIP=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 @@ - - - - - - - - - - - - - - - diff --git a/p2041rdb/.README b/p2041rdb/.README deleted file mode 100644 index 9afc812..0000000 --- a/p2041rdb/.README +++ /dev/null @@ -1,9 +0,0 @@ -This file is a template used to produce the real README. Read that one instead. - -________END_OF_HEADER________ -This file contains build and boot instructions for Enea Linux on P2041RDB, -standard profile. - -________INSERT_BUILD_SEQUENCES_HERE________ - -________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 @@ -This file contains build and boot instructions for Enea Linux on P2041RDB, - -standard profile. - - - -___Build-command:p2041rdb -cd /path/to/poky_directory/ -TEMPLATECONF=meta-el-standard/conf/template.p2041rdb/ . ./oe-init-build-env /path/to/build-dir -bitbake enea-image-standard -___END - - -___Boot-command:p2041rdb -NFS boot commands: -setenv serverip - -tftp 1400000 - -tftp 13f0000 - -setenv bootargs "'root=/dev/nfs rw nfsroot=:{NFSROOTFS} ip=dhcp console=ttyS0115200 memmap=16M$0xf7000000 mem=4080M max_addr=f6ffffff'" - -bootm 0x1400000 - 0x13f0000 - -___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 @@ - - - - - - - - - - - - - - - - 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 @@ -# eltf.conf -# internal ENEA file - used for ELTF -# -# setup as unix sh file; use comma separated values for array types, no spaces -# -# DELETE_SSTATE=NO/YES -# BOOTING_METHOD=NFS/RAM/etc -# TEST_PACKAGE=healthcheck-runner,ddt-runner-ng,ltptest-runner,posix-runner,ptests-run-script -# IMAGE_TYPES=enea-image-${PROFILE},enea-image-${PROFILE}-sdk,world -DELETE_SSTATE=NO -BOOTING_METHOD=NFS -TEST_PACKAGE=healthcheck-runner,ddt-runner-ng,ltptest-runner,posix-runner,ptests-run-script -RC_TEST_PACKAGE=healthcheck-runner -IMAGE_TYPES=enea-image-${PROFILE},enea-image-${PROFILE}-sdk -ARCHITECTURE=ppce500mc -SKIP=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 @@ - - - - - - - - - - - - - - - diff --git a/qemuarm/.README b/qemuarm/.README deleted file mode 100644 index 063596f..0000000 --- a/qemuarm/.README +++ /dev/null @@ -1,9 +0,0 @@ -This file is a template used to produce the real README. Read that one instead. - -________END_OF_HEADER________ -This file contains build and boot instructions for Enea Linux on QEMUARM, -standard profile. - -________INSERT_BUILD_SEQUENCES_HERE________ - -________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 @@ -This file contains build and boot instructions for Enea Linux on QEMUARM, - -standard profile. - - - -___Build-command:qemuarm -cd /path/to/poky_directory/ -TEMPLATECONF=meta-el-standard/conf/template.qemuarm/ . ./oe-init-build-env /path/to/build-dir -bitbake enea-image-standard -___END - - -___Boot-command:qemuarm -runqemu qemuarm -___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 @@ - - - - - - - - - - - - - - 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 @@ -# eltf.conf -# internal ENEA file - used for ELTF -# -# setup as unix sh file; use comma separated values for array types, no spaces -# -# DELETE_SSTATE=NO/YES -# BOOTING_METHOD=NFS/RAM/etc -# TEST_PACKAGE=healthcheck-runner,ddt-runner-ng,ltptest-runner,posix-runner,ptests-run-script -# IMAGE_TYPES=enea-image-${PROFILE},enea-image-${PROFILE}-sdk,world -DELETE_SSTATE=NO -BOOTING_METHOD=RAM -TEST_PACKAGE=healthcheck-runner,ddt-runner-ng,ltptest-runner,posix-runner,ptests-run-script -RC_TEST_PACKAGE=healthcheck-runner -IMAGE_TYPES=enea-image-${PROFILE},enea-image-${PROFILE}-sdk -ARCHITECTURE=armv5e -SKIP=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 @@ - - - - - - - - - - - diff --git a/qemuppc/.README b/qemuppc/.README deleted file mode 100644 index b930383..0000000 --- a/qemuppc/.README +++ /dev/null @@ -1,9 +0,0 @@ -This file is a template used to produce the real README. Read that one instead. - -________END_OF_HEADER________ -This file contains build and boot instructions for Enea Linux on QEMUPPC, -standard profile. - -________INSERT_BUILD_SEQUENCES_HERE________ - -________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 @@ -This file contains build and boot instructions for Enea Linux on QEMUPPC, - -standard profile. - - - -___Build-command:qemuppc -cd /path/to/poky_directory/ -TEMPLATECONF=meta-el-standard/conf/template.qemuppc/ . ./oe-init-build-env /path/to/build-dir -bitbake enea-image-standard -___END - - -___Boot-command:qemuppc -runqemu qemuppc -___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 @@ - - - - - - - - - - - - - - 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 @@ -# eltf.conf -# internal ENEA file - used for ELTF -# -# setup as unix sh file; use comma separated values for array types, no spaces -# -# DELETE_SSTATE=NO/YES -# BOOTING_METHOD=NFS/RAM/etc -# TEST_PACKAGE=healthcheck-runner,ddt-runner-ng,ltptest-runner,posix-runner,ptests-run-script -# IMAGE_TYPES=enea-image-${PROFILE},enea-image-${PROFILE}-sdk,world -DELETE_SSTATE=NO -BOOTING_METHOD=RAM -TEST_PACKAGE=healthcheck-runner,ddt-runner-ng,ltptest-runner,posix-runner,ptests-run-script -RC_TEST_PACKAGE=healthcheck-runner -IMAGE_TYPES=enea-image-${PROFILE},enea-image-${PROFILE}-sdk -ARCHITECTURE=ppc7400 -SKIP=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 @@ - - - - - - - - - - - diff --git a/qemux86/.README b/qemux86/.README deleted file mode 100644 index e754c36..0000000 --- a/qemux86/.README +++ /dev/null @@ -1,9 +0,0 @@ -This file is a template used to produce the real README. Read that one instead. - -________END_OF_HEADER________ -This file contains build and boot instructions for Enea Linux on QEMUX86, -standard profile. - -________INSERT_BUILD_SEQUENCES_HERE________ - -________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 @@ -This file contains build and boot instructions for Enea Linux on QEMUX86, - -standard profile. - - - -___Build-command:qemux86 -cd /path/to/poky_directory/ -TEMPLATECONF=meta-el-standard/conf/template.qemux86/ . ./oe-init-build-env /path/to/build-dir -bitbake enea-image-standard -___END - - -___Boot-command:qemux86 -runqemu qemux86 -___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 @@ - - - - - - - - - - - - - - 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 @@ -# eltf.conf -# internal ENEA file - used for ELTF -# -# setup as unix sh file; use comma separated values for array types, no spaces -# -# DELETE_SSTATE=NO/YES -# BOOTING_METHOD=NFS/RAM/etc -# TEST_PACKAGE=healthcheck-runner,ddt-runner-ng,ltptest-runner,posix-runner,ptests-run-script -# IMAGE_TYPES=enea-image-${PROFILE},enea-image-${PROFILE}-sdk,world -DELETE_SSTATE=NO -BOOTING_METHOD=RAM -TEST_PACKAGE=healthcheck-runner,ddt-runner-ng,ltptest-runner,posix-runner,ptests-run-script -RC_TEST_PACKAGE=healthcheck-runner -IMAGE_TYPES=enea-image-${PROFILE},enea-image-${PROFILE}-sdk -ARCHITECTURE=i586 -SKIP=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 @@ - - - - - - - - - - - -- cgit v1.2.3-54-g00ecf