[yocto] [PATCH 0/1] u-boot: don't install host mkimage on non-native builds

Bruce Ashfield bruce.ashfield at windriver.com
Tue Mar 1 09:49:37 PST 2011


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 at windriver.com>
---


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(-)




More information about the yocto mailing list