mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Markus Niebel <niebelm@tqsc.de>
To: ptxdist@pengutronix.de
Cc: felschm@tqsc.de, Markus Niebel <Markus.Niebel@tq-group.com>
Subject: [ptxdist] [PATCH 1/2] host-bc: add rule for host-bc target
Date: Fri,  3 Feb 2017 12:03:43 +0100	[thread overview]
Message-ID: <1486119824-22603-2-git-send-email-niebelm@tqsc.de> (raw)
In-Reply-To: <1486119824-22603-1-git-send-email-niebelm@tqsc.de>

From: Markus Niebel <Markus.Niebel@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.Niebel@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 <mkl@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	other threads:[~2017-02-03 11:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-03 11:03 [ptxdist] [PATCH 0/2] fix kernel build dep from bc Markus Niebel
2017-02-03 11:03 ` Markus Niebel [this message]
2017-02-03 11:03 ` [ptxdist] [PATCH 2/2] kernel: depend kernel on having bc installed Markus Niebel

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=1486119824-22603-2-git-send-email-niebelm@tqsc.de \
    --to=niebelm@tqsc.de \
    --cc=Markus.Niebel@tq-group.com \
    --cc=felschm@tqsc.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