diff mbox series

[1/6] configs/nezha_defconfig: u-boot needs pylibfdt/swig/openssl

Message ID 20211112095435.18821-1-peter@korsgaard.com
State Accepted
Headers show
Series [1/6] configs/nezha_defconfig: u-boot needs pylibfdt/swig/openssl | expand

Commit Message

Peter Korsgaard Nov. 12, 2021, 9:54 a.m. UTC
Fixes https://gitlab.com/buildroot.org/buildroot/-/jobs/1758966167

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 configs/nezha_defconfig | 3 +++
 1 file changed, 3 insertions(+)

Comments

Thomas Petazzoni Nov. 13, 2021, 2:24 p.m. UTC | #1
On Fri, 12 Nov 2021 10:54:29 +0100
Peter Korsgaard <peter@korsgaard.com> wrote:

> Fixes https://gitlab.com/buildroot.org/buildroot/-/jobs/1758966167
> 
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
> ---
>  configs/nezha_defconfig | 3 +++
>  1 file changed, 3 insertions(+)

Series applied to master, thanks!

Thomas
diff mbox series

Patch

diff --git a/configs/nezha_defconfig b/configs/nezha_defconfig
index d4724de2f3..2d66d6cb4a 100644
--- a/configs/nezha_defconfig
+++ b/configs/nezha_defconfig
@@ -26,6 +26,9 @@  BR2_TARGET_UBOOT_CUSTOM_TARBALL=y
 BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="$(call github,smaeul,u-boot,62392d3b8a624a80646c1876533336f90140088d)/uboot-62392d3b8a624a80646c1876533336f90140088d.tar.gz"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="nezha"
 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_NEEDS_OPENSBI=y
 # BR2_TARGET_UBOOT_FORMAT_BIN is not set
 BR2_TARGET_UBOOT_FORMAT_CUSTOM=y