diff options
-rw-r--r-- | default.xml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/default.xml b/default.xml index 7d5f9ad4..04a74d14 100644 --- a/default.xml +++ b/default.xml @@ -13,7 +13,7 @@ <remote name="qt5" fetch="https://github.com/meta-qt5/" /> - <default revision="albacore" + <default revision="refs/tags/albacore_1.0" remote="agl" sync-j="4" /> @@ -22,11 +22,14 @@ <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="6d34267e0a13e10ab91b60590b27a2b5ba3b7da6" /> + <!-- from dizzy branch --> + <project name="meta-openembedded" path="meta-openembedded" remote="openembedded" revision="7f1df52e9409edcc4d4cd5f34694f8740f56e1bf" /> + <!-- from dizzy branch --> <!-- Qt things --> <!-- meta-qt5 has qt5.5.x in branch jethro --> - <project name="meta-qt5" path="meta-qt5" remote="qt5" revision="jethro"/> + <project name="meta-qt5" path="meta-qt5" remote="qt5" revision="d5536e34ec985c82b621448ab4325e5cbba38560"/> + <!-- from jethro branch --> <!-- Porter specific things. --> <project name="AGL/meta-renesas" path="meta-renesas"/> |