Re: [OE-core] Build of u-boot with gold is broken

2016-08-31 Thread Andrew Goodbody
> From: Manjukumar Harthikote Matha [mailto:manjukumar.harthikote- > ma...@xilinx.com] > > Can we do ${S}/config.mk ? Meaning > sed -i 's/$(CROSS_COMPILE)ld$/$(CROSS_COMPILE)ld.bfd/g' ${S}/config.mk I > dont have a setup for gold linker, If you can send the instructions I will > give it > a try >

Re: [OE-core] Build of u-boot with gold is broken

2016-08-30 Thread Manjukumar Harthikote Matha
Hi All, On 08/30/2016 02:57 AM, Andrew Goodbody wrote: *From:*Burton, Ross On 19 August 2016 at 10:33, Andrew Goodbody mailto:andrew.goodb...@cambrionix.com>> wrote: The sed at line 70 fails as it is being executed in an empty build directory and so there is no config.mk

Re: [OE-core] Build of u-boot with gold is broken

2016-08-30 Thread Andrew Goodbody
From: Burton, Ross On 19 August 2016 at 10:33, Andrew Goodbody mailto:andrew.goodb...@cambrionix.com>> wrote: The sed at line 70 fails as it is being executed in an empty build directory and so there is no config.mk. For fame and glory, can you send a tested patch to fix this?

Re: [OE-core] Build of u-boot with gold is broken

2016-08-23 Thread Burton, Ross
On 19 August 2016 at 10:33, Andrew Goodbody wrote: > The sed at line 70 fails as it is being executed in an empty build > directory and so there is no config.mk. > For fame and glory, can you send a tested patch to fix this? Ross -- ___ Openembedded-

[OE-core] Build of u-boot with gold is broken

2016-08-19 Thread Andrew Goodbody
Hi, It looks like the recent change to meta/recipes-bsp/u-boot/u-boot.inc to enable out of tree builds for u-boot does not work with gold. The sed at line 70 fails as it is being executed in an empty build directory and so there is no config.mk. Andrew -- __