From: Arnout Vandecappelle <arnout@mind.be>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] util-linux: add option for lsblk
Date: Fri, 26 Feb 2016 00:24:57 +0100 [thread overview]
Message-ID: <56CF8D49.3020209@mind.be> (raw)
In-Reply-To: <1456432249-27364-1-git-send-email-thomas.petazzoni@free-electrons.com>
On 02/25/16 21:30, Thomas Petazzoni wrote:
> This commit adds an option to the util-linux package that allows to
> build the lsblk utility.
>
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Regards,
Arnout
> ---
> package/util-linux/Config.in | 5 +++++
> package/util-linux/util-linux.mk | 1 +
> 2 files changed, 6 insertions(+)
>
> diff --git a/package/util-linux/Config.in b/package/util-linux/Config.in
> index 3f9a7db..d4f9a3d 100644
> --- a/package/util-linux/Config.in
> +++ b/package/util-linux/Config.in
> @@ -139,6 +139,11 @@ config BR2_PACKAGE_UTIL_LINUX_LOSETUP
> help
> Set up and control loop devices
>
> +config BR2_PACKAGE_UTIL_LINUX_LSBLK
> + bool "lsblk"
> + help
> + List block devices.
> +
> config BR2_PACKAGE_UTIL_LINUX_MESG
> bool "mesg"
> help
> diff --git a/package/util-linux/util-linux.mk b/package/util-linux/util-linux.mk
> index 7342174..141dffd 100644
> --- a/package/util-linux/util-linux.mk
> +++ b/package/util-linux/util-linux.mk
> @@ -85,6 +85,7 @@ UTIL_LINUX_CONF_OPTS += \
> $(if $(BR2_PACKAGE_UTIL_LINUX_LINE),--enable-line,--disable-line) \
> $(if $(BR2_PACKAGE_UTIL_LINUX_LOGIN_UTILS),--enable-last --enable-login --enable-runuser --enable-su --enable-sulogin,--disable-last --disable-login --disable-runuser --disable-su --disable-sulogin) \
> $(if $(BR2_PACKAGE_UTIL_LINUX_LOSETUP),--enable-losetup,--disable-losetup) \
> + $(if $(BR2_PACKAGE_UTIL_LINUX_LSBLK),--enable-lsblk,--disable-lsblk) \
> $(if $(BR2_PACKAGE_UTIL_LINUX_MESG),--enable-mesg,--disable-mesg) \
> $(if $(BR2_PACKAGE_UTIL_LINUX_MINIX),--enable-minix,--disable-minix) \
> $(if $(BR2_PACKAGE_UTIL_LINUX_MORE),--enable-more,--disable-more) \
>
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286500
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF
next prev parent reply other threads:[~2016-02-25 23:24 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-25 20:30 [Buildroot] [PATCH] util-linux: add option for lsblk Thomas Petazzoni
2016-02-25 23:24 ` Arnout Vandecappelle [this message]
2016-02-26 18:49 ` Peter Korsgaard
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=56CF8D49.3020209@mind.be \
--to=arnout@mind.be \
--cc=buildroot@busybox.net \
/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.