From: Markus Niebel <markus.nie...@tq-group.com>

bc is needed to build kernel versions above 3.10. The
tool is installed on most development systems but we want
to be user firendly.

Signed-off-by: Markus Niebel <markus.nie...@tq-group.com>
---
 rules/host-bc.in   |  6 ++++++
 rules/host-bc.make | 17 +++++++++++++++++
 2 files changed, 23 insertions(+)
 create mode 100644 rules/host-bc.in
 create mode 100644 rules/host-bc.make

diff --git a/rules/host-bc.in b/rules/host-bc.in
new file mode 100644
index 0000000..901f8a5
--- /dev/null
+++ b/rules/host-bc.in
@@ -0,0 +1,6 @@
+## SECTION=hosttools_noprompt
+## SECTION=hosttools_platform
+
+config HOST_BC
+       tristate
+       default ALLYES
diff --git a/rules/host-bc.make b/rules/host-bc.make
new file mode 100644
index 0000000..060c8e0
--- /dev/null
+++ b/rules/host-bc.make
@@ -0,0 +1,17 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2013 by Marc Kleine-Budde <m...@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_BC) += host-bc
+
+
+# vim: syntax=make
-- 
1.9.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to