uboot: add option to depend on host-lzop
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 28 Jul 2018 20:11:52 +0000 (22:11 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 14 Aug 2018 14:23:05 +0000 (16:23 +0200)
commit13eeeb4684d7916f9024381dc8d241e5b2d24a92
treeb2dea8ec6a9ad39dec93f673fb381fdf6e770a1c
parentc32ad51cbf2a9161f08880109099c78f6eab9116
uboot: add option to depend on host-lzop

Some U-Boot configurations use lzop, which may not be available on the
build machine since it's not a mandatory dependency of Buildroot.

To solve this, a new option BR2_TARGET_UBOOT_NEEDS_LZOP is introduced,
and handled in a similar way to the existing
BR2_TARGET_UBOOT_NEEDS_OPENSSL option.

This fixes the build of the dra7xx_evm U-Boot defconfig as of U-Boot
2018.07, on a build machine without lzop installed.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
boot/uboot/Config.in
boot/uboot/uboot.mk