summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCatalin Scrieciu <catalin.scrieciu@enea.com>2017-08-08 15:43:01 +0200
committerCatalin Scrieciu <catalin.scrieciu@enea.com>2017-08-08 15:43:01 +0200
commit47f8e7c3478242c4a0f8379efd4e72db66d91dc8 (patch)
treef22785b168305a14f0c1d1c42a0bc5f1cc99f561
parenta019da8c56bf46b6efff3dfb113cd12dfa7ee2ef (diff)
downloadel_manifests-standard-47f8e7c3478242c4a0f8379efd4e72db66d91dc8.tar.gz
updating manifest file for qemux86
-rw-r--r--qemux86/manifest_template.xml13
1 files changed, 10 insertions, 3 deletions
diff --git a/qemux86/manifest_template.xml b/qemux86/manifest_template.xml
index fd5fe47..8af9d29 100644
--- a/qemux86/manifest_template.xml
+++ b/qemux86/manifest_template.xml
@@ -2,10 +2,17 @@
2<manifest> 2<manifest>
3 <!--Manifest template for Qemu, x86 --> 3 <!--Manifest template for Qemu, x86 -->
4 4
5 <include name="common/common_manifest.xml"/> 5 <remote name="git-enea" fetch="ssh://git@git.enea.com/"/>
6 6
7 <project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common"> 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 <project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common">
8 <linkfile src="../../.repo/manifests/qemux86/README" dest="README"/> 14 <linkfile src="../../.repo/manifests/qemux86/README" dest="README"/>
9 </project> 15 </project>
16 <project name="demo/meta-demo" path="poky/meta-demo"/>
10 17
11</manifest> 18</manifest>