Skip to content

Commit 4052072

Browse files
committed
RDKE-257: RDK-E meta-rdk-halif-headers cpc recipes
Reason for change: RDK-E meta-rdk-halif-headers cpc recipes repo updated with opensouce location and depricated headers removed Test Procedure: None Risks: Low Signed-off-by:Anooj Cheriyan <[email protected]>
1 parent fc07643 commit 4052072

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

conf/include/rdk-headers-versions.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ SRCREV:pn-tvsettings-hal-headers = "1fba39f12063513757b65a6a023f93e1e711d5ad"
3131

3232
PV:pn-iarmmgrs-hal-headers = "2.1.5"
3333
PR:pn-iarmmgrs-hal-headers = "r0"
34-
SRCREV:pn-iarmmgrs-hal-headers = "4894410122b854cb97bd0ebc41cf9f90af333840"
34+
SRCREV:pn-iarmmgrs-hal-headers = "123794e2fbc4fe1966710af45a737b705a59c6a3"
3535

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

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ SUMMARY = "IARMmgrs HAL definition"
88
SECTION = "console/utils"
99

1010
LICENSE = "Apache-2.0 & ISC"
11-
LIC_FILES_CHKSUM = "file://LICENSE;md5=1d8db96e7ee90f3821eb5e7e913a7b2a"
11+
LIC_FILES_CHKSUM = "file://LICENSE;md5=83a31d934b0cc2ab2d44a329445b4366"
1212

1313

1414
SRC_URI = "${CMF_GITHUB_ROOT}/iarmmgrs;${CMF_GITHUB_SRC_URI_SUFFIX}"
@@ -31,19 +31,15 @@ do_install() {
3131
install -m 0644 ${S}/hal/include/plat_ir.h ${D}${includedir}/rdk/iarmmgrs-hal
3232
install -m 0644 ${S}/hal/include/pwrMgr.h ${D}${includedir}/rdk/iarmmgrs-hal
3333
install -m 0644 ${S}/hal/include/therm_mon.h ${D}${includedir}/rdk/iarmmgrs-hal
34-
install -m 0644 ${S}/ir/irMgrInternal.h ${D}${includedir}/rdk/iarmmgrs-hal
35-
install -m 0644 ${S}/ir/IrInputRemoteKeyCodes.h ${D}${includedir}/rdk/iarmmgrs-hal
3634
install -m 0644 ${S}/power/pwrlogger.h ${D}${includedir}/rdk/iarmmgrs-hal
3735
install -m 0644 ${S}/mfr/include/mfrMgr.h ${D}${includedir}/rdk/iarmmgrs-hal
3836
install -m 0644 ${S}/mfr/include/mfrTypes.h ${D}${includedir}/rdk/iarmmgrs-hal
3937
install -m 0644 ${S}/mfr/common/include/mfrApi.h ${D}${includedir}/rdk/iarmmgrs-hal
4038
install -m 0644 ${S}/mfr/include/mfr_wifi_types.h ${D}${includedir}/rdk/iarmmgrs-hal
4139
install -m 0644 ${S}/mfr/include/mfr_wifi_api.h ${D}${includedir}/rdk/iarmmgrs-hal
4240
install -m 0644 ${S}/mfr/include/mfr_temperature.h ${D}${includedir}/rdk/iarmmgrs-hal
43-
install -m 0644 ${S}/ir/include/irMgr.h ${D}${includedir}/rdk/iarmmgrs-hal
4441
install -m 0644 ${S}/sysmgr/include/sysMgr.h ${D}${includedir}/rdk/iarmmgrs-hal
4542

46-
install -m 0644 ${S}/vrexmgr/include/vrexMgr.h ${D}${includedir}/rdk/iarmmgrs-hal
4743
install -m 0644 ${S}/deviceUpdateMgr/include/deviceUpdateMgr.h ${D}${includedir}/rdk/iarmmgrs-hal
4844
install -m 0644 ${S}/mfr/include/mfr_temperature.h ${D}${includedir}/rdk/iarmmgrs-hal
4945
if ${@bb.utils.contains('DISTRO_FEATURES' , 'enable_maintenance_manager', 'true', 'false', d)}; then

0 commit comments

Comments
 (0)