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)
commit0e814c4eac953a65edddbe99698c159c46e749f3
tree32fb2a7e0cb73202ca8cf1ab3b5fa3cb30654cf7
parentfecf364f2fd4340840d4b4c8e920da1c20bf4ed9
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
default.xml