All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 0/6] Updates and bug fixes
Date: Tue, 23 Dec 2014 14:57:02 -0800	[thread overview]
Message-ID: <5499F33E.2070306@linux.intel.com> (raw)
In-Reply-To: <cover.1418190513.git.sgw@linux.intel.com>


ping!

On 12/09/2014 09:55 PM, Saul Wold wrote:
> The nss* tarballs have been removed so we need to use the git repos at
> 0pointer. These git repos need to build the README, but use lynx, so disable
> for now.
>
> Sau!
>
> The following changes since commit 219e793907406eabf632e784e3a11ab9acb77cfb:
>
>    qemu/libc-package: Fix qemu option handling (2014-12-05 17:59:42 +0000)
>
> are available in the git repository at:
>
>    git://git.openembedded.org/openembedded-core-contrib sgw/updates
>    http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/updates
>
> Saul Wold (6):
>    procps: Upgrade to 3.3.10
>    babeltrace: Update to 1.2.4
>    npth: npth needs pthread in some cases
>    libdaemon: Convert to git
>    libnss-mdns: Convert to git
>    nss-myhostname: Convert to git
>
>   .../libnss-mdns/libnss-mdns-disable-docs.patch     |  23 +++++
>   .../libnss-mdns/libnss-mdns_0.10.bb                |  10 +-
>   .../procps-3.2.8/0001-Fix-musl-build-failure.patch |  29 ------
>   .../procps-3.2.8/60_linux_version_init.patch       |  54 ----------
>   .../procps/procps-3.2.8/detect_bitness.patch       |  26 -----
>   .../procps/procps-3.2.8/gnu-kbsd-version.patch     |  44 --------
>   .../procps/procps-3.2.8/install.patch              |  39 --------
>   .../procps/procps-3.2.8/linux-limits.patch         |  15 ---
>   .../procps/procps-3.2.8/procmodule.patch           |  38 -------
>   .../procps-3.2.8/procps-3.2.7-top-remcpu.patch     | 111 ---------------------
>   .../procps-3.2.8/procps-3.2.8+gmake-3.82.patch     |  19 ----
>   .../procps-3.2.8/procps-3.2.8-ps-cgroup.patch      |  82 ---------------
>   .../procps/procps-3.2.8/psmodule.patch             |  23 -----
>   meta/recipes-extended/procps/procps.inc            |  31 ------
>   .../procps/procps/fix-configure.patch              |  19 ++++
>   .../procps/{procps-3.2.8 => procps}/sysctl.conf    |   0
>   meta/recipes-extended/procps/procps_3.2.8.bb       |  37 -------
>   meta/recipes-extended/procps/procps_3.3.10.bb      |  62 ++++++++++++
>   .../{babeltrace_1.2.3.bb => babeltrace_1.2.4.bb}   |   4 +-
>   meta/recipes-support/libdaemon/libdaemon_0.14.bb   |  13 +--
>   meta/recipes-support/npth/npth/pkgconfig.patch     |   3 +-
>   .../nss-myhostname-disable-docs.patch              |  25 +++++
>   .../nss-myhostname/nss-myhostname_0.3.bb           |  12 ++-
>   23 files changed, 153 insertions(+), 566 deletions(-)
>   create mode 100644 meta/recipes-connectivity/libnss-mdns/libnss-mdns/libnss-mdns-disable-docs.patch
>   delete mode 100644 meta/recipes-extended/procps/procps-3.2.8/0001-Fix-musl-build-failure.patch
>   delete mode 100644 meta/recipes-extended/procps/procps-3.2.8/60_linux_version_init.patch
>   delete mode 100644 meta/recipes-extended/procps/procps-3.2.8/detect_bitness.patch
>   delete mode 100644 meta/recipes-extended/procps/procps-3.2.8/gnu-kbsd-version.patch
>   delete mode 100644 meta/recipes-extended/procps/procps-3.2.8/install.patch
>   delete mode 100644 meta/recipes-extended/procps/procps-3.2.8/linux-limits.patch
>   delete mode 100644 meta/recipes-extended/procps/procps-3.2.8/procmodule.patch
>   delete mode 100644 meta/recipes-extended/procps/procps-3.2.8/procps-3.2.7-top-remcpu.patch
>   delete mode 100644 meta/recipes-extended/procps/procps-3.2.8/procps-3.2.8+gmake-3.82.patch
>   delete mode 100644 meta/recipes-extended/procps/procps-3.2.8/procps-3.2.8-ps-cgroup.patch
>   delete mode 100644 meta/recipes-extended/procps/procps-3.2.8/psmodule.patch
>   delete mode 100644 meta/recipes-extended/procps/procps.inc
>   create mode 100644 meta/recipes-extended/procps/procps/fix-configure.patch
>   rename meta/recipes-extended/procps/{procps-3.2.8 => procps}/sysctl.conf (100%)
>   delete mode 100644 meta/recipes-extended/procps/procps_3.2.8.bb
>   create mode 100644 meta/recipes-extended/procps/procps_3.3.10.bb
>   rename meta/recipes-kernel/lttng/{babeltrace_1.2.3.bb => babeltrace_1.2.4.bb} (89%)
>   create mode 100644 meta/recipes-support/nss-myhostname/nss-myhostname/nss-myhostname-disable-docs.patch
>


  parent reply	other threads:[~2014-12-23 22:57 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-10  5:55 [PATCH 0/6] Updates and bug fixes Saul Wold
2014-12-10  5:55 ` [PATCH 1/6][v4] procps: Upgrade to 3.3.10 Saul Wold
2014-12-10  5:55 ` [PATCH 2/6] babeltrace: Update to 1.2.4 Saul Wold
2014-12-10  5:55 ` [PATCH 3/6] npth: npth needs pthread in some cases Saul Wold
2014-12-10  5:55 ` [PATCH 4/6] libdaemon: Convert to git Saul Wold
2014-12-10  5:55 ` [PATCH 5/6] libnss-mdns: " Saul Wold
2014-12-10  5:55 ` [PATCH 6/6] nss-myhostname: " Saul Wold
2014-12-23 22:57 ` Saul Wold [this message]
2014-12-24  0:27   ` [PATCH 0/6] Updates and bug fixes Richard Purdie
2014-12-24  0:48     ` Saul Wold

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5499F33E.2070306@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.