summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2015-12-17 22:25:33 +0100
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2015-12-17 22:28:16 +0100
commit484e19a0f9457bae537153195ba613f31acfee1f (patch)
tree40d2f89c4189dc2926921b4c664bdaa49974d3e0
parent372b4c17e739c4c3beb17364fcf9c601d6af907d (diff)
Change default.xml to follow albacore release branchesalbacore_v0.1
This patch makes the repo clone follow the respective albacore release branches of the respective git repositories. Namely: - meta-agl - meta-agl-demo - meta-renesas These repos follow other branches: - poky (dizzy) - meta-openembedded (dizzy) - meta-qt5 (jethro due to qt5.5.x dependency) Change-Id: Id901ddaa3f54ee7cf323c1786624c6ff2c31517e Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
-rw-r--r--default.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/default.xml b/default.xml
index 12c977d2..7d5f9ad4 100644
--- a/default.xml
+++ b/default.xml
@@ -13,7 +13,7 @@
<remote name="qt5"
fetch="https://github.com/meta-qt5/" />
- <default revision="master"
+ <default revision="albacore"
remote="agl"
sync-j="4" />
@@ -29,6 +29,6 @@
<project name="meta-qt5" path="meta-qt5" remote="qt5" revision="jethro"/>
<!-- Porter specific things. -->
- <project name="AGL/meta-renesas" path="meta-renesas" revision="agl-1.0-bsp-1.8.0" />
+ <project name="AGL/meta-renesas" path="meta-renesas"/>
</manifest>