All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] gdb upgrade and misc fixes to enable gcc8
@ 2018-05-16  6:31 Khem Raj
  2018-05-16  6:32 ` [PATCH 1/4] gdb: Upgrade to 8.1 release Khem Raj
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Khem Raj @ 2018-05-16  6:31 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 9611485bba03ef77ff31121e3b1da7cd57990c3e:

  patchreview: don't disable malformed SoB check (2018-05-15 10:00:33 +0100)

are available in the Git repository at:

  git://git.openembedded.org/openembedded-core-contrib kraj/pu
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=kraj/pu

Khem Raj (3):
  gdb: Upgrade to 8.1 release
  ovmf: Fix build with gcc8
  musl: Make dev package rdep on staticdev

Ross Burton (1):
  python2: Fix build with gcc8

 meta/conf/distro/include/tcmode-default.inc   |   2 +-
 meta/recipes-core/musl/musl_git.bb            |   2 +-
 ....makefile-add-Wno-stringop-truncatio.patch |  73 +++++++++
 ...ols-header.makefile-add-Wno-restrict.patch | 104 ++++++++++++
 ....makefile-revert-gcc-8-Wno-xxx-optio.patch |  55 +++++++
 ...-silence-false-stringop-overflow-war.patch |  65 ++++++++
 meta/recipes-core/ovmf/ovmf_git.bb            |   4 +
 .../gdb/{gdb-8.0.1.inc => gdb-8.1.inc}        |   5 +-
 ...ian_8.0.1.bb => gdb-cross-canadian_8.1.bb} |   0
 .../{gdb-cross_8.0.1.bb => gdb-cross_8.1.bb}  |   0
 .../0001-include-sys-types.h-for-mode_t.patch |  12 +-
 ...port-for-Renesas-SH-sh4-architecture.patch | 153 ++++++++----------
 ...0012-Unbreak-GDBserver-build-for-x32.patch | 101 ------------
 .../gdb/{gdb_8.0.1.bb => gdb_8.1.bb}          |   2 +
 .../python/python-native_2.7.14.bb            |   1 +
 .../python/python/fix-gc-alignment.patch      |  43 +++++
 meta/recipes-devtools/python/python_2.7.14.bb |   1 +
 17 files changed, 429 insertions(+), 194 deletions(-)
 create mode 100644 meta/recipes-core/ovmf/ovmf/0001-BaseTools-header.makefile-add-Wno-stringop-truncatio.patch
 create mode 100644 meta/recipes-core/ovmf/ovmf/0002-BaseTools-header.makefile-add-Wno-restrict.patch
 create mode 100644 meta/recipes-core/ovmf/ovmf/0003-BaseTools-header.makefile-revert-gcc-8-Wno-xxx-optio.patch
 create mode 100644 meta/recipes-core/ovmf/ovmf/0004-BaseTools-GenVtf-silence-false-stringop-overflow-war.patch
 rename meta/recipes-devtools/gdb/{gdb-8.0.1.inc => gdb-8.1.inc} (85%)
 rename meta/recipes-devtools/gdb/{gdb-cross-canadian_8.0.1.bb => gdb-cross-canadian_8.1.bb} (100%)
 rename meta/recipes-devtools/gdb/{gdb-cross_8.0.1.bb => gdb-cross_8.1.bb} (100%)
 delete mode 100644 meta/recipes-devtools/gdb/gdb/0012-Unbreak-GDBserver-build-for-x32.patch
 rename meta/recipes-devtools/gdb/{gdb_8.0.1.bb => gdb_8.1.bb} (86%)
 create mode 100644 meta/recipes-devtools/python/python/fix-gc-alignment.patch

-- 
2.17.0



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

end of thread, other threads:[~2018-05-18  5:52 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-16  6:31 [PATCH 0/4] gdb upgrade and misc fixes to enable gcc8 Khem Raj
2018-05-16  6:32 ` [PATCH 1/4] gdb: Upgrade to 8.1 release Khem Raj
2018-05-16  6:32 ` [PATCH 2/4] python2: Fix build with gcc8 Khem Raj
2018-05-16  6:32 ` [PATCH 3/4] ovmf: " Khem Raj
2018-05-17 10:17   ` Burton, Ross
2018-05-17 10:47     ` Martin Jansa
2018-05-17 15:30     ` Dan McGregor
2018-05-18  5:52     ` Khem Raj
2018-05-16  6:32 ` [PATCH 4/4] musl: Make dev package rdep on staticdev Khem Raj
2018-05-16 11:09   ` Burton, Ross
2018-05-16 13:32     ` Khem Raj
2018-05-16 14:38       ` Burton, Ross
2018-05-16 15:04         ` Khem Raj

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.