diff options
author | Ming Liu <ming.liu@toradex.com> | 2020-05-02 13:09:17 +0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-05-05 08:42:38 -0300 |
commit | 851cb78a9f7fc94574e39a6bf7fe90a21c329f6f (patch) | |
tree | e766cfe36b4ad324fba04006c9c90c2a1782ec69 /dynamic-layers/qt5-layer | |
parent | cf58e44173c3ee494e8b80e0fd54382e627f1f88 (diff) | |
download | meta-freescale-851cb78a9f7fc94574e39a6bf7fe90a21c329f6f.tar.gz |
imx-boot: fix mkimage_uboot linking issue
In imx-boot's Makefile, it downloads a native tool mkimage_uboot and
executes it, but this native tool requires libssl.so.1.1, which is in
${STAGING_LIBDIR_NATIVE}, we need set LD_LIBRARY_PATH to include it, or
it might run into following errors:
| ./mkimage_uboot -E -p 0x3000 -f u-boot.its u-boot.itb
| ./mkimage_uboot: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
Signed-off-by: Ming Liu <ming.liu@toradex.com>
Diffstat (limited to 'dynamic-layers/qt5-layer')
0 files changed, 0 insertions, 0 deletions