blob: c43bf9d353ff0de89725bed84d48157a87e025af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote fetch="https://github.com/01org/" name="01org"/>
<remote fetch="https://gerrit.automotivelinux.org/gerrit/" name="agl" review="https://gerrit.automotivelinux.org/gerrit/"/>
<remote fetch="https://github.com/" name="github"/>
<remote fetch="git://git.openembedded.org/" name="openembedded"/>
<remote fetch="git://git.yoctoproject.org/" name="yocto"/>
<default remote="agl" revision="blowfish" sync-j="4"/>
<project name="AGL/meta-agl" path="meta-agl" revision="cc54151075a7f8b8d7c45e2bee83950e683c4f14" upstream="blowfish"/>
<proje
|