From: Alejandro Vazquez <[email protected]> Some target configurations require swig and python3-dev.
For more information: https://github.com/u-boot/u-boot/blob/v2023.01/scripts/dtc/README Signed-off-by: Alejandro Vazquez <[email protected]> --- platforms/u-boot.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platforms/u-boot.in b/platforms/u-boot.in index 769237081..f784267a4 100644 --- a/platforms/u-boot.in +++ b/platforms/u-boot.in @@ -3,6 +3,8 @@ menuconfig U_BOOT select BOOTLOADER select HOST_SYSTEM_PYTHON3 + select HOST_SYSTEM_PYTHON3_DEV + select HOST_SWIG select HOST_OPENSSL if U_BOOT_NEEDS_HOST_OPENSSL prompt "U-Boot " bool -- 2.34.1
