diff options
author | Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> | 2015-10-02 17:28:49 +0900 |
---|---|---|
committer | Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> | 2015-10-02 17:28:49 +0900 |
commit | 3eb1f9fd9edc7c0fe281b741cd439333211b191a (patch) | |
tree | 98920c36415f5015fa50b77172a77b71351c26bd /default.xml | |
parent | 9cc249be55419263b3e6b630db3efdc571f9576d (diff) |
Add default manifest to pull HEAD of AGL Distribution
Add repo manifest for AGL Distribution.
'default.xml' in 'master' is for pulling HEAD of AGL Distribution.
(Pulling HEAD of master in meta-agl and meta-agl-demo).
For snapshot or stable release of AGL Distribution, appropriate
tags or branches should be given (T.B.D.).
Change-Id: I13e0097f10806165e3ab1a45dbf0e46a15b7cd9f
Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
Diffstat (limited to 'default.xml')
-rw-r--r-- | default.xml | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/default.xml b/default.xml new file mode 100644 index 00000000..a76d3269 --- /dev/null +++ b/default.xml @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="UTF-8"?> +<manifest> + + <remote name="agl" + fetch="https://gerrit.automotivelinux.org/gerrit/AGL" + review="https://gerrit.automotivelinux.org/gerrit/" /> + <remote name="poky" + fetch="git://git.yoctoproject.org/" /> + <remote name="openembedded" + fetch="git://git.openembedded.org/" /> + <remote name="qt5" + fetch="https://github.com/meta-qt5/" /> + + <default revision="master" + remote="agl" + sync-j="4" /> + + <!-- AGL things. --> + <project name="meta-agl" path="meta-agl" /> + <project name="meta-agl-demo" path="meta-agl-demo" > + <!-- Emulator specific things. --> + <linkfile dest="conf/emulator/local.conf.sample" src="conf/local.conf.sample" /> + <linkfile dest="conf/emulator/bblayers.conf.sample" src="conf/bblayers.conf.sample" /> + <linkfile dest="conf/emulator/conf-notes.txt" src="conf/conf-notes.txt" /> + </project> + + <!-- Yocto/OpenEmbedded things. --> + <project name="poky" path="poky" remote="poky" revision="df87cb27efeaea1455f20692f9f1397c6fcab254" /> + <project name="meta-openembedded" path="meta-openembedded" remote="openembedded" revision="9efaed99125b1c4324663d9a1b2d3319c74e7278" /> + + <!-- Qt things --> + <project name="meta-qt5" path="meta-qt5" remote="qt5" revision="adeca0db212d61a933d7952ad44ea1064cfca747" /> + + <!-- Porter specific things. --> + <project name="meta-renesas" path="meta-renesas" revision="agl-1.0-bsp-1.8.0" > + <linkfile dest="conf/porter/local.conf.sample" src="meta-rcar-gen2/conf/local.conf.sample" /> + <linkfile dest="conf/porter/bblayers.conf.sample" src="meta-rcar-gen2/conf/bblayers.conf.sample" /> + <linkfile dest="conf/porter/conf-notes.txt" src="meta-rcar-gen2/conf/conf-notes.txt" /> + </project> + +</manifest> |