DistroKit Mailinglist
 help / color / mirror / Atom feed
From: Robert Schwebel <r.schwebel@pengutronix.de>
To: Roland Hieber <rhi@pengutronix.de>
Cc: distrokit@pengutronix.de, Ahmad Fatoum <a.fatoum@pengutronix.de>
Subject: Re: [DistroKit] [PATCH] fixup! barebox: enable oftree fallback
Date: Mon, 16 Mar 2026 14:57:41 +0100	[thread overview]
Message-ID: <abgMVV6Wp9X_hY2G@pengutronix.de> (raw)
In-Reply-To: <20260311105418.542481-1-rhi@pengutronix.de>

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 "<unicode string>", line 52, column 7:
>           - condition: |
>             ^
>   expected <block end>, but found '<scalar>'
>     in "<unicode string>", line 54, column 8:
>              (kconfig.BareboxConfig()['CONFIG ...
>              ^
> 
> Signed-off-by: Roland Hieber <rhi@pengutronix.de>
> ---
>  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    |



  reply	other threads:[~2026-03-16 13:57 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-21  8:06 [DistroKit] [PATCH 0/8] barebox: update to v2026.01.0 and extend config Ahmad Fatoum
2026-01-21  8:06 ` [DistroKit] [PATCH 1/8] barebox: set CONFIG_NAME across all platforms Ahmad Fatoum
2026-01-21  8:06 ` [DistroKit] [PATCH 2/8] barebox: update barebox v2025.11.0 -> v2026.01.0 Ahmad Fatoum
2026-01-21  8:06 ` [DistroKit] [PATCH 3/8] barebox: enable some useful interactive tools Ahmad Fatoum
2026-01-21  8:06 ` [DistroKit] [PATCH 4/8] v8a: barebox: enable Rockchip power domain driver Ahmad Fatoum
2026-01-21  8:06 ` [DistroKit] [PATCH 5/8] barebox: enable bootloader dm-verity support Ahmad Fatoum
2026-01-21  8:06 ` [DistroKit] [PATCH 6/8] barebox: enable oftree fallback Ahmad Fatoum
2026-03-11 10:54   ` [DistroKit] [PATCH] fixup! " Roland Hieber
2026-03-16 13:57     ` Robert Schwebel [this message]
2026-01-21  8:07 ` [DistroKit] [PATCH 7/8] barebox: r5: disable CONFIG_DEBUG_PROBES Ahmad Fatoum
2026-01-21  8:07 ` [DistroKit] [PATCH 8/8] v8a: barebox: patch in support for BeaglePlay RTL8211F-VD Ethernet PHY Ahmad Fatoum
2026-03-10 16:10 ` [DistroKit] [PATCH 0/8] barebox: update to v2026.01.0 and extend config Robert Schwebel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=abgMVV6Wp9X_hY2G@pengutronix.de \
    --to=r.schwebel@pengutronix.de \
    --cc=a.fatoum@pengutronix.de \
    --cc=distrokit@pengutronix.de \
    --cc=rhi@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox