DistroKit Mailinglist
 help / color / mirror / Atom feed
From: Roland Hieber <rhi@pengutronix.de>
To: distrokit@pengutronix.de
Cc: Ahmad Fatoum <a.fatoum@pengutronix.de>,
	Roland Hieber <rhi@pengutronix.de>
Subject: [DistroKit] [PATCH] fixup! barebox: enable oftree fallback
Date: Wed, 11 Mar 2026 11:54:18 +0100	[thread overview]
Message-ID: <20260311105418.542481-1-rhi@pengutronix.de> (raw)
In-Reply-To: <20260121080813.4099332-7-a.fatoum@pengutronix.de>

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




  reply	other threads:[~2026-03-11 10:54 UTC|newest]

Thread overview: 11+ 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   ` Roland Hieber [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=20260311105418.542481-1-rhi@pengutronix.de \
    --to=rhi@pengutronix.de \
    --cc=a.fatoum@pengutronix.de \
    --cc=distrokit@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