From efaea5f76939be17b9e5e97c9741c20b44c062dc Mon Sep 17 00:00:00 2001 From: Stefan Eichenberger Date: Fri, 14 Jul 2017 13:27:11 +0200 Subject: [PATCH] wakeup-timer: add wakeup-timer for am335x --- recipes-kernel/wakeup-timer/wakeup-timer_1.0.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 recipes-kernel/wakeup-timer/wakeup-timer_1.0.bb diff --git a/recipes-kernel/wakeup-timer/wakeup-timer_1.0.bb b/recipes-kernel/wakeup-timer/wakeup-timer_1.0.bb new file mode 100644 index 0000000..cab2a9c --- /dev/null +++ b/recipes-kernel/wakeup-timer/wakeup-timer_1.0.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "Driver for wakeup from standby via AM335x dmtimer" +HOMEPAGE = "http://www.netmodule.com/" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" + +inherit module + +PV = "1.0.0" +SRCREV ?= "268fcdf270a0a6766bfb83d54236ca596da512a7" + +SRC_URI = "git://github.com/netmodule/am335x-wakeup-timer.git;protocol=https" + +S = "${WORKDIR}/git"