From: Jan-Simon Möller Date: Tue, 17 Aug 2021 12:46:53 +0000 (+0200) Subject: Make master compatible with the new syntax for overrides X-Git-Tag: 12.90.1~8 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=0e814c4eac953a65edddbe99698c159c46e749f3;p=AGL%2FAGL-repo.git 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 Change-Id: Icc342275500915e38d7ddf6d09db21297539a3c1 --- diff --git a/default.xml b/default.xml index db28f0a9..1472dcf6 100644 --- a/default.xml +++ b/default.xml @@ -29,7 +29,7 @@ - +