diff mbox series

[next] configs/amarula_vyasa_rk3288: uboot needs pylibfdt

Message ID 20180210220427.17476-1-vincent.stehle@laposte.net
State Accepted
Headers show
Series [next] configs/amarula_vyasa_rk3288: uboot needs pylibfdt | expand

Commit Message

Vincent Stehlé Feb. 10, 2018, 10:04 p.m. UTC
From: Vincent Stehlé <vincent.stehle@laposte.net>

For this platform, u-boot uses dtoc during the build, which needs Python
libfdt. Set the corresponding option TARGET_UBOOT_NEEDS_PYLIBFDT in the
defconfig.

Signed-off-by: Vincent Stehlé <vincent.stehle@laposte.net>
Cc: Jagan Teki <jagan@amarulasolutions.com>
---


Hi,

This is for the `next' branch, please.

Best regards,

Vincent.


 configs/amarula_vyasa_rk3288_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Thomas Petazzoni Feb. 13, 2018, 10:21 p.m. UTC | #1
Hello,

On Sat, 10 Feb 2018 23:04:27 +0100, Vincent Stehle wrote:
> From: Vincent Stehlé <vincent.stehle@laposte.net>
> 
> For this platform, u-boot uses dtoc during the build, which needs Python
> libfdt. Set the corresponding option TARGET_UBOOT_NEEDS_PYLIBFDT in the
> defconfig.
> 
> Signed-off-by: Vincent Stehlé <vincent.stehle@laposte.net>
> Cc: Jagan Teki <jagan@amarulasolutions.com>
> ---

Applied to next, thanks.

Thomas
diff mbox series

Patch

diff --git a/configs/amarula_vyasa_rk3288_defconfig b/configs/amarula_vyasa_rk3288_defconfig
index a020b353b9..4cd46e79de 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="2017.11"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="vyasa-rk3288"
 BR2_TARGET_UBOOT_NEEDS_DTC=y
+BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y
 BR2_TARGET_UBOOT_NEEDS_OPENSSL=y
 BR2_TARGET_UBOOT_FORMAT_DTB_IMG=y
 BR2_TARGET_UBOOT_SPL=y