aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-applications/watchdog-test/watchdog-test_1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-applications/watchdog-test/watchdog-test_1.0.bb')
-rw-r--r--common/recipes-applications/watchdog-test/watchdog-test_1.0.bb20
1 files changed, 0 insertions, 20 deletions
diff --git a/common/recipes-applications/watchdog-test/watchdog-test_1.0.bb b/common/recipes-applications/watchdog-test/watchdog-test_1.0.bb
deleted file mode 100644
index 404ffebc..00000000
--- a/common/recipes-applications/watchdog-test/watchdog-test_1.0.bb
+++ /dev/null
@@ -1,20 +0,0 @@
-DESCRIPTION = "Sample application for AMD Watchdog driver"
-SECTION = "applications"
-LICENSE = "BSD"
-DEPENDS = "readline"
-LIC_FILES_CHKSUM = "file://watchdog-test.c;md5=1d81025de7376754875ee74378f07d7a"
-
-SRC_URI = "file://watchdog-test.c"
-
-S = "${WORKDIR}"
-
-TARGET_CC_ARCH += "${LDFLAGS}"
-
-do_compile() {
- ${CC} watchdog-test.c -o watchdog-test -lreadline
-}
-
-do_install() {
- install -d ${D}${bindir}
- install -m 0755 watchdog-test ${D}${bindir}
-}