watchdog: Let the machine provide the watchdog dependency

Not every machine has a hardware watchog, let the machine decide
if a watchdog should end up in every image.
This commit is contained in:
Holger Hans Peter Freyther 2012-06-04 05:59:41 +08:00 committed by Holger Hans Peter Freyther
parent ce6f4b0bce
commit 03c9643695
2 changed files with 2 additions and 2 deletions

View File

@ -19,6 +19,7 @@ MACHINE_FEATURES = "kernel26 serial"
MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "\
busybox-ifplugd \
watchdog \
kernel-module-davinci-wdt \
kernel-module-dspdl \
kernel-module-dspdl-dm644x \

View File

@ -3,13 +3,12 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
ALLOW_EMPTY = "1"
PR = "r5"
PR = "r6"
RDEPENDS_task-sysmocom-tools = "\
lmsensors-scripts \
dropbear \
mtd-utils \
screen \
watchdog \
ethtool \
"