Update manifest to use YP 2.0 jethro 91/5291/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Mon, 18 Jan 2016 13:10:05 +0000 (14:10 +0100)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Mon, 18 Jan 2016 13:10:05 +0000 (14:10 +0100)
This patch updates the manifest file to use
the jethro version of the repositories:
- poky
- meta-openembedded
- meta-intel

It moves to YP 2.0 for the upcoming development cycle.

Change-Id: I1f1c5bed8e900b4fcc3f4cd2de5ed6f11a55b222
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
default.xml

index 0af7c56..fa21afc 100644 (file)
@@ -22,8 +22,8 @@
   <project name="AGL/meta-agl-demo" path="meta-agl-demo" />
 
   <!-- Yocto/OpenEmbedded things. -->
-  <project name="poky" path="poky" remote="poky" revision="dizzy" />
-  <project name="meta-openembedded" path="meta-openembedded" remote="openembedded" revision="dizzy" />
+  <project name="poky" path="poky" remote="poky" revision="jethro" />
+  <project name="meta-openembedded" path="meta-openembedded" remote="openembedded" revision="jethro" />
 
   <!-- Qt things --> <!-- meta-qt5 has qt5.5.x in branch jethro -->
   <project name="meta-qt5" path="meta-qt5" remote="qt5" revision="jethro"/>
@@ -32,6 +32,6 @@
   <project name="AGL/meta-renesas" path="meta-renesas" revision="agl-1.0-bsp-1.8.0" />
 
   <!-- MinnowBoard MAX specific things -->
-  <project name="meta-intel" path="meta-intel" remote="poky" revision="dizzy" />
+  <project name="meta-intel" path="meta-intel" remote="poky" revision="jethro" />
 
 </manifest>