diff mbox series

[v2,1/2] configs/amarula_vyasa_rk3288: u-boot 2021.10 needs python3

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

Commit Message

Giulio Benetti Oct. 30, 2021, 11:05 p.m. UTC
Uboot 2021.10 needs python3 so enable it.

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

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
V1->V2:
* reword commit log adding Fixes: tag
---
 configs/amarula_vyasa_rk3288_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Thomas Petazzoni Nov. 3, 2021, 10:06 p.m. UTC | #1
On Sun, 31 Oct 2021 01:05:37 +0200
Giulio Benetti <giulio.benetti@benettiengineering.com> wrote:

> Uboot 2021.10 needs python3 so enable it.
> 
> Fixes:
> https://gitlab.com/buildroot.org/buildroot/-/jobs/1723729667
> 
> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
> ---
> V1->V2:
> * reword commit log adding Fixes: tag
> ---
>  configs/amarula_vyasa_rk3288_defconfig | 1 +
>  1 file changed, 1 insertion(+)

Both applied. Thanks!

Thomas
diff mbox series

Patch

diff --git a/configs/amarula_vyasa_rk3288_defconfig b/configs/amarula_vyasa_rk3288_defconfig
index 916a639387..ff96019e1e 100644
--- a/configs/amarula_vyasa_rk3288_defconfig
+++ b/configs/amarula_vyasa_rk3288_defconfig
@@ -13,6 +13,7 @@  BR2_TARGET_UBOOT_CUSTOM_VERSION=y
 BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2021.10"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="vyasa-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