boot/uboot: add support for having host-python-pyelftools as a dependency
authorShyam Saini <shyam.saini@amarulasolutions.com>
Thu, 18 Apr 2019 13:23:31 +0000 (18:53 +0530)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 20 Apr 2019 20:21:37 +0000 (22:21 +0200)
commite471c6709d558efc0e3a78173f8f74a73e5e9df3
treef0edd99935865c7f855411b299c33d9bcddc0905
parente2f9cc634863607b063d55562abcf465e80ba148
boot/uboot: add support for having host-python-pyelftools as a dependency

Rockchip rk3399 SOC based boards require python pyelftools library for
parsing dtb files, so lets add it as uboot dependency.

This commit introduces a new config option
BR2_TARGET_UBOOT_NEEDS_PYELFTOOLS to achieve this.

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