diff options
Diffstat (limited to 'default.xml')
-rw-r--r-- | default.xml | 6 |
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> |