Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] Upgrade gdb
@ 2014-08-26 16:11 Ciobanu Roxana
  2014-08-26 16:11 ` [PATCH 1/1] gdb: Upgrade gdb 7.7.1 -> 7.8 Ciobanu Roxana
  0 siblings, 1 reply; 4+ messages in thread
From: Ciobanu Roxana @ 2014-08-26 16:11 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 34436672f3ef4915e7526770a0fa8dcff328f93d:

  bitbake: runqueue.py: Fix typoes/grammar in comments. (2014-08-19 20:41:26 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib roxana/gdb
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=roxana/gdb

Roxana Ciobanu (1):
  gdb: Upgrade gdb 7.7.1 -> 7.8

 meta/recipes-devtools/gdb/{gdb-7.7.1.inc => gdb-7.8.inc}              | 4 ++--
 .../gdb/{gdb-cross-canadian_7.7.1.bb => gdb-cross-canadian_7.8.bb}    | 0
 meta/recipes-devtools/gdb/{gdb-cross_7.7.1.bb => gdb-cross_7.8.bb}    | 0
 meta/recipes-devtools/gdb/{gdb_7.7.1.bb => gdb_7.8.bb}                | 0
 4 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/gdb/{gdb-7.7.1.inc => gdb-7.8.inc} (70%)
 rename meta/recipes-devtools/gdb/{gdb-cross-canadian_7.7.1.bb => gdb-cross-canadian_7.8.bb} (100%)
 rename meta/recipes-devtools/gdb/{gdb-cross_7.7.1.bb => gdb-cross_7.8.bb} (100%)
 rename meta/recipes-devtools/gdb/{gdb_7.7.1.bb => gdb_7.8.bb} (100%)

-- 
1.9.1



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

* [PATCH 1/1] gdb: Upgrade gdb 7.7.1 -> 7.8
  2014-08-26 16:11 [PATCH 0/1] Upgrade gdb Ciobanu Roxana
@ 2014-08-26 16:11 ` Ciobanu Roxana
  2014-11-04  3:25   ` ChenQi
  0 siblings, 1 reply; 4+ messages in thread
From: Ciobanu Roxana @ 2014-08-26 16:11 UTC (permalink / raw)
  To: openembedded-core

From: Roxana Ciobanu <roxana.ciobanu@intel.com>

Signed-off-by: Roxana Ciobanu <roxana.ciobanu@intel.com>
---
 meta/recipes-devtools/gdb/{gdb-7.7.1.inc => gdb-7.8.inc}              | 4 ++--
 .../gdb/{gdb-cross-canadian_7.7.1.bb => gdb-cross-canadian_7.8.bb}    | 0
 meta/recipes-devtools/gdb/{gdb-cross_7.7.1.bb => gdb-cross_7.8.bb}    | 0
 meta/recipes-devtools/gdb/{gdb_7.7.1.bb => gdb_7.8.bb}                | 0
 4 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/gdb/{gdb-7.7.1.inc => gdb-7.8.inc} (70%)
 rename meta/recipes-devtools/gdb/{gdb-cross-canadian_7.7.1.bb => gdb-cross-canadian_7.8.bb} (100%)
 rename meta/recipes-devtools/gdb/{gdb-cross_7.7.1.bb => gdb-cross_7.8.bb} (100%)
 rename meta/recipes-devtools/gdb/{gdb_7.7.1.bb => gdb_7.8.bb} (100%)

diff --git a/meta/recipes-devtools/gdb/gdb-7.7.1.inc b/meta/recipes-devtools/gdb/gdb-7.8.inc
similarity index 70%
rename from meta/recipes-devtools/gdb/gdb-7.7.1.inc
rename to meta/recipes-devtools/gdb/gdb-7.8.inc
index aa16d5a..f4e9a9e 100644
--- a/meta/recipes-devtools/gdb/gdb-7.7.1.inc
+++ b/meta/recipes-devtools/gdb/gdb-7.8.inc
@@ -6,5 +6,5 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
 
 S = "${WORKDIR}/${BPN}-${PV}"
 
-SRC_URI[md5sum] = "45b07b53d81832d32ccd4829465d4886"
-SRC_URI[sha256sum] = "eefadb9831e3695d1eaef34e98b8f1fb441df6fe5071317ea49c6bd6ba213eff"
+SRC_URI[md5sum] = "38d816d641093db2e13ba284e26090b4"
+SRC_URI[sha256sum] = "46be505fc1bc157a01124333ef37ed195147fa6a405cbfd32dea63bacaaabbe4"
diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian_7.7.1.bb b/meta/recipes-devtools/gdb/gdb-cross-canadian_7.8.bb
similarity index 100%
rename from meta/recipes-devtools/gdb/gdb-cross-canadian_7.7.1.bb
rename to meta/recipes-devtools/gdb/gdb-cross-canadian_7.8.bb
diff --git a/meta/recipes-devtools/gdb/gdb-cross_7.7.1.bb b/meta/recipes-devtools/gdb/gdb-cross_7.8.bb
similarity index 100%
rename from meta/recipes-devtools/gdb/gdb-cross_7.7.1.bb
rename to meta/recipes-devtools/gdb/gdb-cross_7.8.bb
diff --git a/meta/recipes-devtools/gdb/gdb_7.7.1.bb b/meta/recipes-devtools/gdb/gdb_7.8.bb
similarity index 100%
rename from meta/recipes-devtools/gdb/gdb_7.7.1.bb
rename to meta/recipes-devtools/gdb/gdb_7.8.bb
-- 
1.9.1



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

* Re: [PATCH 1/1] gdb: Upgrade gdb 7.7.1 -> 7.8
  2014-08-26 16:11 ` [PATCH 1/1] gdb: Upgrade gdb 7.7.1 -> 7.8 Ciobanu Roxana
@ 2014-11-04  3:25   ` ChenQi
  2014-11-04 10:22     ` Burton, Ross
  0 siblings, 1 reply; 4+ messages in thread
From: ChenQi @ 2014-11-04  3:25 UTC (permalink / raw)
  To: openembedded-core

There are failures on autobuilder that might be related to this patch.

https://autobuilder.yoctoproject.org/main/builders/nightly-ppc/builds/88/steps/BuildImages/logs/stdio

ERROR: Command Error: exit status: 1  Output:
Applying patch include_asm_ptrace.patch
patching file gdb/aarch64-linux-nat.c
Hunk #1 succeeded at 32 with fuzz 2.
patching file gdb/gdbserver/linux-aarch64-low.c
Hunk #1 FAILED at 26.
1 out of 1 hunk FAILED -- rejects in file gdb/gdbserver/linux-aarch64-low.c
Patch include_asm_ptrace.patch does not apply (enforce with -f)
ERROR: Function failed: patch_do_patch


Best Regards,
Chen Qi

On 08/27/2014 12:11 AM, Ciobanu Roxana wrote:
> From: Roxana Ciobanu <roxana.ciobanu@intel.com>
>
> Signed-off-by: Roxana Ciobanu <roxana.ciobanu@intel.com>
> ---
>   meta/recipes-devtools/gdb/{gdb-7.7.1.inc => gdb-7.8.inc}              | 4 ++--
>   .../gdb/{gdb-cross-canadian_7.7.1.bb => gdb-cross-canadian_7.8.bb}    | 0
>   meta/recipes-devtools/gdb/{gdb-cross_7.7.1.bb => gdb-cross_7.8.bb}    | 0
>   meta/recipes-devtools/gdb/{gdb_7.7.1.bb => gdb_7.8.bb}                | 0
>   4 files changed, 2 insertions(+), 2 deletions(-)
>   rename meta/recipes-devtools/gdb/{gdb-7.7.1.inc => gdb-7.8.inc} (70%)
>   rename meta/recipes-devtools/gdb/{gdb-cross-canadian_7.7.1.bb => gdb-cross-canadian_7.8.bb} (100%)
>   rename meta/recipes-devtools/gdb/{gdb-cross_7.7.1.bb => gdb-cross_7.8.bb} (100%)
>   rename meta/recipes-devtools/gdb/{gdb_7.7.1.bb => gdb_7.8.bb} (100%)
>
> diff --git a/meta/recipes-devtools/gdb/gdb-7.7.1.inc b/meta/recipes-devtools/gdb/gdb-7.8.inc
> similarity index 70%
> rename from meta/recipes-devtools/gdb/gdb-7.7.1.inc
> rename to meta/recipes-devtools/gdb/gdb-7.8.inc
> index aa16d5a..f4e9a9e 100644
> --- a/meta/recipes-devtools/gdb/gdb-7.7.1.inc
> +++ b/meta/recipes-devtools/gdb/gdb-7.8.inc
> @@ -6,5 +6,5 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
>   
>   S = "${WORKDIR}/${BPN}-${PV}"
>   
> -SRC_URI[md5sum] = "45b07b53d81832d32ccd4829465d4886"
> -SRC_URI[sha256sum] = "eefadb9831e3695d1eaef34e98b8f1fb441df6fe5071317ea49c6bd6ba213eff"
> +SRC_URI[md5sum] = "38d816d641093db2e13ba284e26090b4"
> +SRC_URI[sha256sum] = "46be505fc1bc157a01124333ef37ed195147fa6a405cbfd32dea63bacaaabbe4"
> diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian_7.7.1.bb b/meta/recipes-devtools/gdb/gdb-cross-canadian_7.8.bb
> similarity index 100%
> rename from meta/recipes-devtools/gdb/gdb-cross-canadian_7.7.1.bb
> rename to meta/recipes-devtools/gdb/gdb-cross-canadian_7.8.bb
> diff --git a/meta/recipes-devtools/gdb/gdb-cross_7.7.1.bb b/meta/recipes-devtools/gdb/gdb-cross_7.8.bb
> similarity index 100%
> rename from meta/recipes-devtools/gdb/gdb-cross_7.7.1.bb
> rename to meta/recipes-devtools/gdb/gdb-cross_7.8.bb
> diff --git a/meta/recipes-devtools/gdb/gdb_7.7.1.bb b/meta/recipes-devtools/gdb/gdb_7.8.bb
> similarity index 100%
> rename from meta/recipes-devtools/gdb/gdb_7.7.1.bb
> rename to meta/recipes-devtools/gdb/gdb_7.8.bb



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

* Re: [PATCH 1/1] gdb: Upgrade gdb 7.7.1 -> 7.8
  2014-11-04  3:25   ` ChenQi
@ 2014-11-04 10:22     ` Burton, Ross
  0 siblings, 0 replies; 4+ messages in thread
From: Burton, Ross @ 2014-11-04 10:22 UTC (permalink / raw)
  To: ChenQi; +Cc: OE-core

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

On 4 November 2014 03:25, ChenQi <Qi.Chen@windriver.com> wrote:

> There are failures on autobuilder that might be related to this patch.
>
> https://autobuilder.yoctoproject.org/main/builders/nightly-ppc/builds/
> 88/steps/BuildImages/logs/stdio
>
> ERROR: Command Error: exit status: 1  Output:
> Applying patch include_asm_ptrace.patch
> patching file gdb/aarch64-linux-nat.c
> Hunk #1 succeeded at 32 with fuzz 2.
> patching file gdb/gdbserver/linux-aarch64-low.c
> Hunk #1 FAILED at 26.
> 1 out of 1 hunk FAILED -- rejects in file gdb/gdbserver/linux-aarch64-
> low.c
> Patch include_asm_ptrace.patch does not apply (enforce with -f)
> ERROR: Function failed: patch_do_patch
>

Yes, I pulled that upgrade from mut because of this.

Ross

[-- Attachment #2: Type: text/html, Size: 1361 bytes --]

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

end of thread, other threads:[~2014-11-04 10:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-26 16:11 [PATCH 0/1] Upgrade gdb Ciobanu Roxana
2014-08-26 16:11 ` [PATCH 1/1] gdb: Upgrade gdb 7.7.1 -> 7.8 Ciobanu Roxana
2014-11-04  3:25   ` ChenQi
2014-11-04 10:22     ` Burton, Ross

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