diff mbox series

[1/1] configs/kontron_smarc_sal28_defconfig: use Python 3.x for U-Boot build

Message ID 20210208080450.30547-1-heiko.thiery@gmail.com
State Accepted
Headers show
Series [1/1] configs/kontron_smarc_sal28_defconfig: use Python 3.x for U-Boot build | expand

Commit Message

Heiko Thiery Feb. 8, 2021, 8:04 a.m. UTC
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(+)

Comments

Peter Korsgaard Feb. 8, 2021, 3:22 p.m. UTC | #1
>>>>> "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.
diff mbox series

Patch

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