[PATCH 0/1] u-boot: don't install host mkimage on non-native builds
Bruce Ashfield <bruce.ashfield@...>
Richar/Saul,
This fixes BUG 777. The u-boot package clearly uses HOST_CC and HOST_STRIP to build mkimage, so installing it into ${D}${bindir} for anything but the native mkimage is a bad idea. The native recipe has its own install function, so we can safely delete the entire do_install from u-boot.inc Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: zedd/uboot Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/uboot Thanks, Bruce Ashfield <bruce.ashfield@...> --- Bruce Ashfield (1): u-boot: remove do_install from u-boot.inc meta/recipes-bsp/uboot/u-boot.inc | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) |
|