diff options
-rw-r--r-- | README.first | 23 | ||||
-rw-r--r-- | inteld1521/.README | 9 | ||||
-rw-r--r-- | inteld1521/README | 9 | ||||
-rw-r--r-- | inteld1521/default.xml | 20 | ||||
-rw-r--r-- | inteld1521/eltf.conf | 16 | ||||
-rw-r--r-- | inteld1521/manifest_template.xml | 20 |
6 files changed, 97 insertions, 0 deletions
diff --git a/README.first b/README.first new file mode 100644 index 0000000..e355396 --- /dev/null +++ b/README.first | |||
@@ -0,0 +1,23 @@ | |||
1 | This file contains the describing the manifest repo. The repo contains manifests | ||
2 | for one ot more targets located in separate directories. Each of these contain: | ||
3 | |||
4 | README : A README file that will be made available for the | ||
5 | customer after repo sync. It contains build and boot | ||
6 | commands and other specific info. | ||
7 | Auto generated using .README and output from ELTF. | ||
8 | |||
9 | .README : A template for generating the README file. Currently, | ||
10 | build and boot commands are provided by ELTF and they | ||
11 | are integrated into .README to generate README. This is | ||
12 | quite a mess, but the long term plan is to modify this | ||
13 | in a way that makes the template obsolete. | ||
14 | |||
15 | manifest_template.xml : A template for default.xml. It contains a list of the | ||
16 | repos together with versions. The versions can be | ||
17 | specified using branches, tags, or hashes. | ||
18 | |||
19 | default.xml : This a time-invariant snapshot of manifest_template.xml. | ||
20 | The difference is that all versions are specified as | ||
21 | hashes. | ||
22 | Auto-generated using manifest_template and data from | ||
23 | the remotes. | ||
diff --git a/inteld1521/.README b/inteld1521/.README new file mode 100644 index 0000000..9afc812 --- /dev/null +++ b/inteld1521/.README | |||
@@ -0,0 +1,9 @@ | |||
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/inteld1521/README b/inteld1521/README new file mode 100644 index 0000000..9afc812 --- /dev/null +++ b/inteld1521/README | |||
@@ -0,0 +1,9 @@ | |||
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/inteld1521/default.xml b/inteld1521/default.xml new file mode 100644 index 0000000..6a0bd0d --- /dev/null +++ b/inteld1521/default.xml | |||
@@ -0,0 +1,20 @@ | |||
1 | <manifest> | ||
2 | <!--Manifest template for inteld1521, virtualization profile --> | ||
3 | |||
4 | <remote name="git-enea" fetch="git://git.enea.com"/> | ||
5 | <remote name="git-enea-local" fetch="git://git.enea.se"/> | ||
6 | |||
7 | <default revision="master" remote="git-enea"/> | ||
8 | |||
9 | <project name="linux/poky" path="poky"> | ||
10 | <linkfile src="../.repo/manifests/README" dest="README"/> | ||
11 | </project> | ||
12 | |||
13 | <project name="linux/meta-el-common" path="poky/meta-el-common"/> | ||
14 | <project name="linux/meta-el-virtualization" path="poky/meta-el-virtualization" remote="git-enea-local"/> | ||
15 | <project name="linux/meta-intel" path="poky/meta-intel" remote="git-enea-local"/> | ||
16 | <project name="linux/meta-openembedded" path="poky/meta-openembedded"/> | ||
17 | <project name="linux/meta-virtualization" path="poky/meta-virtualization"/> | ||
18 | <project name="linux/meta-el-common" path="poky/meta-el-common"/> | ||
19 | |||
20 | </manifest> | ||
diff --git a/inteld1521/eltf.conf b/inteld1521/eltf.conf new file mode 100644 index 0000000..7153eb2 --- /dev/null +++ b/inteld1521/eltf.conf | |||
@@ -0,0 +1,16 @@ | |||
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/inteld1521/manifest_template.xml b/inteld1521/manifest_template.xml new file mode 100644 index 0000000..6a0bd0d --- /dev/null +++ b/inteld1521/manifest_template.xml | |||
@@ -0,0 +1,20 @@ | |||
1 | <manifest> | ||
2 | <!--Manifest template for inteld1521, virtualization profile --> | ||
3 | |||
4 | <remote name="git-enea" fetch="git://git.enea.com"/> | ||
5 | <remote name="git-enea-local" fetch="git://git.enea.se"/> | ||
6 | |||
7 | <default revision="master" remote="git-enea"/> | ||
8 | |||
9 | <project name="linux/poky" path="poky"> | ||
10 | <linkfile src="../.repo/manifests/README" dest="README"/> | ||
11 | </project> | ||
12 | |||
13 | <project name="linux/meta-el-common" path="poky/meta-el-common"/> | ||
14 | <project name="linux/meta-el-virtualization" path="poky/meta-el-virtualization" remote="git-enea-local"/> | ||
15 | <project name="linux/meta-intel" path="poky/meta-intel" remote="git-enea-local"/> | ||
16 | <project name="linux/meta-openembedded" path="poky/meta-openembedded"/> | ||
17 | <project name="linux/meta-virtualization" path="poky/meta-virtualization"/> | ||
18 | <project name="linux/meta-el-common" path="poky/meta-el-common"/> | ||
19 | |||
20 | </manifest> | ||