diff options
author | Thomas Lundström <thomas.lundstrom@enea.com> | 2016-04-26 15:34:10 +0200 |
---|---|---|
committer | Thomas Lundström <thomas.lundstrom@enea.com> | 2016-04-26 15:34:10 +0200 |
commit | 7d848c27c76b48442df23e5aeb174573f0aba6c5 (patch) | |
tree | a2001614f4e0172e0cb600a922731cb8ddb3c476 /qemux86 | |
parent | c0cb445301e7084c8370f47e673fde17fee11c8c (diff) | |
download | el_manifests-standard-7d848c27c76b48442df23e5aeb174573f0aba6c5.tar.gz |
Introduced common manifest include file
Diffstat (limited to 'qemux86')
-rw-r--r-- | qemux86/manifest_template.xml | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/qemux86/manifest_template.xml b/qemux86/manifest_template.xml index 08e1dbe..6798b61 100644 --- a/qemux86/manifest_template.xml +++ b/qemux86/manifest_template.xml | |||
@@ -1,17 +1,10 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <manifest> | 2 | <manifest> |
3 | <!--Manifest template for Qemu, x86 --> | 3 | <!--Manifest template for Qemu, x86 --> |
4 | |||
5 | <remote name="git-enea" fetch="git://git.enea.se/"/> | ||
6 | 4 | ||
7 | <default revision="krogoth" remote="git-enea"/> | 5 | <include name="common/common_manifest.xml"/> |
8 | 6 | ||
9 | <project name="linux/poky" path="poky"/> | 7 | <project name="linux/meta-enea-base-x86" path="poky/meta-enea-base-x86"> |
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 | <linkfile src="../../.repo/manifests/qemux86/README" dest="README"/> | 8 | <linkfile src="../../.repo/manifests/qemux86/README" dest="README"/> |
14 | </project> | 9 | </project> |
15 | <project name="linux/meta-enea-base-x86" path="poky/meta-enea-base-x86"/> | ||
16 | <project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common"/> | ||
17 | </manifest> | 10 | </manifest> |