From: akuster808 <akuster808@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 00/14] [jethro] Consolidated pull
Date: Mon, 11 Apr 2016 07:14:47 -0700 [thread overview]
Message-ID: <570BB157.4050708@gmail.com> (raw)
In-Reply-To: <cover.1460359568.git.liezhi.yang@windriver.com>
On 04/11/2016 12:29 AM, Robert Yang wrote:
> The following changes since commit 4d879cb8d7384ac4a96f22c1664b8875f2d8f615:
>
> devtool: extract: update SRCTREECOVEREDTASKS for kernel (2016-03-20 10:22:55 +0000)
>
> are available in the git repository at:
>
> git://git.openembedded.org/openembedded-core-contrib rbt/jethro-next
> http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/jethro-next
please cherry-pick the timezone updates too.
tdata:
d3ab7005f0c899da9f9f132b22861bd5d4f952ba
66031bcf8cec2e8e7a6803f2c6cfc2c2ba071ffe
and
tzcode:
0c4816c1f723951179988a274f236f28fe4db20f
41adb87c2f1aa20e51f1af3542d65c920eb94be6
>
> Awais Belal (2):
> systemd-serialgetty: allow baud rate overriding
> lttng-tools: fix regression tests hang
>
> Bill Randle (1):
> systemd: fix segfault on shutdown
>
> Brad Mouring (2):
> busybox-1.23: Backport patch to fix zcip false-conflict
> busybox_git: Fix SRCREV
>
> Christopher Larson (1):
> systemd: chown hwdb.bin to root:root for do_rootfs
>
> Javier Viguera (1):
> bluez5: allow D-Bus to spawn obexd in systems without systemd
>
> Juro Bystricky (1):
> python3: fix building nativesdk-python3
>
> Khem Raj (1):
> ruby-native: Depend on openssl-native
>
> Li Xin (1):
> gcc-cross-canadian.inc: add INSANE_SKIP_ to avoid build warning
>
> Lukas Bulwahn (1):
> boost: ensure boost to remain an empty metapackage
>
> Ross Burton (2):
> cdrtools: update SRC_URI
> ncurses: update SRC_URI
>
> Ulrich Ölmann (1):
> nfs-utils: bugfix: adjust name of statd service unit
>
> meta/recipes-connectivity/bluez5/bluez5.inc | 1 +
> ...-obexd-without-systemd-in-the-user-sessio.patch | 63 +++
> .../files/bugfix-adjust-statd-service-name.patch | 34 ++
> .../nfs-utils/nfs-utils_1.3.1.bb | 1 +
> ...wrong-comparison-of-source-IP-with-our-IP.patch | 38 ++
> meta/recipes-core/busybox/busybox_1.23.2.bb | 1 +
> meta/recipes-core/busybox/busybox_git.bb | 2 +-
> meta/recipes-core/ncurses/ncurses_5.9.bb | 6 +-
> .../systemd-serialgetty/serial-getty@.service | 2 +-
> .../0023-backported-fixes-for-null-messages.patch | 101 +++++
> meta/recipes-core/systemd/systemd_225.bb | 2 +
> .../cdrtools/cdrtools-native_3.01a31.bb | 2 +-
> meta/recipes-devtools/gcc/gcc-cross-canadian.inc | 2 +
> meta/recipes-devtools/python/python3_3.4.3.bb | 1 +
> meta/recipes-devtools/ruby/ruby.inc | 2 +-
> .../lttng/lttng-tools/Fix-regression-tests.patch | 480 +++++++++++++++++++++
> meta/recipes-kernel/lttng/lttng-tools_2.6.0.bb | 1 +
> meta/recipes-support/boost/boost.inc | 1 +
> 18 files changed, 734 insertions(+), 6 deletions(-)
> create mode 100644 meta/recipes-connectivity/bluez5/bluez5/0001-Allow-using-obexd-without-systemd-in-the-user-sessio.patch
> create mode 100644 meta/recipes-connectivity/nfs-utils/files/bugfix-adjust-statd-service-name.patch
> create mode 100644 meta/recipes-core/busybox/busybox/0001-zcip-fix-wrong-comparison-of-source-IP-with-our-IP.patch
> create mode 100644 meta/recipes-core/systemd/systemd/0023-backported-fixes-for-null-messages.patch
> create mode 100644 meta/recipes-kernel/lttng/lttng-tools/Fix-regression-tests.patch
>
prev parent reply other threads:[~2016-04-11 14:14 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-11 7:29 [PATCH 00/14] [jethro] Consolidated pull Robert Yang
2016-04-11 7:29 ` [PATCH 01/14] ruby-native: Depend on openssl-native Robert Yang
2016-04-11 7:29 ` [PATCH 02/14] bluez5: allow D-Bus to spawn obexd in systems without systemd Robert Yang
2016-04-11 7:29 ` [PATCH 03/14] busybox-1.23: Backport patch to fix zcip false-conflict Robert Yang
2016-04-11 7:29 ` [PATCH 04/14] busybox_git: Fix SRCREV Robert Yang
2016-04-11 7:29 ` [PATCH 05/14] nfs-utils: bugfix: adjust name of statd service unit Robert Yang
2016-04-11 7:29 ` [PATCH 06/14] systemd: fix segfault on shutdown Robert Yang
2016-04-11 7:29 ` [PATCH 07/14] gcc-cross-canadian.inc: add INSANE_SKIP_ to avoid build warning Robert Yang
2016-04-11 7:29 ` [PATCH 08/14] cdrtools: update SRC_URI Robert Yang
2016-04-11 7:29 ` [PATCH 09/14] systemd: chown hwdb.bin to root:root for do_rootfs Robert Yang
2016-04-11 7:29 ` [PATCH 10/14] boost: ensure boost to remain an empty metapackage Robert Yang
2016-04-11 7:29 ` [PATCH 11/14] systemd-serialgetty: allow baud rate overriding Robert Yang
2016-04-11 7:29 ` [PATCH 12/14] python3: fix building nativesdk-python3 Robert Yang
2016-04-11 7:29 ` [PATCH 13/14] ncurses: update SRC_URI Robert Yang
2016-04-11 7:29 ` [PATCH 14/14] lttng-tools: fix regression tests hang Robert Yang
2016-04-11 14:14 ` akuster808 [this message]
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=570BB157.4050708@gmail.com \
--to=akuster808@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox