summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-12-09 17:23:45 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2020-01-09 19:47:19 +0100
commit07eef25600cf5663f2b5881d0e9570147915da67 (patch)
tree403f5d554a664373258dc42297a7413d722bd279
parent2f4a9c18fed53be5805667d7572b833a698c1fbd (diff)
serial-test: import recipe
The recipe is imported from meta-phytec and updated to latest upstream. https://git.phytec.de/meta-phytec/tree/recipes-devtools/serialtest Related-to: ELB-1284 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--recipes-devtools/serialtest/serial-test_git.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-devtools/serialtest/serial-test_git.bb b/recipes-devtools/serialtest/serial-test_git.bb
new file mode 100644
index 0000000..7cbc969
--- /dev/null
+++ b/recipes-devtools/serialtest/serial-test_git.bb
@@ -0,0 +1,12 @@
+SUMMARY = "Serial test application"
+HOMEPAGE = "https://github.com/cbrake/linux-serial-test"
+SECTION = "utils"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSES/MIT;md5=544799d0b492f119fa04641d1b8868ed"
+SRCREV = "d5d32b0765f0ae78e6ec4cbe6ad0800e470aaf67"
+
+SRC_URI = "git://github.com/cbrake/linux-serial-test.git;branch=master;protocol=git"
+
+S = "${WORKDIR}/git/"
+
+inherit cmake