All of lore.kernel.org
 help / color / mirror / Atom feed
From: yegorslists at googlemail.com <yegorslists@googlemail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] package/linux-serial-test: new package
Date: Tue,  5 Nov 2019 12:56:07 +0100	[thread overview]
Message-ID: <20191105115607.5406-1-yegorslists@googlemail.com> (raw)

From: Yegor Yefremov <yegorslists@googlemail.com>

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 DEVELOPERS                                       |  1 +
 package/Config.in                                |  1 +
 package/linux-serial-test/Config.in              |  6 ++++++
 package/linux-serial-test/linux-serial-test.hash |  2 ++
 package/linux-serial-test/linux-serial-test.mk   | 12 ++++++++++++
 5 files changed, 22 insertions(+)
 create mode 100644 package/linux-serial-test/Config.in
 create mode 100644 package/linux-serial-test/linux-serial-test.hash
 create mode 100644 package/linux-serial-test/linux-serial-test.mk

diff --git a/DEVELOPERS b/DEVELOPERS
index 24c57b25f7..33273ce6c8 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -2504,6 +2504,7 @@ F:	package/libsocketcan/
 F:	package/libubox/
 F:	package/libuci/
 F:	package/linux-firmware/
+F:	package/linux-serial-test/
 F:	package/modem-manager/
 F:	package/nftables/
 F:	package/nuttcp/
diff --git a/package/Config.in b/package/Config.in
index 1ad1d49a8a..f72c77b416 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -470,6 +470,7 @@ endmenu
 	source "package/libubootenv/Config.in"
 	source "package/libuio/Config.in"
 	source "package/linux-backports/Config.in"
+	source "package/linux-serial-test/Config.in"
 	source "package/linuxconsoletools/Config.in"
 	source "package/lirc-tools/Config.in"
 	source "package/lm-sensors/Config.in"
diff --git a/package/linux-serial-test/Config.in b/package/linux-serial-test/Config.in
new file mode 100644
index 0000000000..9ba4badc92
--- /dev/null
+++ b/package/linux-serial-test/Config.in
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_LINUX_SERIAL_TEST
+	bool "linux-serial-test"
+	help
+	  Serial port test utility.
+
+	  https://github.com/cbrake/linux-serial-test
diff --git a/package/linux-serial-test/linux-serial-test.hash b/package/linux-serial-test/linux-serial-test.hash
new file mode 100644
index 0000000000..4f94bff436
--- /dev/null
+++ b/package/linux-serial-test/linux-serial-test.hash
@@ -0,0 +1,2 @@
+# Locally computed
+sha256  d04f4420abfeda5ee62662e790ea6ae5ddc2e758870e04ab76fa35d6de9cdce0  linux-serial-test-9965dad53ba63eea0eea05a0f9d5cb851425fcba.tar.gz
diff --git a/package/linux-serial-test/linux-serial-test.mk b/package/linux-serial-test/linux-serial-test.mk
new file mode 100644
index 0000000000..e10a45ce90
--- /dev/null
+++ b/package/linux-serial-test/linux-serial-test.mk
@@ -0,0 +1,12 @@
+################################################################################
+#
+# linux-serial-test
+#
+################################################################################
+
+LINUX_SERIAL_TEST_VERSION = 9965dad53ba63eea0eea05a0f9d5cb851425fcba
+LINUX_SERIAL_TEST_SITE = $(call github,cbrake,linux-serial-test,$(LINUX_SERIAL_TEST_VERSION))
+LINUX_SERIAL_TEST_LICENSE = MIT
+LINUX_SERIAL_TEST_LICENSE_FILES = LICENSES/MIT
+
+$(eval $(cmake-package))
-- 
2.17.1

             reply	other threads:[~2019-11-05 11:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-05 11:56 yegorslists at googlemail.com [this message]
2019-11-05 19:54 ` [Buildroot] [PATCH] package/linux-serial-test: new package Yann E. MORIN
2019-11-06 13:54   ` Yegor Yefremov

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=20191105115607.5406-1-yegorslists@googlemail.com \
    --to=yegorslists@googlemail.com \
    --cc=buildroot@busybox.net \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.