]> code.ossystems Code Review - openembedded-core.git/commitdiff
watchdog: remove the useless watchdog-conf.patch
authorChen Qi <Qi.Chen@windriver.com>
Wed, 13 Jun 2018 07:58:20 +0000 (15:58 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 18 Jun 2018 09:59:33 +0000 (10:59 +0100)
This patch modifies watchdog.conf file. But this file is deliberately
deleted in do_install. The current mechanism in OE is to use another
recipe watchdog-conf to handle watchdog configuration. So the patch
is really useless.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/watchdog/watchdog/watchdog-conf.patch [deleted file]
meta/recipes-extended/watchdog/watchdog_5.15.bb

diff --git a/meta/recipes-extended/watchdog/watchdog/watchdog-conf.patch b/meta/recipes-extended/watchdog/watchdog/watchdog-conf.patch
deleted file mode 100644 (file)
index ec44c80..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-Signed-off-by: Diego Rondini <diego.ml@zoho.com>
-Upstream-Status: Inappropriate
-
-Index: watchdog-5.15/watchdog.conf
-===================================================================
---- watchdog-5.15.orig/watchdog.conf
-+++ watchdog-5.15/watchdog.conf
-@@ -28,7 +28,7 @@
- #retry-timeout                = 60
- #repair-maximum               = 1
--#watchdog-device      = /dev/watchdog
-+watchdog-device       = /dev/watchdog
- # Defaults compiled into the binary
- #temperature-sensor   =
index 24791c41704719fa77631fc53bed921c2dbc2914..d3f03532ac0f51ec6c966e9b3065224bbbead1ef 100644 (file)
@@ -12,7 +12,6 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/watchdog/watchdog-${PV}.tar.gz \
            file://0001-Include-linux-param.h-for-EXEC_PAGESIZE-definition.patch \
            file://0001-watchdog-remove-interdependencies-of-watchdog-and-wd.patch \
            file://watchdog-init.patch \
-           file://watchdog-conf.patch \
            file://wd_keepalive.init \
 "