[meta-ti] [PATCH 2/6] wdtimer-rtos: added recipe for wdtimer-rtos 1.0.0.3

Ivan Pang i-pang at ti.com
Wed Jul 5 15:16:28 PDT 2017


Signed-off-by: Ivan Pang <i-pang at ti.com>
---
 recipes-bsp/wdtimer/wdtimer-rtos_git.bb | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 recipes-bsp/wdtimer/wdtimer-rtos_git.bb

diff --git a/recipes-bsp/wdtimer/wdtimer-rtos_git.bb b/recipes-bsp/wdtimer/wdtimer-rtos_git.bb
new file mode 100644
index 0000000..51fb87d
--- /dev/null
+++ b/recipes-bsp/wdtimer/wdtimer-rtos_git.bb
@@ -0,0 +1,27 @@
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://WatchdogTimer.xdc;beginline=1;endline=31;md5=837fb1761f89c7671e79bd5992bcf9e4"
+
+inherit ti-pdk
+
+COMPATIBLE_MACHINE = "k2hk-evm|k2e-evm|k2l-evm"
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+WATCHDOG_TIMER_GIT_URI = "git://git.ti.com/keystone-rtos/wdtimer.git"
+WATCHDOG_TIMER_GIT_PROTOCOL = "git"
+WATCHDOG_TIMER_GIT_BRANCH = "master"
+WATCHDOG_TIMER_GIT_DESTSUFFIX = "git/ti/instrumentation/wdtimer"
+
+# Below commit ID corresponds to "DEV.WDTIMER.01.00.00.03"
+WATCHDOG_TIMER_SRCREV = "db973cf8d71460537e2738af0ff094becc7ac454"
+
+BRANCH = "${WATCHDOG_TIMER_GIT_BRANCH}"
+SRC_URI = "${WATCHDOG_TIMER_GIT_URI};destsuffix=${WATCHDOG_TIMER_GIT_DESTSUFFIX};protocol=${WATCHDOG_TIMER_GIT_PROTOCOL};branch=${BRANCH}"
+
+SRCREV = "${WATCHDOG_TIMER_SRCREV}"
+PV = "01.00.00.03"
+PR = "r0"
+
+S = "${WORKDIR}/git/ti/instrumentation/wdtimer"
+
+# HTML doc link params
+PDK_COMP_LINK_TEXT = "Watchdog Timer"
-- 
1.9.1



More information about the meta-ti mailing list