All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] u-boot: don't install host mkimage on non-native builds
@ 2011-03-01 17:49 Bruce Ashfield
  2011-03-01 17:49 ` [PATCH 1/1] u-boot: remove do_install from u-boot.inc Bruce Ashfield
  2011-03-01 19:00   ` [poky] " Saul Wold
  0 siblings, 2 replies; 4+ messages in thread
From: Bruce Ashfield @ 2011-03-01 17:49 UTC (permalink / raw)
  To: rpurdie; +Cc: yocto, poky, saul.wold

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



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-03-01 19:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-01 17:49 [PATCH 0/1] u-boot: don't install host mkimage on non-native builds Bruce Ashfield
2011-03-01 17:49 ` [PATCH 1/1] u-boot: remove do_install from u-boot.inc Bruce Ashfield
2011-03-01 19:00 ` [PATCH 0/1] u-boot: don't install host mkimage on non-native builds Saul Wold
2011-03-01 19:00   ` [poky] " Saul Wold

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.