summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lundström <thomas.lundstrom@enea.com>2016-04-29 15:50:38 +0200
committerThomas Lundström <thomas.lundstrom@enea.com>2016-04-29 15:50:38 +0200
commit3eed031a65672546447aacc6b0f6e6721478ddfa (patch)
treef3710c377f3fe9c08ad1164f6c2ccb7aa68a6a3a
parentcba7dacab716a4717b13a8901d88f3e07325f1a7 (diff)
downloadel_manifests-standard-3eed031a65672546447aacc6b0f6e6721478ddfa.tar.gz
Changed to public source for some repos
-rw-r--r--common/common_manifest.xml25
-rw-r--r--ls1021aiot/manifest_template.xml17
-rw-r--r--p2041rdb/manifest_template.xml17
-rw-r--r--qemuarm/manifest_template.xml7
-rw-r--r--qemuppc/manifest_template.xml7
-rw-r--r--qemux86/manifest_template.xml7
6 files changed, 67 insertions, 13 deletions
diff --git a/common/common_manifest.xml b/common/common_manifest.xml
index 6f3f65c..a5b53bd 100644
--- a/common/common_manifest.xml
+++ b/common/common_manifest.xml
@@ -2,13 +2,30 @@
2<manifest> 2<manifest>
3 <!--Common parts of the manifest template for standard profile --> 3 <!--Common parts of the manifest template for standard profile -->
4 4
5 <remote name="git-enea" fetch="git://git.enea.se/"/> 5 <remote name="git-enea" fetch="git://git.enea.com/"/>
6 <remote name="git-enea-local" fetch="git://git.enea.se/"/>
6 7
7 <default revision="krogoth" remote="git-enea"/> 8 <default revision="krogoth" remote="git-enea"/>
8 9
9 <project name="linux/poky" path="poky"/> 10 <project name="linux/poky" path="poky"/>
10 <project name="linux/meta-openembedded" path="poky/meta-openembedded"/> 11 <project name="linux/meta-openembedded" path="poky/meta-openembedded"/>
11 <project name="linux/meta-el-common" path="poky/meta-el-common"/> 12
12 <project name="linux/meta-el-standard" path="poky/meta-el-standard"/> 13 <project
13 <project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common"/> 14 name="linux/meta-el-common"
15 path="poky/meta-el-common"
16 remote="git-enea-local"
17 />
18
19 <project
20 name="linux/meta-el-standard"
21 path="poky/meta-el-standard"
22 remote="git-enea-local"
23 />
24
25 <project
26 name="linux/meta-enea-bsp-common"
27 path="poky/meta-enea-bsp-common"
28 remote="git-enea-local"
29 />
30
14</manifest> 31</manifest>
diff --git a/ls1021aiot/manifest_template.xml b/ls1021aiot/manifest_template.xml
index 84058bc..1265c1f 100644
--- a/ls1021aiot/manifest_template.xml
+++ b/ls1021aiot/manifest_template.xml
@@ -4,9 +4,20 @@
4 4
5 <include name="common/common_manifest.xml"/> 5 <include name="common/common_manifest.xml"/>
6 6
7 <project name="linux/meta-enea-base-arm" path="poky/meta-enea-base-arm"> 7 <project name="linux/meta-fsl-arm" path="poky/meta-fsl-arm"/>
8
9 <project
10 name="linux/meta-enea-base-arm"
11 path="poky/meta-enea-base-arm"
12 remote="git-enea-local"
13 >
8 <linkfile src="../../.repo/manifests/ls1021aiot/README" dest="README"/> 14 <linkfile src="../../.repo/manifests/ls1021aiot/README" dest="README"/>
9 </project> 15 </project>
10 <project name="linux/meta-enea-bsp-arm" path="poky/meta-enea-bsp-arm"/> 16
11 <project name="linux/meta-fsl-arm" path="poky/meta-fsl-arm"/> 17 <project
18 name="linux/meta-enea-bsp-arm"
19 path="poky/meta-enea-bsp-arm"
20 remote="git-enea-local"
21 />
22
12</manifest> 23</manifest>
diff --git a/p2041rdb/manifest_template.xml b/p2041rdb/manifest_template.xml
index 4a9adf3..09dad55 100644
--- a/p2041rdb/manifest_template.xml
+++ b/p2041rdb/manifest_template.xml
@@ -4,9 +4,20 @@
4 4
5 <include name="common/common_manifest.xml"/> 5 <include name="common/common_manifest.xml"/>
6 6
7 <project name="linux/meta-enea-base-ppc" path="poky/meta-enea-base-ppc"> 7 <project name="linux/meta-fsl-ppc" path="poky/meta-fsl-ppc"/>
8
9 <project
10 name="linux/meta-enea-base-ppc"
11 path="poky/meta-enea-base-ppc"
12 remote="git-enea-local"
13 >
8 <linkfile src="../../.repo/manifests/p2041rdb/README" dest="README"/> 14 <linkfile src="../../.repo/manifests/p2041rdb/README" dest="README"/>
9 </project> 15 </project>
10 <project name="linux/meta-enea-bsp-ppc" path="poky/meta-enea-bsp-ppc"/> 16
11 <project name="linux/meta-fsl-ppc" path="poky/meta-fsl-ppc"/> 17 <project
18 name="linux/meta-enea-bsp-ppc"
19 path="poky/meta-enea-bsp-ppc"
20 remote="git-enea-local"
21 />
22
12</manifest> 23</manifest>
diff --git a/qemuarm/manifest_template.xml b/qemuarm/manifest_template.xml
index bde1ed6..2922623 100644
--- a/qemuarm/manifest_template.xml
+++ b/qemuarm/manifest_template.xml
@@ -4,7 +4,12 @@
4 4
5 <include name="common/common_manifest.xml"/> 5 <include name="common/common_manifest.xml"/>
6 6
7 <project name="linux/meta-enea-base-arm" path="poky/meta-enea-base-arm"> 7 <project
8 name="linux/meta-enea-base-arm"
9 path="poky/meta-enea-base-arm"
10 remote="git-enea-local"
11 >
8 <linkfile src="../../.repo/manifests/qemuarm/README" dest="README"/> 12 <linkfile src="../../.repo/manifests/qemuarm/README" dest="README"/>
9 </project> 13 </project>
14
10</manifest> 15</manifest>
diff --git a/qemuppc/manifest_template.xml b/qemuppc/manifest_template.xml
index 1fb62ae..55f5d14 100644
--- a/qemuppc/manifest_template.xml
+++ b/qemuppc/manifest_template.xml
@@ -4,7 +4,12 @@
4 4
5 <include name="common/common_manifest.xml"/> 5 <include name="common/common_manifest.xml"/>
6 6
7 <project name="linux/meta-enea-base-ppc" path="poky/meta-enea-base-ppc"> 7 <project
8 name="linux/meta-enea-base-ppc"
9 path="poky/meta-enea-base-ppc"
10 remote="git-enea-local"
11 >
8 <linkfile src="../../.repo/manifests/qemuppc/README" dest="README"/> 12 <linkfile src="../../.repo/manifests/qemuppc/README" dest="README"/>
9 </project> 13 </project>
14
10</manifest> 15</manifest>
diff --git a/qemux86/manifest_template.xml b/qemux86/manifest_template.xml
index 6798b61..d0e0608 100644
--- a/qemux86/manifest_template.xml
+++ b/qemux86/manifest_template.xml
@@ -4,7 +4,12 @@
4 4
5 <include name="common/common_manifest.xml"/> 5 <include name="common/common_manifest.xml"/>
6 6
7 <project name="linux/meta-enea-base-x86" path="poky/meta-enea-base-x86"> 7 <project
8 name="linux/meta-enea-base-x86"
9 path="poky/meta-enea-base-x86"
10 remote="git-enea-local"
11 >
8 <linkfile src="../../.repo/manifests/qemux86/README" dest="README"/> 12 <linkfile src="../../.repo/manifests/qemux86/README" dest="README"/>
9 </project> 13 </project>
14
10</manifest> 15</manifest>