All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [oe-commits] Khem Raj : gdb: Upgrade 7.8.1 -> 7.9
       [not found] <20150408095412.1AF5150308@opal.openembedded.org>
@ 2015-04-08 16:56 ` Martin Jansa
  2015-04-08 17:19   ` Khem Raj
  2015-04-08 17:34   ` [PATCH] tcmode-default.inc: update GDBVERSION to 7.9% Martin Jansa
  0 siblings, 2 replies; 3+ messages in thread
From: Martin Jansa @ 2015-04-08 16:56 UTC (permalink / raw)
  To: openembedded-core, Khem Raj, Richard Purdie; +Cc: openembedded-commits

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

On Wed, Apr 08, 2015 at 09:54:11AM +0000, git@git.openembedded.org wrote:
> Module: openembedded-core.git
> Branch: master
> Commit: 34a77b11350f1f4ccd952f78fd660710b6efaac8
> URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=34a77b11350f1f4ccd952f78fd660710b6efaac8
> 
> Author: Khem Raj <raj.khem@gmail.com>
> Date:   Mon Mar  2 02:11:00 2015 +0000
> 
> gdb: Upgrade 7.8.1 -> 7.9

meta/conf/distro/include/tcmode-default.inc

should be updated with the same commit, now it causes:

NOTE: Resolving any missing task queue dependencies
NOTE: preferred version 7.8% of gdb-cross-canadian-arm not available (for item gdb-cross-canadian-arm)
NOTE: versions of gdb-cross-canadian-arm available: 7.9
NOTE: preferred version 7.8% of gdb not available (for item gdb)
NOTE: versions of gdb available: 7.9
NOTE: preferred version 7.8% of gdb-cross-canadian-arm not available (for item gdb-cross-canadian-arm-dev)
NOTE: versions of gdb-cross-canadian-arm available: 7.9
NOTE: preferred version 7.8% of gdb not available (for item gdb-dev)
NOTE: versions of gdb available: 7.9

because it still sets:
GDBVERSION ?= "7.8%"

> 
> Refresh patches against new baseline
> 
> Change-Id: I34c5a284c12f669ff3539a363e5eded15eeeeb23
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> 
> ---
> 
>  .../gdb/{gdb-7.8.1.inc => gdb-7.9.inc}             |   4 +-
>  ...canadian_7.8.1.bb => gdb-cross-canadian_7.9.bb} |   0
>  .../gdb/{gdb-cross_7.8.1.bb => gdb-cross_7.9.bb}   |   0
>  .../gdb/gdb/gdbserver-cflags-last.diff             |  14 +-
>  .../gdb/gdb/renesas-sh-native-support.patch        | 155 ++++++++++-----------
>  .../gdb/{gdb_7.8.1.bb => gdb_7.9.bb}               |   0
>  6 files changed, 85 insertions(+), 88 deletions(-)
> 
> Diff:   http://git.openembedded.org/?p=openembedded-core.git/?a=commitdiff;h=34a77b11350f1f4ccd952f78fd660710b6efaac8
> -- 
> _______________________________________________
> 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: 188 bytes --]

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

* Re: [oe-commits] Khem Raj : gdb: Upgrade 7.8.1 -> 7.9
  2015-04-08 16:56 ` [oe-commits] Khem Raj : gdb: Upgrade 7.8.1 -> 7.9 Martin Jansa
@ 2015-04-08 17:19   ` Khem Raj
  2015-04-08 17:34   ` [PATCH] tcmode-default.inc: update GDBVERSION to 7.9% Martin Jansa
  1 sibling, 0 replies; 3+ messages in thread
From: Khem Raj @ 2015-04-08 17:19 UTC (permalink / raw)
  To: Martin Jansa; +Cc: OE-core


> On Apr 8, 2015, at 9:56 AM, Martin Jansa <martin.jansa@gmail.com> wrote:
> 
> On Wed, Apr 08, 2015 at 09:54:11AM +0000, git@git.openembedded.org wrote:
>> Module: openembedded-core.git
>> Branch: master
>> Commit: 34a77b11350f1f4ccd952f78fd660710b6efaac8
>> URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=34a77b11350f1f4ccd952f78fd660710b6efaac8
>> 
>> Author: Khem Raj <raj.khem@gmail.com>
>> Date:   Mon Mar  2 02:11:00 2015 +0000
>> 
>> gdb: Upgrade 7.8.1 -> 7.9
> 
> meta/conf/distro/include/tcmode-default.inc
> 
> should be updated with the same commit, now it causes:
> 
> NOTE: Resolving any missing task queue dependencies
> NOTE: preferred version 7.8% of gdb-cross-canadian-arm not available (for item gdb-cross-canadian-arm)
> NOTE: versions of gdb-cross-canadian-arm available: 7.9
> NOTE: preferred version 7.8% of gdb not available (for item gdb)
> NOTE: versions of gdb available: 7.9
> NOTE: preferred version 7.8% of gdb-cross-canadian-arm not available (for item gdb-cross-canadian-arm-dev)
> NOTE: versions of gdb-cross-canadian-arm available: 7.9
> NOTE: preferred version 7.8% of gdb not available (for item gdb-dev)
> NOTE: versions of gdb available: 7.9
> 
> because it still sets:
> GDBVERSION ?= "7.8%”



There is already a patch for it
http://git.openembedded.org/openembedded-core-contrib/commit/?h=kraj/master&id=81ceaf4901ab23ef65ee8656cd4de1288fe87dd2



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

* [PATCH] tcmode-default.inc: update GDBVERSION to 7.9%
  2015-04-08 16:56 ` [oe-commits] Khem Raj : gdb: Upgrade 7.8.1 -> 7.9 Martin Jansa
  2015-04-08 17:19   ` Khem Raj
@ 2015-04-08 17:34   ` Martin Jansa
  1 sibling, 0 replies; 3+ messages in thread
From: Martin Jansa @ 2015-04-08 17:34 UTC (permalink / raw)
  To: openembedded-core

* version 7.8.1 was removed in this commit:
  commit 34a77b11350f1f4ccd952f78fd660710b6efaac8
  Author: Khem Raj <raj.khem@gmail.com>
  Date:   Mon Mar 2 02:11:00 2015 +0000
  Subject: gdb: Upgrade 7.8.1 -> 7.9

* causing couple of annoying NOTEs at the beginning of each build:
  NOTE: Resolving any missing task queue dependencies
  NOTE: preferred version 7.8% of gdb-cross-canadian-arm not available   (for item gdb-cross-canadian-arm)
  NOTE: versions of gdb-cross-canadian-arm available: 7.9
  NOTE: preferred version 7.8% of gdb not available (for item gdb)
  NOTE: versions of gdb available: 7.9
  NOTE: preferred version 7.8% of gdb-cross-canadian-arm not available   (for item gdb-cross-canadian-arm-dev)
  NOTE: versions of gdb-cross-canadian-arm available: 7.9
  NOTE: preferred version 7.8% of gdb not available (for item gdb-dev)
  NOTE: versions of gdb available: 7.9

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta/conf/distro/include/tcmode-default.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc
index f69fe9a..e3df934 100644
--- a/meta/conf/distro/include/tcmode-default.inc
+++ b/meta/conf/distro/include/tcmode-default.inc
@@ -25,7 +25,7 @@ PREFERRED_PROVIDER_virtual/gettext ??= "gettext"
 GCCVERSION ?= "4.9%"
 SDKGCCVERSION ?= "${GCCVERSION}"
 BINUVERSION ?= "2.25"
-GDBVERSION ?= "7.8%"
+GDBVERSION ?= "7.9%"
 GLIBCVERSION ?= "2.21"
 UCLIBCVERSION ?= "0.9.33+git%"
 LINUXLIBCVERSION ?= "3.19"
-- 
2.3.5



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

end of thread, other threads:[~2015-04-08 17:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20150408095412.1AF5150308@opal.openembedded.org>
2015-04-08 16:56 ` [oe-commits] Khem Raj : gdb: Upgrade 7.8.1 -> 7.9 Martin Jansa
2015-04-08 17:19   ` Khem Raj
2015-04-08 17:34   ` [PATCH] tcmode-default.inc: update GDBVERSION to 7.9% Martin Jansa

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.