mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 12:12:16 +02:00
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>
17 lines
467 B
BlitzBasic
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
|
|
}
|