diff options
author | Adrian Mangeac <Adrian.Mangeac@enea.com> | 2019-08-09 14:04:55 +0200 |
---|---|---|
committer | Adrian Mangeac <Adrian.Mangeac@enea.com> | 2019-08-09 14:04:55 +0200 |
commit | b13fa0a411ce25d554ccc1852f9e67394b993114 (patch) | |
tree | ed2c13f020af1c156bc50cdcd241e96de8ac2560 /raspberrypi3-64/manifest_template.xml | |
parent | fab77022c9f15d3d11a82ed752e1eeadbfbb54e1 (diff) | |
download | el_manifests-standard-b13fa0a411ce25d554ccc1852f9e67394b993114.tar.gz |
raspberrypi3-64: Initial commit for warrior
Change-Id: Ifdd9dc07784d64a2fb9ede909f28b83544207b2e
Signed-off-by: Adrian Mangeac <Adrian.Mangeac@enea.com>
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> | ||