DistroKit Mailinglist
 help / color / mirror / Atom feed
* [DistroKit] [PATCH] v7a: enable PTXCONF_BAREBOX_NEEDS_HOST_LZOP
@ 2025-04-23 13:55 Ahmad Fatoum
  2025-04-23 14:32 ` Robert Schwebel
  0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2025-04-23 13:55 UTC (permalink / raw)
  To: distrokit; +Cc: lsc, Ahmad Fatoum

The barebox.config used to compile second stage AM335x barebox uses LZO
to compress barebox proper, but doesn't actually have an explicit
dependency on LZO risking intermittent build breakage, if barebox ends
up being compiled before host-lzop.

Enable the option to fix this.

Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
 configs/platform-v7a/platformconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/platform-v7a/platformconfig b/configs/platform-v7a/platformconfig
index b62ba1592ff1..24a81a5f88c3 100644
--- a/configs/platform-v7a/platformconfig
+++ b/configs/platform-v7a/platformconfig
@@ -218,7 +218,7 @@ PTXCONF_BAREBOX_EXTRA_ENV_PATH="barebox-defaultenv"
 # PTXCONF_BAREBOX_NEEDS_HOST_OPENSSL is not set
 # PTXCONF_BAREBOX_NEEDS_HOST_IMX_CST is not set
 # PTXCONF_BAREBOX_NEEDS_KEYS is not set
-# PTXCONF_BAREBOX_NEEDS_HOST_LZOP is not set
+PTXCONF_BAREBOX_NEEDS_HOST_LZOP=y
 PTXCONF_BAREBOX_NEEDS_HOST_LZ4=y
 # PTXCONF_BAREBOX_MLO is not set
 PTXCONF_BOOTLOADER=y
-- 
2.39.5




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

end of thread, other threads:[~2025-04-23 14:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-04-23 13:55 [DistroKit] [PATCH] v7a: enable PTXCONF_BAREBOX_NEEDS_HOST_LZOP Ahmad Fatoum
2025-04-23 14:32 ` Robert Schwebel

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