mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
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>
This commit is contained in:
parent
58cfd6ba88
commit
55740758c3
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user