Change default.xml to follow albacore release branches 09/4509/1 albacore_v0.1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Thu, 17 Dec 2015 21:25:33 +0000 (22:25 +0100)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Thu, 17 Dec 2015 21:28:16 +0000 (22:28 +0100)
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>
default.xml

index 12c977d..7d5f9ad 100644 (file)
@@ -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>