-
Notifications
You must be signed in to change notification settings - Fork 9
/
zeus.xml
23 lines (18 loc) · 969 Bytes
/
zeus.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="github" fetch="https://github.com" pushurl="ssh://git@github.com" />
<remote name="yocto" fetch="https://git.yoctoproject.org/git/" />
<remote name="openembedded" fetch="git://git.openembedded.org/" />
<default remote="github" revision="zeus" />
<!-- Core layers: poky and meta-oe -->
<project name="poky" remote="yocto" />
<project name="meta-openembedded" remote="openembedded" />
<!-- Updater layers -->
<project path="meta-updater" name="advancedtelematic/meta-updater" />
<project path="meta-updater-raspberrypi" name="advancedtelematic/meta-updater-raspberrypi" />
<project path="meta-updater-minnowboard" name="advancedtelematic/meta-updater-minnowboard" />
<project path="meta-updater-qemux86-64" name="advancedtelematic/meta-updater-qemux86-64" />
<!-- BSP layers -->
<project name="meta-raspberrypi" remote="yocto" />
<project name="meta-intel" remote="yocto" />
</manifest>