summaryrefslogtreecommitdiffstats
path: root/raspberrypi3-64/manifest_template.xml
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-11-28 15:26:53 +0100
committerMartin Borg <martin.borg@enea.com>2017-11-29 14:25:39 +0100
commit8128a4e59216d636f436d1e02e7fb3f88b417be0 (patch)
treeba59f551d3caca7041ac8767c02ffd5f1057662c /raspberrypi3-64/manifest_template.xml
parentf1d1f306d5e40c6042b28a54f80135fec5ea035b (diff)
downloadel_manifests-standard-8128a4e59216d636f436d1e02e7fb3f88b417be0.tar.gz
Remove unsupported targets and add raspberrypi-64
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
Diffstat (limited to 'raspberrypi3-64/manifest_template.xml')
-rw-r--r--raspberrypi3-64/manifest_template.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/raspberrypi3-64/manifest_template.xml b/raspberrypi3-64/manifest_template.xml
new file mode 100644
index 0000000..38760ad
--- /dev/null
+++ b/raspberrypi3-64/manifest_template.xml
@@ -0,0 +1,15 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<manifest>
3 <!--Manifest template for RaspberryPi 3 -->
4
5 <include name="common/common_manifest.xml"/>
6
7 <project name="linux/meta-raspberrypi" path="poky/meta-raspberrypi"/>
8
9 <project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common">
10 <linkfile src="../../.repo/manifests/raspberrypi3-64/README" dest="README"/>
11 </project>
12
13 <project name="linux/meta-enea-bsp-arm" path="poky/meta-enea-bsp-arm"/>
14
15</manifest>