Files
meta-openembedded/meta-oe/recipes-support/rtc-tools/rtc-tools_1.0.0.bb
Fabio Estevam 5d341cb540 rtc-tools: Add a recipe
rtc-tools is a useful utility developed by Alexandre Belloni
for testing RTC kernel drivers, such as y2038 support.

Based on the initial recipe from Heiko Schocher <hs@denx.de>.

Signed-off-by: Fabio Estevam <festevam@denx.de>
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-02-07 16:36:08 -08:00

17 lines
467 B
BlitzBasic

SUMMARY = "Useful programs to test rtc drivers"
LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=74274e8a218423e49eefdea80bc55038"
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/${BPN}.git;protocol=https;branch=master \
file://0001-rtc-tools-Add-a-Makefile.patch \
"
SRCREV = "acc442e7af4e1e783432a43d37f1a7938c692659"
S = "${WORKDIR}/git"
EXTRA_OEMAKE = "DESTDIR=${D}"
do_install() {
oe_runmake install
}