From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 16 Mar 2026 14:57:45 +0100 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1w28S1-001SAa-2z for lore@lore.pengutronix.de; Mon, 16 Mar 2026 14:57:45 +0100 Received: from [127.0.0.1] (helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1w28S1-00019h-Hp; Mon, 16 Mar 2026 14:57:45 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1w28Ry-000198-0M; Mon, 16 Mar 2026 14:57:42 +0100 Received: from pty.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::c5]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1w28Rx-000a2d-2f; Mon, 16 Mar 2026 14:57:41 +0100 Received: from rsc by pty.whiteo.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1w28Rx-00000005Sdw-34V1; Mon, 16 Mar 2026 14:57:41 +0100 Date: Mon, 16 Mar 2026 14:57:41 +0100 From: Robert Schwebel To: Roland Hieber Message-ID: References: <20260121080813.4099332-7-a.fatoum@pengutronix.de> <20260311105418.542481-1-rhi@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260311105418.542481-1-rhi@pengutronix.de> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-Accept-Language: de,en X-Accept-Content-Type: text/plain Subject: Re: [DistroKit] [PATCH] fixup! barebox: enable oftree fallback X-BeenThere: distrokit@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: DistroKit Mailinglist List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: distrokit@pengutronix.de, Ahmad Fatoum Sender: "DistroKit" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: distrokit-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Squashed into next. On Wed, Mar 11, 2026 at 11:54:18AM +0100, Roland Hieber wrote: > Apparently the indentation needs to be consistent here, otherwise the > YAML parser dies with a parse error: > > yaml.parser.ParserError: while parsing a block mapping > in "", line 52, column 7: > - condition: | > ^ > expected , but found '' > in "", line 54, column 8: > (kconfig.BareboxConfig()['CONFIG ... > ^ > > Signed-off-by: Roland Hieber > --- > configs/bsp.ref | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configs/bsp.ref b/configs/bsp.ref > index 86a2bdebe75a..e8c33d259116 100644 > --- a/configs/bsp.ref > +++ b/configs/bsp.ref > @@ -51,7 +51,7 @@ barebox_oftree_fallback: > variants: > - condition: | > kconfig.have_barebox_config() and > - (kconfig.BareboxConfig()['CONFIG_NAME'] == "multi_v7_defconfig" or > + (kconfig.BareboxConfig()['CONFIG_NAME'] == "multi_v7_defconfig" or > kconfig.BareboxConfig()['CONFIG_NAME'] == "multi_v8_defconfig") > value: False > - value: True > -- > 2.47.3 > > > -- Pengutronix e.K. | Dipl.-Ing. Robert Schwebel | Steuerwalder Str. 21 | https://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-9 |