diff options
author | Daniel BORNAZ <daniel.bornaz@enea.com> | 2019-10-04 12:04:04 +0200 |
---|---|---|
committer | Daniel BORNAZ <daniel.bornaz@enea.com> | 2019-10-04 12:32:42 +0200 |
commit | 8451f7aa8f6426b5b30efacc8229e5d14ca917ed (patch) | |
tree | a6dbc25a105aa0d1df7da4cd23afbed861555f8d /raspberrypi3-64/manifest_template.xml | |
parent | 9faeb94f29ca520c020dbe6cbc6e3e0fa5451a77 (diff) | |
download | el_manifests-rt-8451f7aa8f6426b5b30efacc8229e5d14ca917ed.tar.gz |
Added raspberrypi3-64 repo info
Added Raspberrypi3-64 real-time manifest.
Change-Id: I59e42dac7b08e79504d23f7f63e83c2d5de1384f
Diffstat (limited to 'raspberrypi3-64/manifest_template.xml')
-rw-r--r-- | raspberrypi3-64/manifest_template.xml | 15 |
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..69467b4 --- /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" upstream="warrior" remote="git-enea"/> | ||
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> | ||