Skip to content

Commit 5830171

Browse files
RDKEMW-2852, RDK-56441 - Enhancement to Thunder Hang Detector (#459)
* RDKEMW-2852, RDK-56441 - Enhancement to Thunder Hang Detector Reason for change: Enhancement to Thunder Hang Detector Test Procedure: verify with the thunder hang detector RFC Risks: Medium Priority: P2 Signed-off-by: Gururaaja ESR [email protected] --------- Signed-off-by: Gururaaja ESR [email protected] Co-authored-by: Karunakaran A <[email protected]>
1 parent 4cfa5ec commit 5830171

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

conf/include/generic-pkgrev.inc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,10 @@ PV:pn-networkmanager-plugin = "0.18.0"
297297
PR:pn-networkmanager-plugin = "r0"
298298
PACKAGE_ARCH:pn-networkmanager-plugin = "${MIDDLEWARE_ARCH}"
299299

300+
PV:pn-thunderhangrecovery = "1.0.0"
301+
PR:pn-thunderhangrecovery = "r0"
302+
PACKAGE_ARCH:pn-thunderhangrecovery = "${MIDDLEWARE_ARCH}"
303+
300304
PV:pn-wpeframework-ui = "1.0.0"
301305
PR:pn-wpeframework-ui = "r0"
302306
PACKAGE_ARCH:pn-wpeframework-ui = "${MIDDLEWARE_ARCH}"

recipes-core/packagegroups/packagegroup-middleware-layer.bb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ RDEPENDS:${PN} = " \
173173
${@bb.utils.contains('DISTRO_FEATURES', 'rdkwindowmanager', " rdkwindowmanager ", "", d)} \
174174
os-release \
175175
wlan-p2p \
176+
thunderhangrecovery \
176177
"
177178

178179
DEPENDS += " cjson crun jsonrpc libarchive libdash libevent gssdp harfbuzz hiredis \

0 commit comments

Comments
 (0)