summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2016-01-18 14:10:05 +0100
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2016-01-18 14:10:05 +0100
commit86a3efb70f1bf693f6e2cf12482798429437cccd (patch)
tree91f8a83dd2f4ae26fc9861507a613a28673818ea
parent653c07257601c66bee12e7327f486efeebd76770 (diff)
Update manifest to use YP 2.0 jethro
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>
-rw-r--r--default.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/default.xml b/default.xml
index 0af7c560..fa21afc6 100644
--- a/default.xml
+++ b/default.xml
@@ -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>