summaryrefslogtreecommitdiffstats
path: root/qemuppc
diff options
context:
space:
mode:
authorThomas Lundström <thomas.lundstrom@enea.com>2016-04-12 14:53:08 +0200
committerThomas Lundström <thomas.lundstrom@enea.com>2016-04-12 14:53:08 +0200
commitbf70eca95171db379760fec43c072fcd14ecaaa7 (patch)
treedf8e28aed80cce7969b6d39f8f65677ebefb2f98 /qemuppc
downloadel_manifests-standard-bf70eca95171db379760fec43c072fcd14ecaaa7.tar.gz
First version
Diffstat (limited to 'qemuppc')
-rw-r--r--qemuppc/README0
-rw-r--r--qemuppc/default.xml26
-rw-r--r--qemuppc/manifest_template.xml15
3 files changed, 41 insertions, 0 deletions
diff --git a/qemuppc/README b/qemuppc/README
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/qemuppc/README
diff --git a/qemuppc/default.xml b/qemuppc/default.xml
new file mode 100644
index 0000000..9bf1472
--- /dev/null
+++ b/qemuppc/default.xml
@@ -0,0 +1,26 @@
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
new file mode 100644
index 0000000..89808a8
--- /dev/null
+++ b/qemuppc/manifest_template.xml
@@ -0,0 +1,15 @@
1<manifest>
2 <!--Manifest template for Qemu, ppc -->
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/qemuppc/README" dest="README"/>
12 </project>
13 <project name="linux/meta-enea-base-ppc" path="poky/meta-enea-base-ppc"/>
14 <project name="linux/meta-enea-bsp-base" path="poky/meta-enea-bsp-base"/>
15</manifest>