diff options
-rw-r--r-- | README.first | 23 | ||||
-rw-r--r-- | common/common_manifest.xml | 14 | ||||
-rw-r--r-- | ls1021aiot/.README | 9 | ||||
-rw-r--r-- | ls1021aiot/manifest_template.xml | 15 | ||||
-rw-r--r-- | ls1021atwr/README | 0 | ||||
-rw-r--r-- | ls1021atwr/default.xml | 29 | ||||
-rw-r--r-- | ls1021atwr/manifest_template.xml | 16 | ||||
-rw-r--r-- | p2041rdb/.README | 9 | ||||
-rw-r--r-- | p2041rdb/README | 0 | ||||
-rw-r--r-- | p2041rdb/default.xml | 29 | ||||
-rw-r--r-- | p2041rdb/manifest_template.xml | 17 | ||||
-rw-r--r-- | qemuarm/.README | 9 | ||||
-rw-r--r-- | qemuarm/README | 0 | ||||
-rw-r--r-- | qemuarm/default.xml | 26 | ||||
-rw-r--r-- | qemuarm/manifest_template.xml | 12 | ||||
-rw-r--r-- | qemuppc/.README | 9 | ||||
-rw-r--r-- | qemuppc/README | 0 | ||||
-rw-r--r-- | qemuppc/default.xml | 26 | ||||
-rw-r--r-- | qemuppc/manifest_template.xml | 12 | ||||
-rw-r--r-- | qemux86/.README | 9 | ||||
-rw-r--r-- | qemux86/README | 0 | ||||
-rw-r--r-- | qemux86/default.xml | 26 | ||||
-rw-r--r-- | qemux86/manifest_template.xml | 12 |
23 files changed, 117 insertions, 185 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/common/common_manifest.xml b/common/common_manifest.xml new file mode 100644 index 0000000..d600dbc --- /dev/null +++ b/common/common_manifest.xml | |||
@@ -0,0 +1,14 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | ||
2 | <manifest> | ||
3 | <!--Common parts of the manifest template for standard profile --> | ||
4 | |||
5 | <remote name="git-enea" fetch="git://git.enea.com/"/> | ||
6 | |||
7 | <default revision="master" remote="git-enea"/> | ||
8 | |||
9 | <project name="linux/poky" path="poky"/> | ||
10 | <project name="linux/meta-openembedded" path="poky/meta-openembedded"/> | ||
11 | <project name="linux/meta-el-common" path="poky/meta-el-common"/> | ||
12 | <project name="linux/meta-el-standard" path="poky/meta-el-standard"/> | ||
13 | |||
14 | </manifest> | ||
diff --git a/ls1021aiot/.README b/ls1021aiot/.README new file mode 100644 index 0000000..e3fdf1a --- /dev/null +++ b/ls1021aiot/.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 | |||
5 | Bla bla bla ... | ||
6 | |||
7 | ________INSERT_BUILD_SEQUENCES_HERE________ | ||
8 | |||
9 | ________INSERT_BOOT_SEQUENCES_HERE________ | ||
diff --git a/ls1021aiot/manifest_template.xml b/ls1021aiot/manifest_template.xml new file mode 100644 index 0000000..fb3c8aa --- /dev/null +++ b/ls1021aiot/manifest_template.xml | |||
@@ -0,0 +1,15 @@ | |||
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/ls1021atwr/README b/ls1021atwr/README deleted file mode 100644 index e69de29..0000000 --- a/ls1021atwr/README +++ /dev/null | |||
diff --git a/ls1021atwr/default.xml b/ls1021atwr/default.xml deleted file mode 100644 index fbd618e..0000000 --- a/ls1021atwr/default.xml +++ /dev/null | |||
@@ -1,29 +0,0 @@ | |||
1 | <manifest> | ||
2 | |||
3 | |||
4 | <!--Snapshot of manifest_template.xml @ 2016-04-12 14:46:34 CEST--> | ||
5 | |||
6 | <remote fetch="git://git.enea.se/" name="git-enea" /> | ||
7 | |||
8 | <default remote="git-enea" revision="master" /> | ||
9 | |||
10 | <project name="linux/poky" path="poky" revision="5602f64ab8c3654737273c0e7ac1c966fa8afb6a"> | ||
11 | <!--Version in template: 'krogoth' (Translated to 'refs/heads/krogoth')--> | ||
12 | </project> | ||
13 | <project name="linux/meta-openembedded" path="poky/meta-openembedded" revision="57a687bc554cc15de9fc6c17aec7a3ea9175abbd"> | ||
14 | <!--Version in template: 'master' (Translated to 'refs/heads/master')--> | ||
15 | </project> | ||
16 | <project name="linux/meta-enea-base" path="poky/meta-enea-base" revision="88a73cdc79d09dc66a7767c102770258d08ac043"> | ||
17 | <!--Version in template: 'master' (Translated to 'refs/heads/master')--> | ||
18 | <linkfile dest="README" src="../../.repo/manifests/ls1021atwr/README" /> | ||
19 | </project> | ||
20 | <project name="linux/meta-enea-base-arm" path="poky/meta-enea-base-arm" revision="8bb6db3cf9c4bbce4866e2d0980b7430f0947bf3"> | ||
21 | <!--Version in template: 'master' (Translated to 'refs/heads/master')--> | ||
22 | </project> | ||
23 | <project name="linux/meta-enea-bsp-base" path="poky/meta-enea-bsp-base" revision="725726b13b3722cceb2fe2057685a8b3ca998a5e"> | ||
24 | <!--Version in template: 'master' (Translated to 'refs/heads/master')--> | ||
25 | </project> | ||
26 | <project name="linux/meta-enea-bsp-arm" path="poky/meta-enea-bsp-arm" revision="bde3b9305a5a45b85a6027b42562aa38d8fba8ef"> | ||
27 | <!--Version in template: 'master' (Translated to 'refs/heads/master')--> | ||
28 | </project> | ||
29 | </manifest> | ||
diff --git a/ls1021atwr/manifest_template.xml b/ls1021atwr/manifest_template.xml deleted file mode 100644 index d6675ff..0000000 --- a/ls1021atwr/manifest_template.xml +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | <manifest> | ||
2 | <!--Manifest template for LS1021ATWR --> | ||
3 | |||
4 | <remote name="git-enea" fetch="git://git.enea.se/"/> | ||
5 | |||
6 | <default revision="master" remote="git-enea"/> | ||
7 | |||
8 | <project name="linux/poky" path="poky" revision="krogoth"/> | ||
9 | <project name="linux/meta-openembedded" path="poky/meta-openembedded"/> | ||
10 | <project name="linux/meta-enea-base" path="poky/meta-enea-base"> | ||
11 | <linkfile src="../../.repo/manifests/ls1021atwr/README" dest="README"/> | ||
12 | </project> | ||
13 | <project name="linux/meta-enea-base-arm" path="poky/meta-enea-base-arm"/> | ||
14 | <project name="linux/meta-enea-bsp-base" path="poky/meta-enea-bsp-base"/> | ||
15 | <project name="linux/meta-enea-bsp-arm" path="poky/meta-enea-bsp-arm"/> | ||
16 | </manifest> | ||
diff --git a/p2041rdb/.README b/p2041rdb/.README new file mode 100644 index 0000000..e3fdf1a --- /dev/null +++ b/p2041rdb/.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 | |||
5 | Bla bla bla ... | ||
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 e69de29..0000000 --- a/p2041rdb/README +++ /dev/null | |||
diff --git a/p2041rdb/default.xml b/p2041rdb/default.xml deleted file mode 100644 index cd5291a..0000000 --- a/p2041rdb/default.xml +++ /dev/null | |||
@@ -1,29 +0,0 @@ | |||
1 | <manifest> | ||
2 | |||
3 | |||
4 | <!--Snapshot of manifest_template.xml @ 2016-04-12 14:46:35 CEST--> | ||
5 | |||
6 | <remote fetch="git://git.enea.se/" name="git-enea" /> | ||
7 | |||
8 | <default remote="git-enea" revision="master" /> | ||
9 | |||
10 | <project name="linux/poky" path="poky" revision="5602f64ab8c3654737273c0e7ac1c966fa8afb6a"> | ||
11 | <!--Version in template: 'krogoth' (Translated to 'refs/heads/krogoth')--> | ||
12 | </project> | ||
13 | <project name="linux/meta-openembedded" path="poky/meta-openembedded" revision="57a687bc554cc15de9fc6c17aec7a3ea9175abbd"> | ||
14 | <!--Version in template: 'master' (Translated to 'refs/heads/master')--> | ||
15 | </project> | ||
16 | <project name="linux/meta-enea-base" path="poky/meta-enea-base" revision="88a73cdc79d09dc66a7767c102770258d08ac043"> | ||
17 | <!--Version in template: 'master' (Translated to 'refs/heads/master')--> | ||
18 | <linkfile dest="README" src="../../.repo/manifests/p2041rdb/README" /> | ||
19 | </project> | ||
20 | <project name="linux/meta-enea-base-ppc" path="poky/meta-enea-base-ppc" revision="8126f547d53b83ef50c5224a893b02edcb02635f"> | ||
21 | <!--Version in template: 'master' (Translated to 'refs/heads/master')--> | ||
22 | </project> | ||
23 | <project name="linux/meta-enea-bsp-base" path="poky/meta-enea-bsp-base" revision="725726b13b3722cceb2fe2057685a8b3ca998a5e"> | ||
24 | <!--Version in template: 'master' (Translated to 'refs/heads/master')--> | ||
25 | </project> | ||
26 | <project name="linux/meta-enea-bsp-ppc" path="poky/meta-enea-bsp-ppc" revision="0bea75ebdeebca1b7cbed16dbc80fa475f4e1a1f"> | ||
27 | <!--Version in template: 'master' (Translated to 'refs/heads/master')--> | ||
28 | </project> | ||
29 | </manifest> | ||
diff --git a/p2041rdb/manifest_template.xml b/p2041rdb/manifest_template.xml index ec045e2..1a27712 100644 --- a/p2041rdb/manifest_template.xml +++ b/p2041rdb/manifest_template.xml | |||
@@ -1,16 +1,15 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | ||
1 | <manifest> | 2 | <manifest> |
2 | <!--Manifest template for P2041RDB --> | 3 | <!--Manifest template for P2041RDB --> |
3 | |||
4 | <remote name="git-enea" fetch="git://git.enea.se/"/> | ||
5 | 4 | ||
6 | <default revision="master" remote="git-enea"/> | 5 | <include name="common/common_manifest.xml"/> |
7 | 6 | ||
8 | <project name="linux/poky" path="poky" revision="krogoth"/> | 7 | <project name="linux/meta-fsl-ppc" path="poky/meta-fsl-ppc"/> |
9 | <project name="linux/meta-openembedded" path="poky/meta-openembedded"/> | 8 | |
10 | <project name="linux/meta-enea-base" path="poky/meta-enea-base"> | 9 | <project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common"> |
11 | <linkfile src="../../.repo/manifests/p2041rdb/README" dest="README"/> | 10 | <linkfile src="../../.repo/manifests/p2041rdb/README" dest="README"/> |
12 | </project> | 11 | </project> |
13 | <project name="linux/meta-enea-base-ppc" path="poky/meta-enea-base-ppc"/> | 12 | |
14 | <project name="linux/meta-enea-bsp-base" path="poky/meta-enea-bsp-base"/> | 13 | <project name="linux/meta-enea-bsp-ppc" path="poky/meta-enea-bsp-ppc"/> |
15 | <project name="linux/meta-enea-bsp-ppc" path="poky/meta-enea-bsp-ppc"/> | 14 | |
16 | </manifest> | 15 | </manifest> |
diff --git a/qemuarm/.README b/qemuarm/.README new file mode 100644 index 0000000..e3fdf1a --- /dev/null +++ b/qemuarm/.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 | |||
5 | Bla bla bla ... | ||
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 e69de29..0000000 --- a/qemuarm/README +++ /dev/null | |||
diff --git a/qemuarm/default.xml b/qemuarm/default.xml deleted file mode 100644 index c65661d..0000000 --- a/qemuarm/default.xml +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
1 | <manifest> | ||
2 | |||
3 | |||
4 | <!--Snapshot of manifest_template.xml @ 2016-04-12 14:46:35 CEST--> | ||
5 | |||
6 | <remote fetch="git://git.enea.se/" name="git-enea" /> | ||
7 | |||
8 | <default remote="git-enea" revision="master" /> | ||
9 | |||
10 | <project name="linux/poky" path="poky" revision="5602f64ab8c3654737273c0e7ac1c966fa8afb6a"> | ||
11 | <!--Version in template: 'krogoth' (Translated to 'refs/heads/krogoth')--> | ||
12 | </project> | ||
13 | <project name="linux/meta-openembedded" path="poky/meta-openembedded" revision="57a687bc554cc15de9fc6c17aec7a3ea9175abbd"> | ||
14 | <!--Version in template: 'master' (Translated to 'refs/heads/master')--> | ||
15 | </project> | ||
16 | <project name="linux/meta-enea-base" path="poky/meta-enea-base" revision="88a73cdc79d09dc66a7767c102770258d08ac043"> | ||
17 | <!--Version in template: 'master' (Translated to 'refs/heads/master')--> | ||
18 | <linkfile dest="README" src="../../.repo/manifests/qemuarm/README" /> | ||
19 | </project> | ||
20 | <project name="linux/meta-enea-base-arm" path="poky/meta-enea-base-arm" revision="8bb6db3cf9c4bbce4866e2d0980b7430f0947bf3"> | ||
21 | <!--Version in template: 'master' (Translated to 'refs/heads/master')--> | ||
22 | </project> | ||
23 | <project name="linux/meta-enea-bsp-base" path="poky/meta-enea-bsp-base" revision="725726b13b3722cceb2fe2057685a8b3ca998a5e"> | ||
24 | <!--Version in template: 'master' (Translated to 'refs/heads/master')--> | ||
25 | </project> | ||
26 | </manifest> | ||
diff --git a/qemuarm/manifest_template.xml b/qemuarm/manifest_template.xml index d1240a4..3ffaac2 100644 --- a/qemuarm/manifest_template.xml +++ b/qemuarm/manifest_template.xml | |||
@@ -1,15 +1,11 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | ||
1 | <manifest> | 2 | <manifest> |
2 | <!--Manifest template for Qemu, arm --> | 3 | <!--Manifest template for Qemu, arm --> |
3 | |||
4 | <remote name="git-enea" fetch="git://git.enea.se/"/> | ||
5 | 4 | ||
6 | <default revision="master" remote="git-enea"/> | 5 | <include name="common/common_manifest.xml"/> |
7 | 6 | ||
8 | <project name="linux/poky" path="poky" revision="krogoth"/> | 7 | <project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common"> |
9 | <project name="linux/meta-openembedded" path="poky/meta-openembedded"/> | ||
10 | <project name="linux/meta-enea-base" path="poky/meta-enea-base"> | ||
11 | <linkfile src="../../.repo/manifests/qemuarm/README" dest="README"/> | 8 | <linkfile src="../../.repo/manifests/qemuarm/README" dest="README"/> |
12 | </project> | 9 | </project> |
13 | <project name="linux/meta-enea-base-arm" path="poky/meta-enea-base-arm"/> | 10 | |
14 | <project name="linux/meta-enea-bsp-base" path="poky/meta-enea-bsp-base"/> | ||
15 | </manifest> | 11 | </manifest> |
diff --git a/qemuppc/.README b/qemuppc/.README new file mode 100644 index 0000000..e3fdf1a --- /dev/null +++ b/qemuppc/.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 | |||
5 | Bla bla bla ... | ||
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 e69de29..0000000 --- a/qemuppc/README +++ /dev/null | |||
diff --git a/qemuppc/default.xml b/qemuppc/default.xml deleted file mode 100644 index 9bf1472..0000000 --- a/qemuppc/default.xml +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
1 | <manifest> | ||
2 | |||
3 | |||
4 | <!--Snapshot of manifest_template.xml @ 2016-04-12 14:46:34 CEST--> | ||
5 | |||
6 | <remote fetch="git://git.enea.se/" name="git-enea" /> | ||
7 | |||
8 | <default remote="git-enea" revision="master" /> | ||
9 | |||
10 | <project name="linux/poky" path="poky" revision="5602f64ab8c3654737273c0e7ac1c966fa8afb6a"> | ||
11 | <!--Version in template: 'krogoth' (Translated to 'refs/heads/krogoth')--> | ||
12 | </project> | ||
13 | <project name="linux/meta-openembedded" path="poky/meta-openembedded" revision="57a687bc554cc15de9fc6c17aec7a3ea9175abbd"> | ||
14 | <!--Version in template: 'master' (Translated to 'refs/heads/master')--> | ||
15 | </project> | ||
16 | <project name="linux/meta-enea-base" path="poky/meta-enea-base" revision="88a73cdc79d09dc66a7767c102770258d08ac043"> | ||
17 | <!--Version in template: 'master' (Translated to 'refs/heads/master')--> | ||
18 | <linkfile dest="README" src="../../.repo/manifests/qemuppc/README" /> | ||
19 | </project> | ||
20 | <project name="linux/meta-enea-base-ppc" path="poky/meta-enea-base-ppc" revision="8126f547d53b83ef50c5224a893b02edcb02635f"> | ||
21 | <!--Version in template: 'master' (Translated to 'refs/heads/master')--> | ||
22 | </project> | ||
23 | <project name="linux/meta-enea-bsp-base" path="poky/meta-enea-bsp-base" revision="725726b13b3722cceb2fe2057685a8b3ca998a5e"> | ||
24 | <!--Version in template: 'master' (Translated to 'refs/heads/master')--> | ||
25 | </project> | ||
26 | </manifest> | ||
diff --git a/qemuppc/manifest_template.xml b/qemuppc/manifest_template.xml index 89808a8..31f580c 100644 --- a/qemuppc/manifest_template.xml +++ b/qemuppc/manifest_template.xml | |||
@@ -1,15 +1,11 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | ||
1 | <manifest> | 2 | <manifest> |
2 | <!--Manifest template for Qemu, ppc --> | 3 | <!--Manifest template for Qemu, ppc --> |
3 | |||
4 | <remote name="git-enea" fetch="git://git.enea.se/"/> | ||
5 | 4 | ||
6 | <default revision="master" remote="git-enea"/> | 5 | <include name="common/common_manifest.xml"/> |
7 | 6 | ||
8 | <project name="linux/poky" path="poky" revision="krogoth"/> | 7 | <project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common"> |
9 | <project name="linux/meta-openembedded" path="poky/meta-openembedded"/> | ||
10 | <project name="linux/meta-enea-base" path="poky/meta-enea-base"> | ||
11 | <linkfile src="../../.repo/manifests/qemuppc/README" dest="README"/> | 8 | <linkfile src="../../.repo/manifests/qemuppc/README" dest="README"/> |
12 | </project> | 9 | </project> |
13 | <project name="linux/meta-enea-base-ppc" path="poky/meta-enea-base-ppc"/> | 10 | |
14 | <project name="linux/meta-enea-bsp-base" path="poky/meta-enea-bsp-base"/> | ||
15 | </manifest> | 11 | </manifest> |
diff --git a/qemux86/.README b/qemux86/.README new file mode 100644 index 0000000..e3fdf1a --- /dev/null +++ b/qemux86/.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 | |||
5 | Bla bla bla ... | ||
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 e69de29..0000000 --- a/qemux86/README +++ /dev/null | |||
diff --git a/qemux86/default.xml b/qemux86/default.xml deleted file mode 100644 index 223c7d4..0000000 --- a/qemux86/default.xml +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
1 | <manifest> | ||
2 | |||
3 | |||
4 | <!--Snapshot of manifest_template.xml @ 2016-04-12 14:46:35 CEST--> | ||
5 | |||
6 | <remote fetch="git://git.enea.se/" name="git-enea" /> | ||
7 | |||
8 | <default remote="git-enea" revision="master" /> | ||
9 | |||
10 | <project name="linux/poky" path="poky" revision="5602f64ab8c3654737273c0e7ac1c966fa8afb6a"> | ||
11 | <!--Version in template: 'krogoth' (Translated to 'refs/heads/krogoth')--> | ||
12 | </project> | ||
13 | <project name="linux/meta-openembedded" path="poky/meta-openembedded" revision="57a687bc554cc15de9fc6c17aec7a3ea9175abbd"> | ||
14 | <!--Version in template: 'master' (Translated to 'refs/heads/master')--> | ||
15 | </project> | ||
16 | <project name="linux/meta-enea-base" path="poky/meta-enea-base" revision="88a73cdc79d09dc66a7767c102770258d08ac043"> | ||
17 | <!--Version in template: 'master' (Translated to 'refs/heads/master')--> | ||
18 | <linkfile dest="README" src="../../.repo/manifests/qemux86/README" /> | ||
19 | </project> | ||
20 | <project name="linux/meta-enea-base-x86" path="poky/meta-enea-base-x86" revision="882bd984035a645bf2a7808163ce075b4c5791f9"> | ||
21 | <!--Version in template: 'master' (Translated to 'refs/heads/master')--> | ||
22 | </project> | ||
23 | <project name="linux/meta-enea-bsp-base" path="poky/meta-enea-bsp-base" revision="725726b13b3722cceb2fe2057685a8b3ca998a5e"> | ||
24 | <!--Version in template: 'master' (Translated to 'refs/heads/master')--> | ||
25 | </project> | ||
26 | </manifest> | ||
diff --git a/qemux86/manifest_template.xml b/qemux86/manifest_template.xml index 5d4aa9f..fd5fe47 100644 --- a/qemux86/manifest_template.xml +++ b/qemux86/manifest_template.xml | |||
@@ -1,15 +1,11 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | ||
1 | <manifest> | 2 | <manifest> |
2 | <!--Manifest template for Qemu, x86 --> | 3 | <!--Manifest template for Qemu, x86 --> |
3 | |||
4 | <remote name="git-enea" fetch="git://git.enea.se/"/> | ||
5 | 4 | ||
6 | <default revision="master" remote="git-enea"/> | 5 | <include name="common/common_manifest.xml"/> |
7 | 6 | ||
8 | <project name="linux/poky" path="poky" revision="krogoth"/> | 7 | <project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common"> |
9 | <project name="linux/meta-openembedded" path="poky/meta-openembedded"/> | ||
10 | <project name="linux/meta-enea-base" path="poky/meta-enea-base"> | ||
11 | <linkfile src="../../.repo/manifests/qemux86/README" dest="README"/> | 8 | <linkfile src="../../.repo/manifests/qemux86/README" dest="README"/> |
12 | </project> | 9 | </project> |
13 | <project name="linux/meta-enea-base-x86" path="poky/meta-enea-base-x86"/> | 10 | |
14 | <project name="linux/meta-enea-bsp-base" path="poky/meta-enea-bsp-base"/> | ||
15 | </manifest> | 11 | </manifest> |