Re: [yocto] How do I patch binutils for the SDK

2017-10-12 Thread Paul D. DeRocco
> From: John Ernberg > > Looks like you're overriding SRC_URI instead of appending it. I had a feeling I was doing something dumb. Thanks. -- Ciao, Paul D. DeRocco Paulmailto:pdero...@ix.netcom.com -- ___ yocto

Re: [yocto] How do I patch binutils for the SDK

2017-10-12 Thread John Ernberg
On 10/13/2017 05:52 AM, Paul D. DeRocco wrote: >> From: Khem Raj [mailto:raj.k...@gmail.com] >> >> You can apply the patch to all binutils variants, its fine. >> Send a patch or if you >> want, file a ticket in bugzilla and we will take care. > Yocto's Bugzilla isn't recognizing my password, and

Re: [yocto] How do I patch binutils for the SDK

2017-10-12 Thread Paul D. DeRocco
> From: Khem Raj [mailto:raj.k...@gmail.com] > > you can just make 1 patch download > > https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=com mitdiff_plain;h=> 39865a7f420ab4ca4dec6ed27339618a5d5dc366;hp=fe22022617a7122491aa83c893a10a8d861cde73 > > and delete the hunk which contains

Re: [yocto] How do I patch binutils for the SDK

2017-10-12 Thread Khem Raj
On Thu, Oct 12, 2017 at 8:52 PM, Paul D. DeRocco wrote: >> From: Khem Raj [mailto:raj.k...@gmail.com] >> >> You can apply the patch to all binutils variants, its fine. >> Send a patch or if you >> want, file a ticket in bugzilla and we will take care. > > Yocto's Bugzilla

Re: [yocto] How do I patch binutils for the SDK

2017-10-12 Thread Paul D. DeRocco
> From: Khem Raj [mailto:raj.k...@gmail.com] > > You can apply the patch to all binutils variants, its fine. > Send a patch or if you > want, file a ticket in bugzilla and we will take care. Yocto's Bugzilla isn't recognizing my password, and when it says that it's emailed me a password change

Re: [yocto] How do I patch binutils for the SDK

2017-10-12 Thread Khem Raj
On Thu, Oct 12, 2017 at 06:23:03AM +, Paul D. DeRocco wrote: > I found a bug in the GNU assembler that makes it produce corrupted > listings, reported it on sourceware bugzilla, and it has been fixed. Now > I'd like to take those small patches and apply them to the assembler that > winds up in

[yocto] How do I patch binutils for the SDK

2017-10-12 Thread Paul D. DeRocco
I found a bug in the GNU assembler that makes it produce corrupted listings, reported it on sourceware bugzilla, and it has been fixed. Now I'd like to take those small patches and apply them to the assembler that winds up in the SDK. The patches are shown here: