From 0e814c4eac953a65edddbe99698c159c46e749f3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan-Simon=20M=C3=B6ller?= Date: Tue, 17 Aug 2021 14:46:53 +0200 Subject: [PATCH] Make master compatible with the new syntax for overrides MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- default.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.xml b/default.xml index db28f0a9..1472dcf6 100644 --- a/default.xml +++ b/default.xml @@ -29,7 +29,7 @@ - + -- 2.16.6