public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: Robert Yang <liezhi.yang@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: [PATCH 0/6] Packages Upgrade
Date: Wed, 12 Jul 2017 03:15:25 -0700	[thread overview]
Message-ID: <cover.1499854502.git.liezhi.yang@windriver.com> (raw)

The following changes since commit b1c4661742d12cfd444043e597d01bd627ee4ca4:

  libiconv: remove 0001-Fix-link-error-when-compiling-with-gcc-O0.patch (2017-07-11 15:41:35 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib rbt/PU
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=rbt/PU

Robert Yang (6):
  automake: 1.15 -> 1.15.1
  cryptodev: 1.8 -> 1.9
  debianutils: 4.8.1 -> 4.8.1.1
  git: 2.11.1 -> 2.13.2
  gnu-efi: 3.0.5 -> 3.0.6
  libbsd: 0.8.3 -> 0.8.5

 ...plicit-fall-through-so-Wextra-will-work-i.patch |  34 ---
 .../gnu-efi/gnu-efi/parallel-make-archives.patch   |  30 +--
 .../gnu-efi/{gnu-efi_3.0.5.bb => gnu-efi_3.0.6.bb} |   5 +-
 ...0001-automake-port-to-Perl-5.22-and-later.patch |  32 ---
 .../{automake_1.15.bb => automake_1.15.1.bb}       |   5 +-
 meta/recipes-devtools/git/git.inc                  |   1 -
 meta/recipes-devtools/git/git_2.11.1.bb            |  11 -
 meta/recipes-devtools/git/git_2.13.2.bb            |  11 +
 ...yptodev-linux_1.8.bb => cryptodev-linux_1.9.bb} |   0
 ...todev-module_1.8.bb => cryptodev-module_1.9.bb} |   0
 ...yptodev-tests_1.8.bb => cryptodev-tests_1.9.bb} |   2 +-
 meta/recipes-kernel/cryptodev/cryptodev.inc        |  10 +-
 ...st-to-another-change-in-the-user-page-API.patch |  40 ---
 ...talling-header-file-provided-by-another-p.patch |  18 +-
 .../06d6b560c6e45dc317dae47c74706fa43f4a31d8.patch |  54 ----
 .../cb186f682679383e8b5806240927903730ce85d9.patch | 279 ---------------------
 .../cryptodev/files/kernel-4-10-changes.patch      |  57 -----
 ...debianutils_4.8.1.bb => debianutils_4.8.1.1.bb} |   7 +-
 .../libbsd/{libbsd_0.8.3.bb => libbsd_0.8.5.bb}    |   6 +-
 19 files changed, 39 insertions(+), 563 deletions(-)
 delete mode 100644 meta/recipes-bsp/gnu-efi/gnu-efi/0001-Mark-our-explicit-fall-through-so-Wextra-will-work-i.patch
 rename meta/recipes-bsp/gnu-efi/{gnu-efi_3.0.5.bb => gnu-efi_3.0.6.bb} (92%)
 delete mode 100644 meta/recipes-devtools/automake/automake/0001-automake-port-to-Perl-5.22-and-later.patch
 rename meta/recipes-devtools/automake/{automake_1.15.bb => automake_1.15.1.bb} (84%)
 delete mode 100644 meta/recipes-devtools/git/git_2.11.1.bb
 create mode 100644 meta/recipes-devtools/git/git_2.13.2.bb
 rename meta/recipes-kernel/cryptodev/{cryptodev-linux_1.8.bb => cryptodev-linux_1.9.bb} (100%)
 rename meta/recipes-kernel/cryptodev/{cryptodev-module_1.8.bb => cryptodev-module_1.9.bb} (100%)
 rename meta/recipes-kernel/cryptodev/{cryptodev-tests_1.8.bb => cryptodev-tests_1.9.bb} (88%)
 delete mode 100644 meta/recipes-kernel/cryptodev/files/0001-Adjust-to-another-change-in-the-user-page-API.patch
 delete mode 100644 meta/recipes-kernel/cryptodev/files/06d6b560c6e45dc317dae47c74706fa43f4a31d8.patch
 delete mode 100644 meta/recipes-kernel/cryptodev/files/cb186f682679383e8b5806240927903730ce85d9.patch
 delete mode 100644 meta/recipes-kernel/cryptodev/files/kernel-4-10-changes.patch
 rename meta/recipes-support/debianutils/{debianutils_4.8.1.bb => debianutils_4.8.1.1.bb} (86%)
 rename meta/recipes-support/libbsd/{libbsd_0.8.3.bb => libbsd_0.8.5.bb} (88%)

-- 
2.10.2



             reply	other threads:[~2017-07-12 10:15 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-12 10:15 Robert Yang [this message]
2017-07-12 10:15 ` [PATCH 1/6] automake: 1.15 -> 1.15.1 Robert Yang
2017-07-12 10:15 ` [PATCH 2/6] cryptodev: 1.8 -> 1.9 Robert Yang
2017-07-12 12:32   ` Burton, Ross
2017-07-12 13:36     ` Robert Yang
2017-07-12 13:39       ` Burton, Ross
2017-07-13  2:51         ` Robert Yang
2017-07-13  9:50           ` Burton, Ross
2017-07-13 10:03             ` Robert Yang
2017-07-15 13:13               ` Khem Raj
2017-07-18 18:54                 ` Denys Dmytriyenko
2017-07-20 15:14                   ` Burton, Ross
2017-07-18  8:45               ` Paul Eggleton
2017-07-18  8:48                 ` Robert Yang
2017-07-12 10:15 ` [PATCH 3/6] debianutils: 4.8.1 -> 4.8.1.1 Robert Yang
2017-07-12 10:15 ` [PATCH 4/6] git: 2.11.1 -> 2.13.2 Robert Yang
2017-07-12 15:38   ` Leonardo Sandoval
2017-07-13  2:55     ` Robert Yang
2017-07-13 12:50       ` Jose Lamego
2017-07-12 10:15 ` [PATCH 5/6] gnu-efi: 3.0.5 -> 3.0.6 Robert Yang
2017-07-12 10:15 ` [PATCH 6/6] libbsd: 0.8.3 -> 0.8.5 Robert Yang
2017-07-13  9:40   ` Burton, Ross
2017-07-13  9:45     ` Burton, Ross
2017-07-13 11:10       ` Robert Yang
2017-07-13 13:32         ` Khem Raj
  -- strict thread matches above, loose matches on Subject: below --
2015-08-04  6:40 [PATCH 0/6] Packages Upgrade Robert Yang
2015-06-02 14:48 Robert Yang
2015-02-20  5:37 [PATCH 0/6] Packages upgrade Robert Yang
2014-12-23  5:09 Hongxu Jia

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=cover.1499854502.git.liezhi.yang@windriver.com \
    --to=liezhi.yang@windriver.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