public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH 1/5] gdb: upgrade to 7.10.1
@ 2016-01-11 15:00 Richard Purdie
  2016-01-11 15:00 ` [PATCH 2/5] lttng-modules: Upgrade to 2.7.1 Richard Purdie
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Richard Purdie @ 2016-01-11 15:00 UTC (permalink / raw)
  To: openembedded-core

The PPC inferior patch was dropped since an equivalent fix was merged
upstream.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/conf/distro/include/tcmode-default.inc        |  2 +-
 .../gdb/{gdb-7.9.1.inc => gdb-7.10.1.inc}          |  4 +-
 ...adian_7.9.1.bb => gdb-cross-canadian_7.10.1.bb} |  0
 .../{gdb-cross_7.9.1.bb => gdb-cross_7.10.1.bb}    |  0
 meta/recipes-devtools/gdb/gdb.inc                  |  1 -
 ...ction-of-64-bit-PPC-inferior-in-gdbserver.patch | 56 ----------------------
 .../gdb/{gdb_7.9.1.bb => gdb_7.10.1.bb}            |  0
 7 files changed, 3 insertions(+), 60 deletions(-)
 rename meta/recipes-devtools/gdb/{gdb-7.9.1.inc => gdb-7.10.1.inc} (68%)
 rename meta/recipes-devtools/gdb/{gdb-cross-canadian_7.9.1.bb => gdb-cross-canadian_7.10.1.bb} (100%)
 rename meta/recipes-devtools/gdb/{gdb-cross_7.9.1.bb => gdb-cross_7.10.1.bb} (100%)
 delete mode 100644 meta/recipes-devtools/gdb/gdb/fix-detection-of-64-bit-PPC-inferior-in-gdbserver.patch
 rename meta/recipes-devtools/gdb/{gdb_7.9.1.bb => gdb_7.10.1.bb} (100%)

diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc
index 16507c4..cd9bfaf 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 ?= "5.%"
 SDKGCCVERSION ?= "${GCCVERSION}"
 BINUVERSION ?= "2.25%"
-GDBVERSION ?= "7.9%"
+GDBVERSION ?= "7.10%"
 GLIBCVERSION ?= "2.22"
 UCLIBCVERSION ?= "1.0%"
 LINUXLIBCVERSION ?= "4.1"
diff --git a/meta/recipes-devtools/gdb/gdb-7.9.1.inc b/meta/recipes-devtools/gdb/gdb-7.10.1.inc
similarity index 68%
rename from meta/recipes-devtools/gdb/gdb-7.9.1.inc
rename to meta/recipes-devtools/gdb/gdb-7.10.1.inc
index 1ca95af..a9267d5 100644
--- a/meta/recipes-devtools/gdb/gdb-7.9.1.inc
+++ b/meta/recipes-devtools/gdb/gdb-7.10.1.inc
@@ -4,6 +4,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
 		    file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \
 		    file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674"
 
-SRC_URI[md5sum] = "f3b97de919a9dba84490b2e076ec4cb0"
-SRC_URI[sha256sum] = "4994ad986726ac4128a6f1bd8020cd672e9a92aa76b80736563ef992992764ef"
+SRC_URI[md5sum] = "b93a2721393e5fa226375b42d567d90b"
+SRC_URI[sha256sum] = "ff14f8050e6484508c73cbfa63731e57901478490ca1672dc0b5e2b03f6af622"
 
diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian_7.9.1.bb b/meta/recipes-devtools/gdb/gdb-cross-canadian_7.10.1.bb
similarity index 100%
rename from meta/recipes-devtools/gdb/gdb-cross-canadian_7.9.1.bb
rename to meta/recipes-devtools/gdb/gdb-cross-canadian_7.10.1.bb
diff --git a/meta/recipes-devtools/gdb/gdb-cross_7.9.1.bb b/meta/recipes-devtools/gdb/gdb-cross_7.10.1.bb
similarity index 100%
rename from meta/recipes-devtools/gdb/gdb-cross_7.9.1.bb
rename to meta/recipes-devtools/gdb/gdb-cross_7.10.1.bb
diff --git a/meta/recipes-devtools/gdb/gdb.inc b/meta/recipes-devtools/gdb/gdb.inc
index 2162cad..e970450 100644
--- a/meta/recipes-devtools/gdb/gdb.inc
+++ b/meta/recipes-devtools/gdb/gdb.inc
@@ -4,7 +4,6 @@ inherit gettext
 
 SRC_URI += "file://0002-Change-order-of-CFLAGS.patch \
             file://0003-Add-support-for-Renesas-SH-sh4-architecture.patch \
-            file://fix-detection-of-64-bit-PPC-inferior-in-gdbserver.patch \
             file://0001-Use-exported-definitions-of-SIGRTMIN.patch \
            "
 #LDFLAGS_append = " -s"
diff --git a/meta/recipes-devtools/gdb/gdb/fix-detection-of-64-bit-PPC-inferior-in-gdbserver.patch b/meta/recipes-devtools/gdb/gdb/fix-detection-of-64-bit-PPC-inferior-in-gdbserver.patch
deleted file mode 100644
index 2854352..0000000
--- a/meta/recipes-devtools/gdb/gdb/fix-detection-of-64-bit-PPC-inferior-in-gdbserver.patch
+++ /dev/null
@@ -1,56 +0,0 @@
-From 4fe67dbafa1bee679daecc12ed30621d5c2605de Mon Sep 17 00:00:00 2001
-From: Yao Qi <yao@codesourcery.com>
-Date: Mon, 11 May 2015 10:57:33 +0800
-Subject: [PATCH] Fix detection of 64-bit PPC inferior in gdbserver
-
-Issue #16775
-
-* gdbserver/linux-ppc-low.c (ppc_arch_setup): Change variable msr to type
-'unsigned long'.  Check bit 63 or bit 31 is one.
-
-https://sourceware.org/ml/gdb-patches/2014-12/msg00239.html
-Written by: Yao Qi <yao@codesourcery.com>
-
-Upstream-Status: Pending
-
-Signed-off-by: Yuanjie Huang <yuanjie.huang@windriver.com>
----
- gdb/gdbserver/linux-ppc-low.c | 11 +++++++----
- 1 file changed, 7 insertions(+), 4 deletions(-)
-
-diff --git a/gdb/gdbserver/linux-ppc-low.c b/gdb/gdbserver/linux-ppc-low.c
-index 63d4218..a62cf22 100644
---- a/gdb/gdbserver/linux-ppc-low.c
-+++ b/gdb/gdbserver/linux-ppc-low.c
-@@ -374,7 +374,7 @@ ppc_arch_setup (void)
- {
-   const struct target_desc *tdesc;
- #ifdef __powerpc64__
--  long msr;
-+  unsigned long msr;
-   struct regcache *regcache;
- 
-   /* On a 64-bit host, assume 64-bit inferior process with no
-@@ -384,13 +384,16 @@ ppc_arch_setup (void)
-   current_process ()->tdesc = tdesc;
-   ppc_hwcap = 0;
- 
--  /* Only if the high bit of the MSR is set, we actually have
--     a 64-bit inferior.  */
-+  /* We actually have a 64-bit inferior only if the certain bit of the
-+     MSR is set.  The PowerISA Book III-S MSR is different from the
-+     PowerISA Book III-E MSR.  The Book III-S MSR is 64 bits wide, and
-+     its MSR[SF] is the bit 0 of a 64-bit value.  Book III-E MSR is 32
-+     bits wide, and its MSR[CM] is the bit 0 of a 32-bit value.  */
-   regcache = new_register_cache (tdesc);
-   fetch_inferior_registers (regcache, find_regno (tdesc, "msr"));
-   collect_register_by_name (regcache, "msr", &msr);
-   free_register_cache (regcache);
--  if (msr < 0)
-+  if (msr & 0x8000000080000000)
-     {
-       ppc_get_hwcap (&ppc_hwcap);
-       if (ppc_hwcap & PPC_FEATURE_CELL)
--- 
-1.8.5.2.233.g932f7e4
-
diff --git a/meta/recipes-devtools/gdb/gdb_7.9.1.bb b/meta/recipes-devtools/gdb/gdb_7.10.1.bb
similarity index 100%
rename from meta/recipes-devtools/gdb/gdb_7.9.1.bb
rename to meta/recipes-devtools/gdb/gdb_7.10.1.bb
-- 
2.5.0



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

* [PATCH 2/5] lttng-modules: Upgrade to 2.7.1
  2016-01-11 15:00 [PATCH 1/5] gdb: upgrade to 7.10.1 Richard Purdie
@ 2016-01-11 15:00 ` Richard Purdie
  2016-01-11 15:00 ` [PATCH 3/5] lttng-tools: " Richard Purdie
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Richard Purdie @ 2016-01-11 15:00 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/recipes-kernel/lttng/lttng-modules_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-kernel/lttng/lttng-modules_git.bb b/meta/recipes-kernel/lttng/lttng-modules_git.bb
index 33aa125..53d2482 100644
--- a/meta/recipes-kernel/lttng/lttng-modules_git.bb
+++ b/meta/recipes-kernel/lttng/lttng-modules_git.bb
@@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=362844633a08753bd96ab322a6c7f9f6 \
 
 inherit module
 
-SRCREV = "f4b27072a77b43af2fea72d6700bd64eb59a39f1"
-PV = "2.7.0+git${SRCPV}"
+SRCREV = "45e0ebd91f995cc73c2b0d5c60cf9d12e8c838bf"
+PV = "2.7.1+git${SRCPV}"
 
 COMPATIBLE_HOST = '(x86_64|i.86|powerpc|aarch64|mips|arm).*-linux'
 
-- 
2.5.0



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

* [PATCH 3/5] lttng-tools: Upgrade to 2.7.1
  2016-01-11 15:00 [PATCH 1/5] gdb: upgrade to 7.10.1 Richard Purdie
  2016-01-11 15:00 ` [PATCH 2/5] lttng-modules: Upgrade to 2.7.1 Richard Purdie
@ 2016-01-11 15:00 ` Richard Purdie
  2016-01-11 15:01 ` [PATCH 4/5] lttng-ust: " Richard Purdie
  2016-01-11 15:01 ` [PATCH 5/5] subversion: Upgrade 1.9.2 -> 1.9.3 Richard Purdie
  3 siblings, 0 replies; 5+ messages in thread
From: Richard Purdie @ 2016-01-11 15:00 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/recipes-kernel/lttng/lttng-tools_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-kernel/lttng/lttng-tools_git.bb b/meta/recipes-kernel/lttng/lttng-tools_git.bb
index 4c42251..e68e7f3 100644
--- a/meta/recipes-kernel/lttng/lttng-tools_git.bb
+++ b/meta/recipes-kernel/lttng/lttng-tools_git.bb
@@ -13,8 +13,8 @@ DEPENDS = "liburcu popt lttng-ust libxml2"
 RDEPENDS_${PN} = "libgcc"
 RDEPENDS_${PN}-ptest += "make perl bash"
 
-SRCREV = "d71e55a5f1f423eeaa47c08e5797e47ce8e825fb"
-PV = "2.7.0+git${SRCPV}"
+SRCREV = "a90f2c1e10b759782653a81815625e9d1bbb75ca"
+PV = "2.7.1+git${SRCPV}"
 
 PYTHON_OPTION = "am_cv_python_pyexecdir='${libdir}/python${PYTHON_BASEVERSION}/site-packages' \
                  am_cv_python_pythondir='${libdir}/python${PYTHON_BASEVERSION}/site-packages' \
-- 
2.5.0



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

* [PATCH 4/5] lttng-ust: Upgrade to 2.7.1
  2016-01-11 15:00 [PATCH 1/5] gdb: upgrade to 7.10.1 Richard Purdie
  2016-01-11 15:00 ` [PATCH 2/5] lttng-modules: Upgrade to 2.7.1 Richard Purdie
  2016-01-11 15:00 ` [PATCH 3/5] lttng-tools: " Richard Purdie
@ 2016-01-11 15:01 ` Richard Purdie
  2016-01-11 15:01 ` [PATCH 5/5] subversion: Upgrade 1.9.2 -> 1.9.3 Richard Purdie
  3 siblings, 0 replies; 5+ messages in thread
From: Richard Purdie @ 2016-01-11 15:01 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/recipes-kernel/lttng/lttng-ust_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-kernel/lttng/lttng-ust_git.bb b/meta/recipes-kernel/lttng/lttng-ust_git.bb
index 1c08403..9ffe9bc 100644
--- a/meta/recipes-kernel/lttng/lttng-ust_git.bb
+++ b/meta/recipes-kernel/lttng/lttng-ust_git.bb
@@ -18,9 +18,9 @@ RPROVIDES_${PN} = "lttng2-ust"
 RREPLACES_${PN} = "lttng2-ust"
 RCONFLICTS_${PN} = "lttng2-ust"
 
-SRCREV = "826c6c686f16b9aeb3100f3f880d630911691cf1"
+SRCREV = "f89c1a3cf2b06a4970b9154c00ff6409870aefb5"
 PE = "2"
-PV = "2.7.0+git${SRCPV}"
+PV = "2.7.1+git${SRCPV}"
 
 SRC_URI = "git://git.lttng.org/lttng-ust.git;branch=stable-2.7 \
            file://lttng-ust-doc-examples-disable.patch"
-- 
2.5.0



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

* [PATCH 5/5] subversion: Upgrade 1.9.2 -> 1.9.3
  2016-01-11 15:00 [PATCH 1/5] gdb: upgrade to 7.10.1 Richard Purdie
                   ` (2 preceding siblings ...)
  2016-01-11 15:01 ` [PATCH 4/5] lttng-ust: " Richard Purdie
@ 2016-01-11 15:01 ` Richard Purdie
  3 siblings, 0 replies; 5+ messages in thread
From: Richard Purdie @ 2016-01-11 15:01 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../subversion/{subversion_1.9.2.bb => subversion_1.9.3.bb}           | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/subversion/{subversion_1.9.2.bb => subversion_1.9.3.bb} (96%)

diff --git a/meta/recipes-devtools/subversion/subversion_1.9.2.bb b/meta/recipes-devtools/subversion/subversion_1.9.3.bb
similarity index 96%
rename from meta/recipes-devtools/subversion/subversion_1.9.2.bb
rename to meta/recipes-devtools/subversion/subversion_1.9.3.bb
index f432b8f..a19a675 100644
--- a/meta/recipes-devtools/subversion/subversion_1.9.2.bb
+++ b/meta/recipes-devtools/subversion/subversion_1.9.3.bb
@@ -15,8 +15,8 @@ SRC_URI = "${APACHE_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \
            file://serf.m4-Regex-modified-to-allow-D-in-paths.patch \
            file://0001-Fix-libtool-name-in-configure.ac.patch \
            "
-SRC_URI[md5sum] = "0a7e55bb58fe77072f19e108a56b468b"
-SRC_URI[sha256sum] = "023da881139b4514647b6f8a830a244071034efcaad8c8e98c6b92393122b4eb"
+SRC_URI[md5sum] = "243036eb28b50ce517fc228eb3250add"
+SRC_URI[sha256sum] = "8bbf6bb125003d88ee1c22935a36b7b1ab7d957e0c8b5fbfe5cb6310b6e86ae0"
 
 LIC_FILES_CHKSUM = "file://LICENSE;md5=af81ae49ba359e70626c05e9bf313709"
 
-- 
2.5.0



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

end of thread, other threads:[~2016-01-11 15:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-11 15:00 [PATCH 1/5] gdb: upgrade to 7.10.1 Richard Purdie
2016-01-11 15:00 ` [PATCH 2/5] lttng-modules: Upgrade to 2.7.1 Richard Purdie
2016-01-11 15:00 ` [PATCH 3/5] lttng-tools: " Richard Purdie
2016-01-11 15:01 ` [PATCH 4/5] lttng-ust: " Richard Purdie
2016-01-11 15:01 ` [PATCH 5/5] subversion: Upgrade 1.9.2 -> 1.9.3 Richard Purdie

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