From 55740758c39a1bea69cb249c4aadcae462017c86 Mon Sep 17 00:00:00 2001 From: Jan Luebbe Date: Tue, 14 Feb 2023 14:13:49 +0100 Subject: linux-serial-test: add recipe This is a collection of tests for serial ports and their drivers. Signed-off-by: Jan Luebbe Signed-off-by: Khem Raj --- .../recipes-test/linux-serial-test/linux-serial-test_git.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta-oe/recipes-test/linux-serial-test/linux-serial-test_git.bb (limited to 'meta-oe') 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 @@ +DESCRIPTION = "Linux Serial Test Application" +HOMEPAGE = "https://github.com/cbrake/linux-serial-test" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSES/MIT;md5=544799d0b492f119fa04641d1b8868ed" + +SRC_URI = "git://github.com/cbrake/linux-serial-test.git;protocol=https;branch=master" + +PV = "0+git${SRCPV}" +SRCREV = "cacd2790eae7bf4767d4243f5b31134698d3b20d" + +S = "${WORKDIR}/git" + +inherit cmake -- cgit v1.2.3-54-g00ecf