Skip to content

Commit 64f419d

Browse files
authored
Merge pull request #75 from rdkcentral/feature/RDKEMW-3905-remove-pwrmgr
RDKEMW-3905: Remove pwrmgr component changes
2 parents 80cb5ca + 4b7da21 commit 64f419d

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

conf/include/rdk-headers-versions.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ PV:pn-tvsettings-hal-headers = "2.3.0"
2929
PR:pn-tvsettings-hal-headers = "r0"
3030
SRCREV:pn-tvsettings-hal-headers ="ebf2ff1f31dbf200ef2839212e6d94bc08b5cc19"
3131

32-
PV:pn-iarmmgrs-hal-headers = "1.0.12"
32+
PV:pn-iarmmgrs-hal-headers = "1.1.0"
3333
PR:pn-iarmmgrs-hal-headers = "r0"
34-
SRCREV:pn-iarmmgrs-hal-headers = "2ec0b6f6caa662f86963e58c417e8e54e221c99b"
34+
SRCREV:pn-iarmmgrs-hal-headers = "f03e69447a6a68905700af07b03ee1f5c0bbd3f2"
3535

3636
PV:pn-iarmbus-headers = "1.0.1"
3737
PR:pn-iarmbus-headers = "r0"

recipes-rdk-headers/iarmmgrs/iarmmgrs-hal-headers_git.bb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ RDEPENDS:${PN}-dev = ""
2828
do_install() {
2929
install -d ${D}${includedir}/rdk/iarmmgrs-hal
3030
install -m 0644 ${S}/hal/include/comcastIrKeyCodes.h ${D}${includedir}/rdk/iarmmgrs-hal
31-
install -m 0644 ${S}/hal/include/pwrMgr.h ${D}${includedir}/rdk/iarmmgrs-hal
32-
install -m 0644 ${S}/hal/include/therm_mon.h ${D}${includedir}/rdk/iarmmgrs-hal
33-
install -m 0644 ${S}/power/pwrlogger.h ${D}${includedir}/rdk/iarmmgrs-hal
3431
install -m 0644 ${S}/mfr/include/mfrMgr.h ${D}${includedir}/rdk/iarmmgrs-hal
3532
install -m 0644 ${S}/mfr/include/mfrTypes.h ${D}${includedir}/rdk/iarmmgrs-hal
3633
install -m 0644 ${S}/mfr/common/include/mfrApi.h ${D}${includedir}/rdk/iarmmgrs-hal

0 commit comments

Comments
 (0)