59b9cc7a2d
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>
31 lines
1.0 KiB
Plaintext
31 lines
1.0 KiB
Plaintext
BR2_arm=y
|
|
BR2_cortex_a9=y
|
|
BR2_ARM_ENABLE_NEON=y
|
|
BR2_ARM_ENABLE_VFP=y
|
|
BR2_ARM_ENABLE_VFP=y
|
|
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_4=y
|
|
BR2_TARGET_GENERIC_GETTY_PORT="ttyPS0"
|
|
BR2_LINUX_KERNEL=y
|
|
BR2_LINUX_KERNEL_CUSTOM_GIT=y
|
|
BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/Xilinx/linux-xlnx.git"
|
|
BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="xilinx-v2016.2"
|
|
BR2_LINUX_KERNEL_DEFCONFIG="xilinx_zynq"
|
|
BR2_LINUX_KERNEL_UIMAGE=y
|
|
BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x8000"
|
|
BR2_LINUX_KERNEL_DTS_SUPPORT=y
|
|
BR2_LINUX_KERNEL_INTREE_DTS_NAME="zynq-zc706"
|
|
BR2_TARGET_ROOTFS_CPIO=y
|
|
BR2_TARGET_ROOTFS_CPIO_GZIP=y
|
|
BR2_TARGET_ROOTFS_CPIO_UIMAGE=y
|
|
BR2_TARGET_UBOOT=y
|
|
BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
|
|
BR2_TARGET_UBOOT_CUSTOM_GIT=y
|
|
BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/Xilinx/u-boot-xlnx.git"
|
|
BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="xilinx-v2016.2"
|
|
BR2_TARGET_UBOOT_BOARD_DEFCONFIG="zynq_zc706"
|
|
BR2_TARGET_UBOOT_NEEDS_DTC=y
|
|
BR2_TARGET_UBOOT_NEEDS_OPENSSL=y
|
|
BR2_TARGET_UBOOT_FORMAT_IMG=y
|
|
BR2_TARGET_UBOOT_SPL=y
|
|
BR2_TARGET_UBOOT_SPL_NAME="spl/boot.bin"
|