configs/zynq_*: add BR2_TARGET_UBOOT_NEEDS_OPENSSL=y
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 20 Oct 2016 21:30:14 +0000 (23:30 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 20 Oct 2016 21:31:14 +0000 (23:31 +0200)
commit59b9cc7a2dffcd5eb192609eebe3f6a9a9293462
treee7bafdf42251ae6effe3d5508dae331014884ee5
parent02e11d02f40ad2ec236bdcc6359729dbf2604069
configs/zynq_*: add BR2_TARGET_UBOOT_NEEDS_OPENSSL=y

The U-Boot configuration for Zynq boards have CONFIG_FIT_SIGNATURE=y,
so they need OpenSSL to be available on the host system. In order to
add OpenSSL to the build this commit adds the
BR2_TARGET_UBOOT_NEEDS_OPENSSL=y to the relevant defconfigs.

Fixes #9316.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
configs/zynq_microzed_defconfig
configs/zynq_zc706_defconfig
configs/zynq_zed_defconfig
configs/zynq_zybo_defconfig