aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/wdtimer/wdtimer-rtos_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/wdtimer/wdtimer-rtos_git.bb')
-rw-r--r--recipes-bsp/wdtimer/wdtimer-rtos_git.bb29
1 files changed, 0 insertions, 29 deletions
diff --git a/recipes-bsp/wdtimer/wdtimer-rtos_git.bb b/recipes-bsp/wdtimer/wdtimer-rtos_git.bb
deleted file mode 100644
index 59ebf31f..00000000
--- a/recipes-bsp/wdtimer/wdtimer-rtos_git.bb
+++ /dev/null
@@ -1,29 +0,0 @@
-SUMMARY = "Watchdog Timer (wdtimer) test example"
-
-LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://WatchdogTimer.xdc;beginline=1;endline=31;md5=837fb1761f89c7671e79bd5992bcf9e4"
-
-inherit ti-pdk
-
-COMPATIBLE_MACHINE = "k2hk|k2e|k2l"
-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.04A"
-WATCHDOG_TIMER_SRCREV = "5c382014ed02fdf054beb1dd0263758eb17c34e2"
-
-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.04A"
-PR = "r0"
-
-S = "${WORKDIR}/git/ti/instrumentation/wdtimer"
-
-# HTML doc link params
-PDK_COMP_LINK_TEXT = "Watchdog Timer"