Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/util-linux: add a host variant
@ 2014-02-02 17:22 Danomi Manchego
  2014-02-04 10:16 ` Arnout Vandecappelle
  0 siblings, 1 reply; 3+ messages in thread
From: Danomi Manchego @ 2014-02-02 17:22 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>

---

This was useful to us, to get reproducable versions of host
utils for post-build scripts - so maybe it will be useful
to others as well.
---
 package/Config.in.host            |    1 +
 package/util-linux/Config.in.host |    8 ++++++++
 2 files changed, 9 insertions(+)
 create mode 100644 package/util-linux/Config.in.host

diff --git a/package/Config.in.host b/package/Config.in.host
index 34e84bf..41c0071 100644
--- a/package/Config.in.host
+++ b/package/Config.in.host
@@ -14,5 +14,6 @@ source "package/parted/Config.in.host"
 source "package/sam-ba/Config.in.host"
 source "package/sunxi-tools/Config.in.host"
 source "package/uboot-tools/Config.in.host"
+source "package/util-linux/Config.in.host"
 
 endmenu
diff --git a/package/util-linux/Config.in.host b/package/util-linux/Config.in.host
new file mode 100644
index 0000000..f73dc43
--- /dev/null
+++ b/package/util-linux/Config.in.host
@@ -0,0 +1,8 @@
+config BR2_PACKAGE_HOST_UTIL_LINUX
+	bool "host util-linux"
+	help
+	  Various useful/essential linux libraries and utilities.
+
+	  Things like mkfs, mkswap, swapon, fdisk, mount, dmesg, etc...
+
+	  http://www.kernel.org/pub/linux/utils/util-linux/
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-02-04 10:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-02 17:22 [Buildroot] [PATCH 1/1] package/util-linux: add a host variant Danomi Manchego
2014-02-04 10:16 ` Arnout Vandecappelle
2014-02-04 10:22   ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox