generic-poky/meta/recipes-bsp/u-boot
Martin Jansa c1fb312974 u-boot.inc: fix regexp used when ld-is-gold
* with old regexp it wasn't reentrant, causing stuff like this:
  -LD     = $(CROSS_COMPILE)ld
  +LD     = $(CROSS_COMPILE)ld.bfd.bfd
  -LDR    = $(CROSS_COMPILE)ldr
  +LDR    = $(CROSS_COMPILE)ld.bfd.bfdr
  when do_compile was reexecuted, also breaking LDR variable and
  http://git.yoctoproject.org/cgit/cgit.cgi/meta-ti/tree/recipes-bsp/u-boot/u-boot/0001-config-Always-use-GNU-ld.patch
  when it was used together with u-boot.inc from oe-core (meta-ti is using own u-boot.inc)

* This patch is also better solution to ld-is-gold problem then regexp in metadata.

(From OE-Core rev: f78044f85ab1a0acce852a7032fc0c81285cd4c1)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-08-02 15:28:37 +01:00
..
files Patch Upstream Status Updates 2011-12-15 14:36:26 +00:00
u-boot-mkimage u-boot: renamed dir from uboot to the more appropriate u-boot 2011-12-13 12:28:12 +00:00
u-boot-mkimage-2011.03 u-boot: renamed dir from uboot to the more appropriate u-boot 2011-12-13 12:28:12 +00:00
u-boot-fw-utils_2011.06.bb u-boot-fw-utils: Add DEPEND on mtd-utils 2012-02-21 17:59:35 +00:00
u-boot-fw-utils_2012.04.01.bb u-boot-fw-utils: update 2012.04 to 2012.04.01 release 2012-04-26 10:05:18 +01:00
u-boot-mkimage_2011.03.bb u-boot: renamed dir from uboot to the more appropriate u-boot 2011-12-13 12:28:12 +00:00
u-boot-mkimage_2011.06.bb u-boot: renamed dir from uboot to the more appropriate u-boot 2011-12-13 12:28:12 +00:00
u-boot-mkimage_2012.04.01.bb u-boot-mkimage: update 2012.04 to 2012.04.01 release 2012-04-26 10:05:18 +01:00
u-boot.inc u-boot.inc: fix regexp used when ld-is-gold 2012-08-02 15:28:37 +01:00
u-boot_2011.03.bb u-boot.inc: update linker arguments to pass --sysroot arg 2012-07-28 09:20:52 +01:00
u-boot_2011.06.bb u-boot.inc: update linker arguments to pass --sysroot arg 2012-07-28 09:20:52 +01:00
u-boot_2012.04.01.bb u-boot.inc: update linker arguments to pass --sysroot arg 2012-07-28 09:20:52 +01:00