From 07eef25600cf5663f2b5881d0e9570147915da67 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 9 Dec 2019 17:23:45 +0100 Subject: 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 --- recipes-devtools/serialtest/serial-test_git.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 recipes-devtools/serialtest/serial-test_git.bb 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 -- cgit v1.2.3