mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Oleksij Rempel <o.rempel@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Oleksij Rempel <o.rempel@pengutronix.de>
Subject: [ptxdist] [PATCH v2 1/2] util-linux-ng: make mkfs configurable
Date: Fri, 23 Jun 2017 13:19:40 +0200	[thread overview]
Message-ID: <20170623111941.25182-2-o.rempel@pengutronix.de> (raw)
In-Reply-To: <20170623111941.25182-1-o.rempel@pengutronix.de>

mkfs is used by ecryptfs-tools/tests.

Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
---
 rules/util-linux-ng.in   | 7 +++++++
 rules/util-linux-ng.make | 3 +++
 2 files changed, 10 insertions(+)

diff --git a/rules/util-linux-ng.in b/rules/util-linux-ng.in
index 8141a392f..d936dfe56 100644
--- a/rules/util-linux-ng.in
+++ b/rules/util-linux-ng.in
@@ -400,4 +400,11 @@ config UTIL_LINUX_NG_CHMEM
 	  The chmem command sets a particular size or range of
           memory online or offline.
 
+config UTIL_LINUX_NG_MKFS
+	bool
+	prompt "mkfs"
+	help
+	  The mkfs command is a generic wrapper for fs specific
+          mkfs.* commands.
+
 endif
diff --git a/rules/util-linux-ng.make b/rules/util-linux-ng.make
index 9905a50ed..a0915bc02 100644
--- a/rules/util-linux-ng.make
+++ b/rules/util-linux-ng.make
@@ -297,6 +297,9 @@ endif
 ifdef PTXCONF_UTIL_LINUX_NG_ZRAMCTL
 	@$(call install_copy, util-linux-ng, 0, 0, 0755, -, /usr/sbin/zramctl)
 endif
+ifdef PTXCONF_UTIL_LINUX_NG_MKFS
+	@$(call install_copy, util-linux-ng, 0, 0, 0755, -, /usr/sbin/mkfs)
+endif
 
 	@$(call install_finish, util-linux-ng)
 
-- 
2.11.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

  reply	other threads:[~2017-06-23 11:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-23 11:19 [ptxdist] [PATCH v2 0/2] provide ecryptfs tests Oleksij Rempel
2017-06-23 11:19 ` Oleksij Rempel [this message]
2017-06-23 11:19 ` [ptxdist] [PATCH v2 2/2] ecryptfs-utils: provide option for test scripts Oleksij Rempel

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=20170623111941.25182-2-o.rempel@pengutronix.de \
    --to=o.rempel@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /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