boundarydevices / imx_usb_loader

USB & UART loader for i.MX5/6/7/8 series
GNU Lesser General Public License v2.1
260 stars 158 forks source link

add support for relocatable installs #91

Closed hundeboll closed 5 years ago

hundeboll commented 5 years ago

When shipping imx-usb-loader in an SDK (e.g. from Yocto), the default configs are installed into a host-native sysroot. Add support for such installs by checking for a config in sysconfdir relative to bindir.

Signed-off-by: Martin Hundebøll martin@geanix.com

tkisky commented 5 years ago

This has been merged Thanks for the patch!