aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-mxs/patches/210-link-libcrypto-static.patch
Commit message (Collapse)AuthorAgeFilesLines
* u-boot.mk: always link host libraries staticAndre Heider2021-10-241-14/+0
| | | | | | | | Host libraries are only build static, so let's pass --static to pkg-config globally and remove the then unnecessary patches doing exactly that individually. Signed-off-by: Andre Heider <a.heider@gmail.com>
* uboot-mxs: bump to v2018.09Michael Heimpold2018-11-011-1/+1
| | | | | | | Also update the U-Boot BSP patch for I2SE Duckbill devices and remove upstreamed patch for LibreSSL support. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* uboot-mxs: Fix build with libressl 2.7.2Hauke Mehrtens2018-04-291-0/+14
When libressl was linked the libpthread was missing, add it in addition. Also make the mxsimage tool to use the OpenSSL 1.1 API for the recent libressl version. Fixes: 2c192b69163f ("tools/libressl: update to version 2.7.2") Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>