When I run "make zynq_zed_defconfig && make" on my Ubuntu 16.04.1 LTS system, the build fails with the following error messages: > >>> uboot xilinx-v2016.2 Building ... > HOSTCC tools/aisimage.o > In file included from tools/aisimage.c:10:0: > include/image.h:923:27: fatal error: openssl/evp.h: No such file or directory > compilation terminated. > scripts/Makefile.host:108: recipe for target 'tools/aisimage.o' failed > make[3]: *** [tools/aisimage.o] Error 1 > Makefile:1211: recipe for target 'tools' failed > make[2]: *** [tools] Error 2 > package/pkg-generic.mk:201: recipe for target '/home/kraai/src/buildroot/output> /build/uboot-xilinx-v2016.2/.stamp_built' failed > make[1]: *** [/home/kraai/src/buildroot/output/build/uboot-xilinx-v2016.2> /.stamp_built] Error 2 > Makefile:41: recipe for target '_all' failed > make: *** [_all] Error 2 Installing ssl-dev fixes this problem, but I think U-Boot should depend on host-openssl in this case.
Thanks for your report! Fixed by https://git.buildroot.org/buildroot/commit/?id=02e11d02f40ad2ec236bdcc6359729dbf2604069 and https://git.buildroot.org/buildroot/commit/?id=59b9cc7a2dffcd5eb192609eebe3f6a9a9293462. Thanks!