summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2021-08-17 14:46:53 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2021-08-17 14:46:53 +0200
commit0e814c4eac953a65edddbe99698c159c46e749f3 (patch)
tree32fb2a7e0cb73202ca8cf1ab3b5fa3cb30654cf7
parentfecf364f2fd4340840d4b4c8e920da1c20bf4ed9 (diff)
Make master compatible with the new syntax for overrides
Upstream YP introduced a new syntax for overrides e.g.: SRC_URI_qemux86 = file://somefile becomes: SRC_URI:qemux86 = file://somefile While this change is only *required* for the upcoming YP 3.4 'honister' release, YP 3.1 'dunfell' got extended to allow the new syntax to be parsed. Unfortunately 3.1.10 did not include this, yet. We do move past 3.1.10 by 3 commits here to simplify our work on master and next. See: https://docs.yoctoproject.org/migration-guides/migration-3.4.html?highlight=overrides#override-syntax-changes Bug-AGL: SPEC-4052 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Change-Id: Icc342275500915e38d7ddf6d09db21297539a3c1
-rw-r--r--default.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.xml b/default.xml
index db28f0a9..1472dcf6 100644
--- a/default.xml
+++ b/default.xml
@@ -29,7 +29,7 @@
<!-- YOCTO & OE -->
<!-- Yocto/OpenEmbedded things. -->
- <project name="poky" path="external/poky" remote="yocto" revision="2a848e95074318f3a243df7b3f40513a13173a82" upstream="dunfell" />
+ <project name="poky" path="external/poky" remote="yocto" revision="9c2186108e2e8fcf5837c0ffe9dbdeeaea4b7398" upstream="dunfell" />
<project name="meta-gplv2" path="external/meta-gplv2" remote="yocto" revision="60b251c25ba87e946a0ca4cdc8d17b1cb09292ac" upstream="dunfell" />
<project name="openembedded/meta-openembedded" path="external/meta-openembedded" remote="github" revision="85f8047c71047d93cf79a954142157f85079968d" upstream="dunfell" />