diff options
| author | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-11-22 10:41:45 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-11-23 10:42:59 +0100 |
| commit | 70d1aafd8b047b8dacafd09cb71b32b1a639e226 (patch) | |
| tree | 1a6748449f2bff837ff5662ffea0a83d7b2c6a61 | |
| parent | c32608ba39ebd07dc992bde1380077d5c65a9870 (diff) | |
| download | buildroot-70d1aafd8b047b8dacafd09cb71b32b1a639e226.tar.gz buildroot-70d1aafd8b047b8dacafd09cb71b32b1a639e226.zip | |
configs/cubieboard2: U-Boot needs pylibfdt
When building U-Boot for this platform:
unable to execute 'swig': No such file or directory
error: command 'swig' failed with exit status 1
scripts/dtc/pylibfdt/Makefile:27: recipe for target 'scripts/dtc/pylibfdt/_libfdt.so' failed
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/123771048
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
| -rw-r--r-- | configs/cubieboard2_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/cubieboard2_defconfig b/configs/cubieboard2_defconfig index fa86be3622..fd50742d09 100644 --- a/configs/cubieboard2_defconfig +++ b/configs/cubieboard2_defconfig @@ -21,6 +21,7 @@ BR2_TARGET_UBOOT_CUSTOM_VERSION=y BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2018.09" BR2_TARGET_UBOOT_BOARD_DEFCONFIG="Cubieboard2" BR2_TARGET_UBOOT_NEEDS_DTC=y +BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y BR2_TARGET_UBOOT_SPL=y BR2_TARGET_UBOOT_SPL_NAME="u-boot-sunxi-with-spl.bin" BR2_TARGET_UBOOT_BOOT_SCRIPT=y |

