summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Luebbe <jlu@pengutronix.de>2023-02-14 14:13:49 +0100
committerKhem Raj <raj.khem@gmail.com>2023-02-15 08:23:49 -0800
commit55740758c39a1bea69cb249c4aadcae462017c86 (patch)
treeeebb59972dea0bafcb237adb5f425acc19a9b81c
parent58cfd6ba88397f43bcc111f69f850558d6e28860 (diff)
downloadmeta-openembedded-55740758c39a1bea69cb249c4aadcae462017c86.tar.gz
linux-serial-test: add recipe
This is a collection of tests for serial ports and their drivers. Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-test/linux-serial-test/linux-serial-test_git.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-oe/recipes-test/linux-serial-test/linux-serial-test_git.bb b/meta-oe/recipes-test/linux-serial-test/linux-serial-test_git.bb
new file mode 100644
index 000000000..7f08a82d6
--- /dev/null
+++ b/meta-oe/recipes-test/linux-serial-test/linux-serial-test_git.bb
@@ -0,0 +1,13 @@
1DESCRIPTION = "Linux Serial Test Application"
2HOMEPAGE = "https://github.com/cbrake/linux-serial-test"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSES/MIT;md5=544799d0b492f119fa04641d1b8868ed"
5
6SRC_URI = "git://github.com/cbrake/linux-serial-test.git;protocol=https;branch=master"
7
8PV = "0+git${SRCPV}"
9SRCREV = "cacd2790eae7bf4767d4243f5b31134698d3b20d"
10
11S = "${WORKDIR}/git"
12
13inherit cmake