diff options
author | Klaus Kurzmann <mok@fluxnetz.de> | 2010-09-14 17:54:06 +0200 |
---|---|---|
committer | Klaus Kurzmann <mok@fluxnetz.de> | 2010-09-14 17:55:42 +0200 |
commit | a54c780914ea4a12c3e14c0aec406f81b8928b14 (patch) | |
tree | e0bf876aab5c701f28682e85c5195c7169021778 /recipes/watchdog/watchdog_5.6.bb | |
parent | d374d1c754828f5b983b6b5fbfa60d702719b078 (diff) |
watchdog_5.6.bb: add config for the nokia900 machine
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Diffstat (limited to 'recipes/watchdog/watchdog_5.6.bb')
-rw-r--r-- | recipes/watchdog/watchdog_5.6.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/watchdog/watchdog_5.6.bb b/recipes/watchdog/watchdog_5.6.bb index 8c0845f0d7..569a1b2429 100644 --- a/recipes/watchdog/watchdog_5.6.bb +++ b/recipes/watchdog/watchdog_5.6.bb @@ -1,9 +1,14 @@ DESCRIPTION = "System watchdog daemon" LICENSE = "GPL" +PR = "r1" SRC_URI = "http://www.ibiblio.org/pub/Linux/system/daemons/watchdog/${PN}-${PV}.tar.gz \ file://init" +SRC_URI_append_nokia900 = " \ + file://watchdog.conf \ + file://watchdog-omap.conf" + inherit autotools update-rc.d INITSCRIPT_NAME = "watchdog" @@ -14,6 +19,11 @@ do_install_append() { install -m 0755 ${WORKDIR}/init ${D}${sysconfdir}/init.d/watchdog } +do_install_append_nokia900() { + install -m 0644 ${WORKDIR}/watchdog.conf ${D}${sysconfdir}/watchdog.conf + install -m 0644 ${WORKDIR}/watchdog-omap.conf ${D}${sysconfdir}/watchdog-omap.conf +} + SRC_URI[md5sum] = "6df285569dd1d85528b983c98c9b2b7c" SRC_URI[sha256sum] = "a2c7d6726e092315dbb047211b754528e4532521678a30e16f60a31bb86a7f74" |