diff mbox series

[2/2] configs/asus_tinker_rk3288_defconfig: u-boot 2021.10 needs python3

Message ID 20211030192416.4012437-2-giulio.benetti@benettiengineering.com
State Superseded
Headers show
Series [1/2] configs/amarula_vyasa_rk3288: u-boot 2021.10 needs python3 | expand

Commit Message

Giulio Benetti Oct. 30, 2021, 7:24 p.m. UTC
U-boot 2021.10 requires pylibfdt and consequently Python3, so let's
enable BR2_TARGET_UBOOT_NEEDS_PYLIBFDT
and BR2_TARGET_UBOOT_NEEDS_PYTHON3. This fix CI failure:
https://gitlab.com/buildroot.org/buildroot/-/jobs/1723729725

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 configs/asus_tinker_rk3288_defconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Giulio Benetti Oct. 30, 2021, 11 p.m. UTC | #1
Please drop this patch, I'm going to reword it and send the v2.

Sorry for the noise.
diff mbox series

Patch

diff --git a/configs/asus_tinker_rk3288_defconfig b/configs/asus_tinker_rk3288_defconfig
index 609d061b61..6963fa939f 100644
--- a/configs/asus_tinker_rk3288_defconfig
+++ b/configs/asus_tinker_rk3288_defconfig
@@ -13,6 +13,8 @@  BR2_TARGET_UBOOT_CUSTOM_VERSION=y
 BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2021.10"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="tinker-rk3288"
 BR2_TARGET_UBOOT_NEEDS_DTC=y
+BR2_TARGET_UBOOT_NEEDS_PYTHON3=y
+BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y
 BR2_TARGET_UBOOT_NEEDS_OPENSSL=y
 BR2_TARGET_UBOOT_FORMAT_DTB_IMG=y
 BR2_TARGET_UBOOT_FORMAT_DTB_BIN=y