diff options
author | Adrian Mangeac <Adrian.Mangeac@enea.com> | 2019-09-13 10:55:51 +0200 |
---|---|---|
committer | Adrian Mangeac <Adrian.Mangeac@enea.com> | 2019-09-13 10:59:57 +0200 |
commit | ba8f074a58b648f68c122f579afe08768d16f1c4 (patch) | |
tree | 076d5a2ca72b0858fd478fba56aaae1fddc4bbe8 /qemuarm64/manifest_template.xml | |
parent | b13fa0a411ce25d554ccc1852f9e67394b993114 (diff) | |
download | el_manifests-standard-ba8f074a58b648f68c122f579afe08768d16f1c4.tar.gz |
Code freeze the default manifests
Change-Id: I901715c55d33974480387e41b26272ba3dd0802e
Signed-off-by: Adrian Mangeac <Adrian.Mangeac@enea.com>
Diffstat (limited to 'qemuarm64/manifest_template.xml')
-rw-r--r-- | qemuarm64/manifest_template.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/qemuarm64/manifest_template.xml b/qemuarm64/manifest_template.xml new file mode 100644 index 0000000..3ffaac2 --- /dev/null +++ b/qemuarm64/manifest_template.xml | |||
@@ -0,0 +1,11 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | ||
2 | <manifest> | ||
3 | <!--Manifest template for Qemu, arm --> | ||
4 | |||
5 | <include name="common/common_manifest.xml"/> | ||
6 | |||
7 | <project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common"> | ||
8 | <linkfile src="../../.repo/manifests/qemuarm/README" dest="README"/> | ||
9 | </project> | ||
10 | |||
11 | </manifest> | ||