diff options
| author | Vincent Stehlé <vincent.stehle@laposte.net> | 2018-02-10 23:04:27 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-02-13 23:21:10 +0100 |
| commit | 27562c2bf3871e7d5f3b64717b07f2a7230b542b (patch) | |
| tree | b772980d67b1b19f23951c36a766ee340ad25745 | |
| parent | 3c19c81d60f758a1011aa49135181e8621a02508 (diff) | |
| download | buildroot-27562c2bf3871e7d5f3b64717b07f2a7230b542b.tar.gz buildroot-27562c2bf3871e7d5f3b64717b07f2a7230b542b.zip | |
configs/amarula_vyasa_rk3288: uboot needs pylibfdt
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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
| -rw-r--r-- | configs/amarula_vyasa_rk3288_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |

