Skip to content

Commit 93e601e

Browse files
committed
Merge branch 'release/2.0.1' into main
2 parents 69094ff + 063972b commit 93e601e

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,21 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7-
#### [2.0.0](https://github.com/rdkcentral/meta-rdk-halif-headers/compare/1.0.4...2.0.0)
7+
#### [2.0.1](https://github.com/rdkcentral/meta-rdk-halif-headers/compare/2.0.0...2.0.1)
8+
9+
- RDKEMW-1805:Upgrading the halif-headers as iarmmgr [`#22`](https://github.com/rdkcentral/meta-rdk-halif-headers/pull/22)
10+
- rebase to develop [`#32`](https://github.com/rdkcentral/meta-rdk-halif-headers/pull/32)
11+
- Rebase to develop [`#28`](https://github.com/rdkcentral/meta-rdk-halif-headers/pull/28)
12+
- RDKEMW-3737:Upgrading the halif-headers as iarmmgr [`fb07665`](https://github.com/rdkcentral/meta-rdk-halif-headers/commit/fb076657edd31a9564aa290c8d70284804f59fec)
13+
- RDKEMW-3737:Upgrading the halif-headers as iarmmgr [`06d1984`](https://github.com/rdkcentral/meta-rdk-halif-headers/commit/06d198423fd818eceb327af382dbc41f65630778)
14+
- Merge tag '2.0.0' into develop [`971d2a9`](https://github.com/rdkcentral/meta-rdk-halif-headers/commit/971d2a91ec3e06cb3e7817a70230c3251ce93ba5)
15+
16+
### [2.0.0](https://github.com/rdkcentral/meta-rdk-halif-headers/compare/1.0.4...2.0.0)
17+
18+
> 29 April 2025
819
920
- RDKEVD-891: VRR HAL header githash and tag update [`#26`](https://github.com/rdkcentral/meta-rdk-halif-headers/pull/26)
21+
- Bumped CHANGELOG.md - 2.0.0 [`e4fbefb`](https://github.com/rdkcentral/meta-rdk-halif-headers/commit/e4fbefb54797ca3ed275f5216f42a273a0469cc3)
1022
- Merge tag '1.0.4' into develop [`d86781d`](https://github.com/rdkcentral/meta-rdk-halif-headers/commit/d86781d1f38c0c7184ab42310de69ce2429ae5c7)
1123

1224
#### [1.0.4](https://github.com/rdkcentral/meta-rdk-halif-headers/compare/1.0.3...1.0.4)

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.2.0"
2929
PR:pn-tvsettings-hal-headers = "r0"
3030
SRCREV:pn-tvsettings-hal-headers ="20378fd9a044dc0ebd63a8257ab63f4a643fa05e"
3131

32-
PV:pn-iarmmgrs-hal-headers = "1.0.1"
32+
PV:pn-iarmmgrs-hal-headers = "1.0.12"
3333
PR:pn-iarmmgrs-hal-headers = "r0"
34-
SRCREV:pn-iarmmgrs-hal-headers = "adf1e71ca349754e772d352b8afac0a149882ef1"
34+
SRCREV:pn-iarmmgrs-hal-headers = "2ec0b6f6caa662f86963e58c417e8e54e221c99b"
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 & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,15 @@ 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/plat_ir.h ${D}${includedir}/rdk/iarmmgrs-hal
3231
install -m 0644 ${S}/hal/include/pwrMgr.h ${D}${includedir}/rdk/iarmmgrs-hal
3332
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
3633
install -m 0644 ${S}/power/pwrlogger.h ${D}${includedir}/rdk/iarmmgrs-hal
3734
install -m 0644 ${S}/mfr/include/mfrMgr.h ${D}${includedir}/rdk/iarmmgrs-hal
3835
install -m 0644 ${S}/mfr/include/mfrTypes.h ${D}${includedir}/rdk/iarmmgrs-hal
3936
install -m 0644 ${S}/mfr/common/include/mfrApi.h ${D}${includedir}/rdk/iarmmgrs-hal
4037
install -m 0644 ${S}/mfr/include/mfr_wifi_types.h ${D}${includedir}/rdk/iarmmgrs-hal
4138
install -m 0644 ${S}/mfr/include/mfr_wifi_api.h ${D}${includedir}/rdk/iarmmgrs-hal
4239
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
4440
install -m 0644 ${S}/sysmgr/include/sysMgr.h ${D}${includedir}/rdk/iarmmgrs-hal
4541

4642
install -m 0644 ${S}/deviceUpdateMgr/include/deviceUpdateMgr.h ${D}${includedir}/rdk/iarmmgrs-hal

0 commit comments

Comments
 (0)