mbox

[0/6] Some local updates

Message ID cover.1409312414.git.kibo@prevas.dk
State Not Applicable
Delegated to: Kim
Headers show

Pull-request

git://gitorious.org/~kibo/oe-lite/kibos-base upstr_140829

Message

Kim Bøndergaard Aug. 29, 2014, 12:30 p.m. UTC
This patch-set contains different commits being used in a local project.
I might not be able to explain all changes, but hopefully the original 
committers will help in case issues are brought up :-)

The following changes since commit 4dffd555d04a10f2a4c7188ff9e4b54644b2e5d1:

  cryptsetup: RDEPENDS libpopti changed to libpopt. (2014-06-04 15:45:52 +0200)

are available in the git repository at:

  git://gitorious.org/~kibo/oe-lite/kibos-base upstr_140829
  http://gitorious.org/~kibo/oe-lite/kibos-base/commits/upstr_140829

Christian Sørensen (1):
  gdb: New recipe

Esben Haabendal (4):
  dbus: Add configure check for mq_getattr in librt
  wget: Fix compatibility with (e)glibc 2.16+
  gdb: Various fixups
  gdb: Fixup dependencies and add USE_gdb_tui flag

Jacob Kjaergaard (1):
  ti/mem_util: new developer tool to dbg entire mem incl cpu regs.

 .../dbus-1.7.0/dbus-configure-mq_getattr.patch     |  87 ++++++++++++++
 recipes/dbus/dbus_1.7.10.oe                        |   1 +
 recipes/gdb/gdb.inc                                |  47 ++++++++
 recipes/gdb/gdb_7.7.oe                             |   1 +
 recipes/gdb/gdb_7.7.oe.sig                         |   1 +
 recipes/ti/files/mem_util.c                        | 131 +++++++++++++++++++++
 recipes/ti/mem-util.oe                             |  26 ++++
 recipes/wget/wget-1.13.4/remove-gets.patch         |  23 ++++
 recipes/wget/wget_1.13.4.oe                        |   2 +
 9 files changed, 319 insertions(+)
 create mode 100644 recipes/dbus/dbus-1.7.0/dbus-configure-mq_getattr.patch
 create mode 100644 recipes/gdb/gdb.inc
 create mode 100644 recipes/gdb/gdb_7.7.oe
 create mode 100644 recipes/gdb/gdb_7.7.oe.sig
 create mode 100755 recipes/ti/files/mem_util.c
 create mode 100644 recipes/ti/mem-util.oe
 create mode 100644 recipes/wget/wget-1.13.4/remove-gets.patch