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: [meta-oe][PATCH 11/12] libblockdev: 2.18 -> 2.20
Date: Tue, 27 Nov 2018 16:32:45 +0800	[thread overview]
Message-ID: <f75ed4eb895b333ae5a6ae45328ff0bdbf3fa438.1543307294.git.hongxu.jia@windriver.com> (raw)
In-Reply-To: <cover.1543307294.git.hongxu.jia@windriver.com>

Add nvdimm support since upstream python3-blivet [20ae5ea Re-add
nvdimm plugin Recommends on 3.1+.]

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
---
 .../libblockdev/{libblockdev_2.18.bb => libblockdev_2.20.bb}        | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-extended/libblockdev/{libblockdev_2.18.bb => libblockdev_2.20.bb} (92%)

diff --git a/meta-oe/recipes-extended/libblockdev/libblockdev_2.18.bb b/meta-oe/recipes-extended/libblockdev/libblockdev_2.20.bb
similarity index 92%
rename from meta-oe/recipes-extended/libblockdev/libblockdev_2.18.bb
rename to meta-oe/recipes-extended/libblockdev/libblockdev_2.20.bb
index 35f0cc0..54a188d 100644
--- a/meta-oe/recipes-extended/libblockdev/libblockdev_2.18.bb
+++ b/meta-oe/recipes-extended/libblockdev/libblockdev_2.20.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c07cb499d259452f324bb90c3067d85c"
 
 inherit autotools python3native gobject-introspection
 
-SRCREV = "0debeb45562ac3d8f6f43f6f942b238abab55be9"
+SRCREV = "cb308566c3c5222b8422f78997a1742713b265a9"
 SRC_URI = " \
     git://github.com/rhinstaller/libblockdev;branch=master \
 "
@@ -19,7 +19,7 @@ S = "${WORKDIR}/git"
 
 FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR}"
 
-PACKAGECONFIG ??= "python3 lvm dm kmod parted fs escrow btrfs crypto mdraid kbd mpath"
+PACKAGECONFIG ??= "python3 lvm dm kmod parted fs escrow btrfs crypto mdraid kbd mpath nvdimm"
 PACKAGECONFIG[python3] = "--with-python3, --without-python3,,python3"
 PACKAGECONFIG[python2] = "--with-python2, --without-python2,,python2"
 PACKAGECONFIG[lvm] = "--with-lvm, --without-lvm, multipath-tools, lvm2"
@@ -30,7 +30,7 @@ PACKAGECONFIG[kmod] = "--with-kbd, --without-kbd, kmod"
 PACKAGECONFIG[parted] = "--with-part, --without-part, parted"
 PACKAGECONFIG[fs] = "--with-fs, --without-fs, util-linux"
 PACKAGECONFIG[doc] = "--with-gtk-doc, --without-gtk-doc, gtk-doc-native"
-PACKAGECONFIG[nvdimm] = "--with-nvdimm, --without-nvdimm"
+PACKAGECONFIG[nvdimm] = "--with-nvdimm, --without-nvdimm, ndctl util-linux"
 PACKAGECONFIG[vdo] = "--with-vdo, --without-vdo"
 PACKAGECONFIG[escrow] = "--with-escrow, --without-escrow, nss volume-key"
 PACKAGECONFIG[btrfs] = "--with-btrfs,--without-btrfs,libbytesize btrfs-tools"
-- 
2.7.4



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

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-27  8:32 [PATCH 00/12] Upgrade 12 recipes Hongxu Jia
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 ` Hongxu Jia [this message]
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=f75ed4eb895b333ae5a6ae45328ff0bdbf3fa438.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.