All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hongxu Jia <hongxu.jia@windriver.com>
To: <raj.khem@gmail.com>
Cc: openembedded-devel@lists.openembedded.org
Subject: [PATCH 00/12] Upgrade 12 recipes
Date: Tue, 27 Nov 2018 16:32:34 +0800	[thread overview]
Message-ID: <cover.1543307294.git.hongxu.jia@windriver.com> (raw)

The following changes since commit c26b10b155cf7873ffc8e966f95fd4abed8230c6:

  opensc: 0.18.0 version fix fetch error (2018-11-16 14:46:44 -0800)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib hongxu/upgrade-20181127
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=hongxu/upgrade-20181127

Hongxu Jia (12):
  dconf: 0.28.0 -> 0.30.1
  python3-pykickstart: 3.15 -> 3.18
  python3-blivetgui: 2.1.8 -> 2.1.9
  python3-blivet: 3.0.1 -> 3.1.1
  libreport: 2.9.5 -> 2.9.6
  volume-key: 0.3.11 -> 0.3.12
  efibootmgr: 0.16 -> 17
  libbytesize: 1.3 -> 1.4
  efivar: correct version number 0.36 -> 36
  lvm2/libdevmapper: 2.02.180 -> 2.03.01
  libblockdev: 2.18 -> 2.20
  ndctl: v62 -> v63

 .../0001-meson.build-do-not-compile-docs.patch     |  27 ++++
 .../dconf/{dconf_0.28.0.bb => dconf_0.30.1.bb}     |   7 +-
 .../{efibootmgr_0.16.bb => efibootmgr_17.bb}       |   2 +-
 .../efivar/{efivar_0.36.bb => efivar_36.bb}        |   0
 .../ndctl/{ndctl_git.bb => ndctl_v63.bb}           |   9 +-
 .../{libblockdev_2.18.bb => libblockdev_2.20.bb}   |   6 +-
 .../{libreport_2.9.5.bb => libreport_2.9.6.bb}     |   2 +-
 .../{volume-key_0.3.11.bb => volume-key_0.3.12.bb} |   8 +-
 .../{libbytesize_1.3.bb => libbytesize_1.4.bb}     |   3 +-
 .../0001-Avoid-bashisms-in-init-scripts.patch      | 136 ++++++---------------
 .../lvm2/files/0005-do-not-build-manual.patch      |  30 ++---
 ...vmapper_2.02.180.bb => libdevmapper_2.03.01.bb} |   4 +-
 meta-oe/recipes-support/lvm2/lvm2.inc              |   8 +-
 .../0001-explicitly-do-not-install-libdm.patch     |  33 ++---
 .../lvm2/{lvm2_2.02.180.bb => lvm2_2.03.01.bb}     |   4 +-
 .../python3-blivet/0001-comment-out-selinux.patch  |  12 +-
 .../0002-run_program-support-timeout.patch         |  21 ++--
 .../0003-support-infinit-timeout.patch             |  14 +--
 ...0004-fix-new.roots-object-is-not-iterable.patch |   6 +-
 ...correct-timeout-while-system-time-changed.patch |   6 +-
 .../python3-blivet/0006-tweak-btrfs-packages.patch |   2 +-
 ...0007-invoking-mount-with-infinite-timeout.patch |  18 +--
 ...-use-oe-variable-to-replace-hardcoded-dir.patch |   4 +-
 .../0009-invoking-fsck-with-infinite-timeout.patch |   2 +-
 .../0010-invoking-mkfs-with-infinite-timeout.patch |   2 +-
 .../0011-invoking-dd-with-infinite-timeout.patch   |   6 +-
 .../0012-remove-dmraid-dependency-check.patch      |  31 -----
 .../0013-add-Z-y-and-y-to-lvm.pvcreate.patch       |  41 -------
 ...on3-blivet_3.0.1.bb => python3-blivet_3.1.1.bb} |   4 +-
 ...ivetgui_2.1.8.bb => python3-blivetgui_2.1.9.bb} |   2 +-
 ...ckstart_3.15.bb => python3-pykickstart_3.18.bb} |   2 +-
 31 files changed, 173 insertions(+), 279 deletions(-)
 create mode 100644 meta-gnome/recipes-gnome/dconf/dconf/0001-meson.build-do-not-compile-docs.patch
 rename meta-gnome/recipes-gnome/dconf/{dconf_0.28.0.bb => dconf_0.30.1.bb} (60%)
 rename meta-oe/recipes-bsp/efibootmgr/{efibootmgr_0.16.bb => efibootmgr_17.bb} (93%)
 rename meta-oe/recipes-bsp/efivar/{efivar_0.36.bb => efivar_36.bb} (100%)
 rename meta-oe/recipes-core/ndctl/{ndctl_git.bb => ndctl_v63.bb} (81%)
 rename meta-oe/recipes-extended/libblockdev/{libblockdev_2.18.bb => libblockdev_2.20.bb} (92%)
 rename meta-oe/recipes-extended/libreport/{libreport_2.9.5.bb => libreport_2.9.6.bb} (96%)
 rename meta-oe/recipes-extended/volume_key/{volume-key_0.3.11.bb => volume-key_0.3.12.bb} (71%)
 rename meta-oe/recipes-support/libbytesize/{libbytesize_1.3.bb => libbytesize_1.4.bb} (91%)
 rename meta-oe/recipes-support/lvm2/{libdevmapper_2.02.180.bb => libdevmapper_2.03.01.bb} (55%)
 rename meta-oe/recipes-support/lvm2/{lvm2_2.02.180.bb => lvm2_2.03.01.bb} (88%)
 delete mode 100644 meta-python/recipes-extended/python-blivet/python3-blivet/0012-remove-dmraid-dependency-check.patch
 delete mode 100644 meta-python/recipes-extended/python-blivet/python3-blivet/0013-add-Z-y-and-y-to-lvm.pvcreate.patch
 rename meta-python/recipes-extended/python-blivet/{python3-blivet_3.0.1.bb => python3-blivet_3.1.1.bb} (89%)
 rename meta-python/recipes-extended/python-blivet/{python3-blivetgui_2.1.8.bb => python3-blivetgui_2.1.9.bb} (92%)
 rename meta-python/recipes-extended/python-pykickstart/{python3-pykickstart_3.15.bb => python3-pykickstart_3.18.bb} (94%)

-- 
2.7.4



             reply	other threads:[~2018-11-27  8:16 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-27  8:32 Hongxu Jia [this message]
2018-11-27  8:32 ` [meta-gnome][PATCH 01/12] dconf: 0.28.0 -> 0.30.1 Hongxu Jia
2018-11-27  8:32 ` [meta-python][PATCH 02/12] python3-pykickstart: 3.15 -> 3.18 Hongxu Jia
2018-11-27  8:32 ` [meta-python][PATCH 03/12] python3-blivetgui: 2.1.8 -> 2.1.9 Hongxu Jia
2018-11-27  8:32 ` [meta-python][PATCH 04/12] python3-blivet: 3.0.1 -> 3.1.1 Hongxu Jia
2018-11-27  8:32 ` [meta-oe][PATCH 05/12] libreport: 2.9.5 -> 2.9.6 Hongxu Jia
2018-11-27  8:32 ` [meta-oe][PATCH 06/12] volume-key: 0.3.11 -> 0.3.12 Hongxu Jia
2018-11-27  8:32 ` [meta-oe][PATCH 07/12] efibootmgr: 0.16 -> 17 Hongxu Jia
2018-11-27  8:32 ` [meta-oe][PATCH 08/12] libbytesize: 1.3 -> 1.4 Hongxu Jia
2018-11-27  8:32 ` [meta-oe][PATCH 09/12] efivar: correct version number 0.36 -> 36 Hongxu Jia
2018-11-27  8:32 ` [meta-oe][PATCH 10/12] lvm2/libdevmapper: 2.02.180 -> 2.03.01 Hongxu Jia
2018-11-27  8:32 ` [meta-oe][PATCH 11/12] libblockdev: 2.18 -> 2.20 Hongxu Jia
2018-11-27  8:32 ` [meta-oe][PATCH 12/12] ndctl: v62 -> v63 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.1543307294.git.hongxu.jia@windriver.com \
    --to=hongxu.jia@windriver.com \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=raj.khem@gmail.com \
    /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.