diff options
author | Jan Luebbe <jlu@pengutronix.de> | 2023-02-14 14:13:49 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-02-15 08:23:49 -0800 |
commit | 55740758c39a1bea69cb249c4aadcae462017c86 (patch) | |
tree | eebb59972dea0bafcb237adb5f425acc19a9b81c /meta-oe/recipes-test/linux-serial-test/linux-serial-test_git.bb | |
parent | 58cfd6ba88397f43bcc111f69f850558d6e28860 (diff) | |
download | meta-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>
Diffstat (limited to 'meta-oe/recipes-test/linux-serial-test/linux-serial-test_git.bb')
-rw-r--r-- | meta-oe/recipes-test/linux-serial-test/linux-serial-test_git.bb | 13 |
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 @@ | |||
1 | DESCRIPTION = "Linux Serial Test Application" | ||
2 | HOMEPAGE = "https://github.com/cbrake/linux-serial-test" | ||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSES/MIT;md5=544799d0b492f119fa04641d1b8868ed" | ||
5 | |||
6 | SRC_URI = "git://github.com/cbrake/linux-serial-test.git;protocol=https;branch=master" | ||
7 | |||
8 | PV = "0+git${SRCPV}" | ||
9 | SRCREV = "cacd2790eae7bf4767d4243f5b31134698d3b20d" | ||
10 | |||
11 | S = "${WORKDIR}/git" | ||
12 | |||
13 | inherit cmake | ||