diff options
Diffstat (limited to 'p2041rdb')
-rw-r--r-- | p2041rdb/.README | 9 | ||||
-rw-r--r-- | p2041rdb/README | 8 | ||||
-rw-r--r-- | p2041rdb/default.xml | 16 | ||||
-rw-r--r-- | p2041rdb/eltf.conf | 16 | ||||
-rw-r--r-- | p2041rdb/manifest_template.xml | 15 |
5 files changed, 0 insertions, 64 deletions
diff --git a/p2041rdb/.README b/p2041rdb/.README deleted file mode 100644 index 9afc812..0000000 --- a/p2041rdb/.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 P2041RDB, | ||
5 | standard 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 c54fa9e..0000000 --- a/p2041rdb/README +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | This file contains build and boot instructions for Enea Linux on P2041RDB, | ||
2 | |||
3 | standard profile. | ||
4 | |||
5 | |||
6 | |||
7 | |||
8 | |||
diff --git a/p2041rdb/default.xml b/p2041rdb/default.xml deleted file mode 100644 index a2f9139..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="1083d90888589b9f0d50a1d480f7c774d8b4bda3" 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 | ||
10 | DELETE_SSTATE=NO | ||
11 | BOOTING_METHOD=NFS | ||
12 | TEST_PACKAGE=healthcheck-runner,ddt-runner-ng,ltptest-runner,posix-runner,ptests-run-script | ||
13 | RC_TEST_PACKAGE=healthcheck-runner | ||
14 | IMAGE_TYPES=enea-image-${PROFILE},enea-image-${PROFILE}-sdk | ||
15 | ARCHITECTURE=ppce500mc | ||
16 | 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 @@ | |||
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> | ||