All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] configs/kontron_smarc_sal28_defconfig: use Python 3.x for U-Boot build
@ 2021-02-08  8:04 Heiko Thiery
  2021-02-08 15:22 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Heiko Thiery @ 2021-02-08  8:04 UTC (permalink / raw)
  To: buildroot

New U-Boot versions need Python 3.x for pylibfdt.

Fixes:
 - https://gitlab.com/buildroot.org/buildroot/-/jobs/1006924823

Cc: Michael Walle <michael@walle.cc>
Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
---
 configs/kontron_smarc_sal28_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/kontron_smarc_sal28_defconfig b/configs/kontron_smarc_sal28_defconfig
index fd001614f4..4a72bf3ec1 100644
--- a/configs/kontron_smarc_sal28_defconfig
+++ b/configs/kontron_smarc_sal28_defconfig
@@ -26,6 +26,7 @@ BR2_TARGET_UBOOT_CUSTOM_VERSION=y
 BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2021.01"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="kontron_sl28"
 BR2_TARGET_UBOOT_NEEDS_DTC=y
+BR2_TARGET_UBOOT_NEEDS_PYTHON3=y
 BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y
 # BR2_TARGET_UBOOT_FORMAT_BIN is not set
 BR2_TARGET_UBOOT_FORMAT_CUSTOM=y
-- 
2.30.0

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

* [Buildroot] [PATCH 1/1] configs/kontron_smarc_sal28_defconfig: use Python 3.x for U-Boot build
  2021-02-08  8:04 [Buildroot] [PATCH 1/1] configs/kontron_smarc_sal28_defconfig: use Python 3.x for U-Boot build Heiko Thiery
@ 2021-02-08 15:22 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2021-02-08 15:22 UTC (permalink / raw)
  To: buildroot

>>>>> "Heiko" == Heiko Thiery <heiko.thiery@gmail.com> writes:

 > New U-Boot versions need Python 3.x for pylibfdt.
 > Fixes:
 >  - https://gitlab.com/buildroot.org/buildroot/-/jobs/1006924823

 > Cc: Michael Walle <michael@walle.cc>
 > Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2021-02-08 15:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-08  8:04 [Buildroot] [PATCH 1/1] configs/kontron_smarc_sal28_defconfig: use Python 3.x for U-Boot build Heiko Thiery
2021-02-08 15:22 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.