DistroKit Mailinglist
 help / color / mirror / Atom feed
* [DistroKit] [PATCH 1/2] reason: correctly allow CONFIG_BOOTM_OFTREE_FALLBACK
@ 2026-03-25 11:41 Ahmad Fatoum
  2026-03-25 11:41 ` [DistroKit] [PATCH 2/2] barebox: update to v2026.03.1 Ahmad Fatoum
  2026-03-25 13:10 ` [DistroKit] [PATCH 1/2] reason: correctly allow CONFIG_BOOTM_OFTREE_FALLBACK Robert Schwebel
  0 siblings, 2 replies; 3+ messages in thread
From: Ahmad Fatoum @ 2026-03-25 11:41 UTC (permalink / raw)
  To: distrokit; +Cc: Ahmad Fatoum

The QA override couldn't work for several reasons:

  - We set CONFIG_NAME to different values like e.g. distrokit_v7a_old_defconfig
    or distrokit_v8a_defconfig

  - barebox_oftree_fallback is not a boolean, so the override is
    incorrect

The argument in the override applies to all platforms, so let's fix
these issues and mandate CONFIG_BOOTM_OFTREE_FALLBACK=y independent
of the platforms. While at it, also fix a typo in the description.

Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
 configs/bsp.ref | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/configs/bsp.ref b/configs/bsp.ref
index e8c33d259116..934c99c262c5 100644
--- a/configs/bsp.ref
+++ b/configs/bsp.ref
@@ -46,15 +46,11 @@ barebox_oftree_fallback:
     for use in production as DT binding breakage is not an infrequent
     occurrence.
 
-    We take in DistroKit though to specify the DT when we specify a kernel,
-    so enable this option as it's occasionally helpful for quick debugging.
-  variants:
-    - condition: |
-        kconfig.have_barebox_config() and
-        (kconfig.BareboxConfig()['CONFIG_NAME'] == "multi_v7_defconfig" or
-        kconfig.BareboxConfig()['CONFIG_NAME'] == "multi_v8_defconfig")
-      value: False
-    - value: True
+    We take care in DistroKit though to specify the DT when we specify
+    a kernel, so enable this option as it's occasionally helpful for quick
+    debugging.
+  present:
+    - BOOTM_OFTREE_FALLBACK
 
 barebox_arm_optimized_string_functions:
   description: |
-- 
2.47.3




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-03-25 13:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-03-25 11:41 [DistroKit] [PATCH 1/2] reason: correctly allow CONFIG_BOOTM_OFTREE_FALLBACK Ahmad Fatoum
2026-03-25 11:41 ` [DistroKit] [PATCH 2/2] barebox: update to v2026.03.1 Ahmad Fatoum
2026-03-25 13:10 ` [DistroKit] [PATCH 1/2] reason: correctly allow CONFIG_BOOTM_OFTREE_FALLBACK Robert Schwebel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox