diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-11-07 00:12:31 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-11-07 00:13:02 +0100 |
commit | 0f7550305df6ebeafcc131a26163e52043aff7dc (patch) | |
tree | 7ef73f8dc5caf8da37c40d5557ffeb689dbc6c73 /default.xml | |
parent | b8d2caa79cc66a3c6b639fa4109aa13152fb9321 (diff) |
Pin master until image+u-boot classes are fixed
Latest pyro imported a change to the way u-boot is handled in the imaging classes.
This broke in downstream layers.
Pin master until upstream fixes the issue in the pyro branch.
Change-Id: Iedd9f0548e218d45a4f0cf5e089def56efdf943f
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'default.xml')
-rw-r--r-- | default.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/default.xml b/default.xml index 46dfdc97..0499c3bf 100644 --- a/default.xml +++ b/default.xml @@ -32,7 +32,8 @@ <project name="advancedtelematic/meta-updater" path="meta-updater" remote="github" revision="pyro"/> <!-- Yocto/OpenEmbedded things. --> - <project name="poky" path="poky" remote="yocto" revision="pyro" /> + <!-- pinned due to changes in u-boot + image handling - reeval for EE rc3--> + <project name="poky" path="poky" remote="yocto" revision="ebb625a140ef67d65dca1b262304377814eb8ed4" upstream="pyro" /> <project name="meta-openembedded" path="meta-openembedded" remote="openembedded" revision="b2ce52334cf88e07f703cf25ced92302edd5b0e9" upstream="pyro" /> <project name="meta-virtualization" path="meta-virtualization" remote="yocto" revision="pyro" /> |