diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-01-03 20:43:56 +0100 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.200> | 2016-01-03 21:34:17 +0000 |
commit | 8b3e37c8c5559cd0fb04012b7ec3708ab1f77b67 (patch) | |
tree | 4468978ab205dcab70ce57150a7bd089356711cd | |
parent | bda121972cf53550b95629df29bf703213a91c29 (diff) |
Add manifest file for albacore_1.0albacore
This is a snapshot manifest file targeted at albacore_1.0.
It allows the default.xml of the branch to go on while we
can pin the v1.0 state here.
Usage: repo init -b albacore -m albacore_1.0.xml URL/AGL-repo
Change-Id: Ieb9276739512dd74c742b48338d71e2d134f9f83
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
-rw-r--r-- | albacore_1.0.xml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/albacore_1.0.xml b/albacore_1.0.xml new file mode 100644 index 00000000..04a74d14 --- /dev/null +++ b/albacore_1.0.xml @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="UTF-8"?> +<manifest> + + <remote name="agl" + fetch="https://gerrit.automotivelinux.org/gerrit/" + 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="refs/tags/albacore_1.0" + remote="agl" + sync-j="4" /> + + <!-- AGL things. --> + <project name="AGL/meta-agl" path="meta-agl" /> + <project name="AGL/meta-agl-demo" path="meta-agl-demo" /> + + <!-- Yocto/OpenEmbedded things. --> + <project name="poky" path="poky" remote="poky" revision="6d34267e0a13e10ab91b60590b27a2b5ba3b7da6" /> + <!-- from dizzy branch --> + <project name="meta-openembedded" path="meta-openembedded" remote="openembedded" revision="7f1df52e9409edcc4d4cd5f34694f8740f56e1bf" /> + <!-- from dizzy branch --> + + <!-- Qt things --> <!-- meta-qt5 has qt5.5.x in branch jethro --> + <project name="meta-qt5" path="meta-qt5" remote="qt5" revision="d5536e34ec985c82b621448ab4325e5cbba38560"/> + <!-- from jethro branch --> + + <!-- Porter specific things. --> + <project name="AGL/meta-renesas" path="meta-renesas"/> + +</manifest> |