Openembedded Core Discussions
 help / color / mirror / Atom feed
* Re: [oe-commits] Khem Raj : binutils: Upgrade to 2.24
       [not found] <20140202223258.8D272503AA@opal>
@ 2014-02-03 14:31 ` Martin Jansa
  2014-02-03 17:27   ` Khem Raj
  0 siblings, 1 reply; 4+ messages in thread
From: Martin Jansa @ 2014-02-03 14:31 UTC (permalink / raw)
  To: openembedded-core, Khem Raj; +Cc: openembedded-commits

[-- Attachment #1: Type: text/plain, Size: 3763 bytes --]

On Sun, Feb 02, 2014 at 10:32:58PM +0000, git@git.openembedded.org wrote:
> Module: openembedded-core.git
> Branch: master
> Commit: 015eca84f1b0f25868b47d2480bb60cea698f70e
> URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=015eca84f1b0f25868b47d2480bb60cea698f70e
> 
> Author: Khem Raj <raj.khem@gmail.com>
> Date:   Sat Feb  1 01:00:15 2014 -0800
> 
> binutils: Upgrade to 2.24
> 
> This builds and runs images for all qemu machines

Hi Khem,

can you please check following QA warning:

NOTE: recipe binutils-2.24-r0: task do_package: Started
WARNING: QA Issue: binutils: Files/directories were installed but not shipped
  /usr/bin/ld.bfd
  /usr/bin/dwp
NOTE: recipe binutils-2.24-r0: task do_package: Succeeded

ld.bfd is there for very long time, but I think that dwp is new with
2.24

> 
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> 
> ---
> 
>  meta/conf/distro/include/tcmode-default.inc        |    2 +-
>  ...pc.c-PPC_VLE_SPLIT16A-Delete-unused-macro.patch |  122 ---
>  ...pc.c-md_assemble-Do-not-generate-APUinfo-.patch |   46 -
>  ...ls.texi-elfedit-Fix-use-of-itemx-in-table.patch |   68 --
>  ...lf32.em-gld-EMULATION_NAME-_before_alloca.patch |   31 -
>  ...-Replace-with-when-it-is-part-of-the-text.patch |  196 ----
>  ...pc.c-md_apply_fix-Sign-extend-fieldval-un.patch |   85 --
>  ...lf32.em-gld-EMULATION_NAME-_before_alloca.patch |   43 -
>  .../binutils-2.23.2/backport/0003-gold.patch       |  203 ----
>  .../binutils-2.23.2/backport/aarch64-crn.patch     |  117 ---
>  .../binutils-2.23.2/backport/aarch64-movi.patch    |  144 ---
>  .../binutils-fix-ineffectual-zero-of-cache.patch   |   60 --
>  .../binutils-fix-skip-whitespace-pr14887.patch     |   50 -
>  .../binutils-replace-strncat-with-strcat.patch     |   26 -
>  .../binutils-fix-over-array-bounds-issue.patch     |   20 -
>  .../binutils-x86_64_i386_biarch.patch              |   29 -
>  .../binutils-2.23.2/binutils-xlp-support.patch     |  398 -------
>  .../{binutils-2.23.2.inc => binutils-2.24.inc}     |   26 +-
>  ...n_2.23.2.bb => binutils-cross-canadian_2.24.bb} |    0
>  ...tils-cross_2.23.2.bb => binutils-cross_2.24.bb} |    0
>  ...rosssdk_2.23.2.bb => binutils-crosssdk_2.24.bb} |    0
>  .../binutils-armv5e.patch                          |    0
>  .../binutils-poison.patch                          |   88 +-
>  .../binutils-uclibc-100-uclibc-conf.patch          |    0
>  ...binutils-uclibc-300-001_ld_makefile_patch.patch |    0
>  ...binutils-uclibc-300-006_better_file_error.patch |    0
>  ...ils-uclibc-300-012_check_ldrunpath_length.patch |    0
>  .../binutils-uclibc-gas-needs-libm.patch           |    0
>  .../binutils/binutils/binutils-xlp-support.patch   |  402 +++++++
>  .../binutils/binutils/fix-pr15815.patch            |   36 +
>  .../libiberty_path_fix.patch                       |    0
>  .../libtool-2.4-update.patch                       | 1096 +++++++++-----------
>  .../libtool-rpath-fix.patch                        |    0
>  .../mips64-default-ld-emulation.patch              |   41 +-
>  .../relocatable_sdk.patch                          |    0
>  .../{binutils_2.23.2.bb => binutils_2.24.bb}       |    6 +-
>  36 files changed, 1017 insertions(+), 2318 deletions(-)
> 
> Diff:   http://git.openembedded.org/?p=openembedded-core.git/?a=commitdiff;h=015eca84f1b0f25868b47d2480bb60cea698f70e
> _______________________________________________
> Openembedded-commits mailing list
> Openembedded-commits@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-commits

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* Re: [oe-commits] Khem Raj : binutils: Upgrade to 2.24
  2014-02-03 14:31 ` [oe-commits] Khem Raj : binutils: Upgrade to 2.24 Martin Jansa
@ 2014-02-03 17:27   ` Khem Raj
  2014-02-03 17:38     ` Martin Jansa
  0 siblings, 1 reply; 4+ messages in thread
From: Khem Raj @ 2014-02-03 17:27 UTC (permalink / raw)
  To: Martin Jansa
  Cc: openembedded-commits@lists.openembedded.org,
	Patches and discussions about the oe-core layer

On Mon, Feb 3, 2014 at 6:31 AM, Martin Jansa <martin.jansa@gmail.com> wrote:
> Hi Khem,
>
> can you please check following QA warning:
>
> NOTE: recipe binutils-2.24-r0: task do_package: Started
> WARNING: QA Issue: binutils: Files/directories were installed but not shipped
>   /usr/bin/ld.bfd
>   /usr/bin/dwp
> NOTE: recipe binutils-2.24-r0: task do_package: Succeeded
>
> ld.bfd is there for very long time, but I think that dwp is new with
> 2.24
>

It seems you see these warnings when you have ld-is-gold in your
distro features right ?
since I don't see them normally. I have a patch here, can you test it
out and report back ?
I do not have gold setup here and it will be quicker in your setup to verify it

http://git.openembedded.org/openembedded-core-contrib/commit/?h=kraj/binutils-2.24&id=33dd773b4b701dff8184a346d532b11f1bd5d327


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

* Re: [oe-commits] Khem Raj : binutils: Upgrade to 2.24
  2014-02-03 17:27   ` Khem Raj
@ 2014-02-03 17:38     ` Martin Jansa
  2014-02-03 19:02       ` Martin Jansa
  0 siblings, 1 reply; 4+ messages in thread
From: Martin Jansa @ 2014-02-03 17:38 UTC (permalink / raw)
  To: Khem Raj
  Cc: openembedded-commits@lists.openembedded.org,
	Patches and discussions about the oe-core layer

[-- Attachment #1: Type: text/plain, Size: 1082 bytes --]

On Mon, Feb 03, 2014 at 09:27:44AM -0800, Khem Raj wrote:
> On Mon, Feb 3, 2014 at 6:31 AM, Martin Jansa <martin.jansa@gmail.com> wrote:
> > Hi Khem,
> >
> > can you please check following QA warning:
> >
> > NOTE: recipe binutils-2.24-r0: task do_package: Started
> > WARNING: QA Issue: binutils: Files/directories were installed but not shipped
> >   /usr/bin/ld.bfd
> >   /usr/bin/dwp
> > NOTE: recipe binutils-2.24-r0: task do_package: Succeeded
> >
> > ld.bfd is there for very long time, but I think that dwp is new with
> > 2.24
> >
> 
> It seems you see these warnings when you have ld-is-gold in your
> distro features right ?
> since I don't see them normally. I have a patch here, can you test it
> out and report back ?
> I do not have gold setup here and it will be quicker in your setup to verify it
> 
> http://git.openembedded.org/openembedded-core-contrib/commit/?h=kraj/binutils-2.24&id=33dd773b4b701dff8184a346d532b11f1bd5d327

Yes I have ld-is-gold and will test it, thanks

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* Re: [oe-commits] Khem Raj : binutils: Upgrade to 2.24
  2014-02-03 17:38     ` Martin Jansa
@ 2014-02-03 19:02       ` Martin Jansa
  0 siblings, 0 replies; 4+ messages in thread
From: Martin Jansa @ 2014-02-03 19:02 UTC (permalink / raw)
  To: Khem Raj
  Cc: openembedded-commits@lists.openembedded.org,
	Patches and discussions about the oe-core layer

[-- Attachment #1: Type: text/plain, Size: 1331 bytes --]

On Mon, Feb 03, 2014 at 06:38:45PM +0100, Martin Jansa wrote:
> On Mon, Feb 03, 2014 at 09:27:44AM -0800, Khem Raj wrote:
> > On Mon, Feb 3, 2014 at 6:31 AM, Martin Jansa <martin.jansa@gmail.com> wrote:
> > > Hi Khem,
> > >
> > > can you please check following QA warning:
> > >
> > > NOTE: recipe binutils-2.24-r0: task do_package: Started
> > > WARNING: QA Issue: binutils: Files/directories were installed but not shipped
> > >   /usr/bin/ld.bfd
> > >   /usr/bin/dwp
> > > NOTE: recipe binutils-2.24-r0: task do_package: Succeeded
> > >
> > > ld.bfd is there for very long time, but I think that dwp is new with
> > > 2.24
> > >
> > 
> > It seems you see these warnings when you have ld-is-gold in your
> > distro features right ?
> > since I don't see them normally. I have a patch here, can you test it
> > out and report back ?
> > I do not have gold setup here and it will be quicker in your setup to verify it
> > 
> > http://git.openembedded.org/openembedded-core-contrib/commit/?h=kraj/binutils-2.24&id=33dd773b4b701dff8184a346d532b11f1bd5d327
> 
> Yes I have ld-is-gold and will test it, thanks


Works for me, only issues is incorrect indentation, but that's not your
fault.

Acked-by: Martin Jansa <Martin.Jansa@gmail.com>

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

end of thread, other threads:[~2014-02-03 19:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20140202223258.8D272503AA@opal>
2014-02-03 14:31 ` [oe-commits] Khem Raj : binutils: Upgrade to 2.24 Martin Jansa
2014-02-03 17:27   ` Khem Raj
2014-02-03 17:38     ` Martin Jansa
2014-02-03 19:02       ` Martin Jansa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox