Make master compatible with the new syntax for overrides 60/26560/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Tue, 17 Aug 2021 12:46:53 +0000 (14:46 +0200)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Tue, 17 Aug 2021 12:46:53 +0000 (14:46 +0200)
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

default.xml

index db28f0a..1472dcf 100644 (file)
@@ -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" />