diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-01-03 16:25:42 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2016-01-03 16:31:47 +0100 |
commit | bda121972cf53550b95629df29bf703213a91c29 (patch) | |
tree | b52bb75795605f52853e4a322a9e32140dab155c | |
parent | 484e19a0f9457bae537153195ba613f31acfee1f (diff) |
Pin revisions for albacore_1.0 releasealbacore_1.0
This commit pins the revisions to use the albacore_1.0 tag or
the hashes fore the upstream repo branches.
v2: use refs/tags/albacore_1.0
Change-Id: I4c35ea02100529dfbc7d432431bfe076ab35f95a
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
-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"/> |