mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Bernhard Sessler <bernhard.sessler@corscience.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH v3 2/2] tntnet: Add host package
Date: Tue, 18 Feb 2014 08:40:26 +0100	[thread overview]
Message-ID: <1392709226-27825-2-git-send-email-bernhard.sessler@corscience.de> (raw)
In-Reply-To: <1392709226-27825-1-git-send-email-bernhard.sessler@corscience.de>

This host package builds the tntnet SDK, which is required in order
to generate the pre-compiled C++ modules.

Signed-off-by: Bernhard Sessler <bernhard.sessler@corscience.de>
---
 rules/host-tntnet.in   |  7 +++++++
 rules/host-tntnet.make | 38 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)
 create mode 100644 rules/host-tntnet.in
 create mode 100644 rules/host-tntnet.make

diff --git a/rules/host-tntnet.in b/rules/host-tntnet.in
new file mode 100644
index 0000000..62ce0d7
--- /dev/null
+++ b/rules/host-tntnet.in
@@ -0,0 +1,7 @@
+## SECTION=hosttools_noprompt
+
+config HOST_TNTNET
+	tristate
+	default ALLYES
+	select HOST_ZLIB
+	select HOST_CXXTOOLS
diff --git a/rules/host-tntnet.make b/rules/host-tntnet.make
new file mode 100644
index 0000000..b22a3c4
--- /dev/null
+++ b/rules/host-tntnet.make
@@ -0,0 +1,38 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2014 by Bernhard Seßler <bernhard.sessler@corscience.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_TNTNET) += host-tntnet
+
+#
+# Paths and names
+#
+HOST_TNTNET_DIR		:= $(HOST_BUILDDIR)/$(TNTNET)
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+HOST_TNTNET_CONF_TOOL	:= autoconf
+HOST_TNTNET_CONF_OPT	:= \
+	$(HOST_AUTOCONF) \
+	--disable-dependency-tracking \
+	--disable-unittest \
+	--with-demos=no \
+	--with-epoll=no \
+	--with-sdk=yes \
+	--with-sendfile=no \
+	--with-server=no \
+	--with-ssl=no \
+	--with-stressjob=no
+
+# vim: syntax=make
-- 
1.8.3.2


-- 
ptxdist mailing list
ptxdist@pengutronix.de

      reply	other threads:[~2014-02-18  7:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-18  7:40 [ptxdist] [PATCH v3 1/2] cxxtools: " Bernhard Sessler
2014-02-18  7:40 ` Bernhard Sessler [this message]

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=1392709226-27825-2-git-send-email-bernhard.sessler@corscience.de \
    --to=bernhard.sessler@corscience.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