diff mbox series

[1/2] configs/hifive_unleashed_defconfig: uboot needs pylibfdt

Message ID 20230815174600.290776-1-romain.naour@gmail.com
State Accepted
Headers show
Series [1/2] configs/hifive_unleashed_defconfig: uboot needs pylibfdt | expand

Commit Message

Romain Naour Aug. 15, 2023, 5:45 p.m. UTC
uboot needs Python libfdt to build:

  pylibfdt does not seem to be available with python3

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

Signed-off-by: Romain Naour <romain.naour@gmail.com>
---
 configs/hifive_unleashed_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Thomas Petazzoni Aug. 26, 2023, 6:05 p.m. UTC | #1
On Tue, 15 Aug 2023 19:45:59 +0200
Romain Naour <romain.naour@gmail.com> wrote:

> uboot needs Python libfdt to build:
> 
>   pylibfdt does not seem to be available with python3
> 
> Fixes:
> https://gitlab.com/buildroot.org/buildroot/-/jobs/4839060137
> 
> Signed-off-by: Romain Naour <romain.naour@gmail.com>
> ---
>  configs/hifive_unleashed_defconfig | 1 +
>  1 file changed, 1 insertion(+)

Both applied to master, thanks.

Thomas
diff mbox series

Patch

diff --git a/configs/hifive_unleashed_defconfig b/configs/hifive_unleashed_defconfig
index 80c5e48f96..37898284ac 100644
--- a/configs/hifive_unleashed_defconfig
+++ b/configs/hifive_unleashed_defconfig
@@ -48,6 +48,7 @@  BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="sifive_unleashed"
 BR2_TARGET_UBOOT_NEEDS_DTC=y
 BR2_TARGET_UBOOT_NEEDS_OPENSBI=y
+BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y
 BR2_TARGET_UBOOT_FORMAT_CUSTOM=y
 BR2_TARGET_UBOOT_FORMAT_CUSTOM_NAME="u-boot.itb"
 BR2_TARGET_UBOOT_SPL=y