summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-05-22 09:55:05 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-05-31 09:58:11 +0200
commit7c3c44a4d5c128076f0165439aa2ad7de7db7ff7 (patch)
treed2c025dcc64348ac74505ddcf7545c6523550c02
parent5a13a4d3dd47ed1c28de6c262cd918a800f8d45b (diff)
downloadptxdist-7c3c44a4d5c128076f0165439aa2ad7de7db7ff7.tar.gz
ptxdist-7c3c44a4d5c128076f0165439aa2ad7de7db7ff7.tar.xz
host-dosfstools: new package
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--platforms/hosttools.in1
-rw-r--r--rules/host-dosfstools.in5
-rw-r--r--rules/host-dosfstools.make23
3 files changed, 29 insertions, 0 deletions
diff --git a/platforms/hosttools.in b/platforms/hosttools.in
index 8677697c0..fbb2ce301 100644
--- a/platforms/hosttools.in
+++ b/platforms/hosttools.in
@@ -3,6 +3,7 @@ source "rules/cross-nasm.in"
source "rules/host-cdrkit.in"
source "rules/host-cmake.in"
source "rules/host-cramfs.in"
+source "rules/host-dosfstools.in"
source "rules/host-e2fsprogs.in"
source "rules/host-genext2fs.in"
source "rules/host-genpart.in"
diff --git a/rules/host-dosfstools.in b/rules/host-dosfstools.in
new file mode 100644
index 000000000..4f4a5b5c5
--- /dev/null
+++ b/rules/host-dosfstools.in
@@ -0,0 +1,5 @@
+## SECTION=hosttools_noprompt
+
+config HOST_DOSFSTOOLS
+ tristate
+ default ALLYES
diff --git a/rules/host-dosfstools.make b/rules/host-dosfstools.make
new file mode 100644
index 000000000..6ab5fcf5a
--- /dev/null
+++ b/rules/host-dosfstools.make
@@ -0,0 +1,23 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2011 by Michael Olbrich <m.olbrich@pengutronix.de>
+#
+# See CREDITS for details about who has contributed to this project.
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+#
+# We provide this package
+#
+HOST_PACKAGES-$(PTXCONF_HOST_DOSFSTOOLS) += host-dosfstools
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+HOST_DOSFSTOOLS_CONF_TOOL := NO
+HOST_DOSFSTOOLS_INSTALL_OPT := PREFIX= install
+
+# vim: syntax=make