Skip to content

Commit 5714e10

Browse files
committed
Merge branch 'release/3.0.1' into main
2 parents f9c72bd + ab4f451 commit 5714e10

File tree

4 files changed

+74
-4
lines changed

4 files changed

+74
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,26 @@ 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-
#### [3.0.0](https://github.com/rdkcentral/meta-rdk-halif-headers/compare/2.0.3...3.0.0)
7+
#### [3.0.1](https://github.com/rdkcentral/meta-rdk-halif-headers/compare/3.0.0...3.0.1)
88

9+
- RDKEMW-4553: [meta-rdk-halif-headers] move ControlManager IR Database to Vendor Layer [`#68`](https://github.com/rdkcentral/meta-rdk-halif-headers/pull/68)
10+
- RDKEMW-5413 : Remove RF4CE HAL from the middleware layer [`#64`](https://github.com/rdkcentral/meta-rdk-halif-headers/pull/64)
11+
- RDKEMW-3731: Abstract required Playready direct link APIs to Platform RDK Gstreamer Utils on Vendor layer [`#62`](https://github.com/rdkcentral/meta-rdk-halif-headers/pull/62)
12+
- merge tag 3.0.0 to develop [`#61`](https://github.com/rdkcentral/meta-rdk-halif-headers/pull/61)
13+
- Adding ctrlm hal headers [`0add87f`](https://github.com/rdkcentral/meta-rdk-halif-headers/commit/0add87f76958ae042d00d446a289d99c13364079)
14+
- Renamed and moved ctrlm hal headers recipe. [`2cecbe6`](https://github.com/rdkcentral/meta-rdk-halif-headers/commit/2cecbe6404317adbcf9ee70cae9da3b2950efea6)
15+
- update version name [`b5be418`](https://github.com/rdkcentral/meta-rdk-halif-headers/commit/b5be4188e32c85c79d9e8c388620af2598513063)
16+
17+
### [3.0.0](https://github.com/rdkcentral/meta-rdk-halif-headers/compare/2.0.3...3.0.0)
18+
19+
> 30 May 2025
20+
21+
- Release/3.0.0 [`#60`](https://github.com/rdkcentral/meta-rdk-halif-headers/pull/60)
922
- RDKTV-33767: ODM specific apis removal in tvsettings-hal-headers [`#44`](https://github.com/rdkcentral/meta-rdk-halif-headers/pull/44)
1023
- Additional FrameRate and VRR status header tag update [`#58`](https://github.com/rdkcentral/meta-rdk-halif-headers/pull/58)
24+
- Bumped CHANGELOG.md - 3.0.0 [`417602b`](https://github.com/rdkcentral/meta-rdk-halif-headers/commit/417602b52866e2afe3bb5ccd3934cdc140794855)
1125
- commit message [`4190f9b`](https://github.com/rdkcentral/meta-rdk-halif-headers/commit/4190f9b575a6a91a8e7621438f3adac2eaacdc0c)
1226
- Merge tag '2.0.3' into develop [`67e915f`](https://github.com/rdkcentral/meta-rdk-halif-headers/commit/67e915f61368da6ef3405f91409d1fdc9133bb28)
13-
- RDKTV-33767: To use tvsettings-hal-header v2.3.0 [`024689f`](https://github.com/rdkcentral/meta-rdk-halif-headers/commit/024689f0aa1dbc0c467e9371650d7082c65a1651)
1427

1528
#### [2.0.3](https://github.com/rdkcentral/meta-rdk-halif-headers/compare/2.0.2...2.0.3)
1629

conf/include/rdk-headers-versions.inc

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@ PV:pn-iarmbus-headers = "1.0.1"
3737
PR:pn-iarmbus-headers = "r0"
3838
SRCREV:pn-iarmbus-headers = "6ed35ebb886a8ac01812d8bfe5b4c3a89f9ace38"
3939

40-
PV:pn-rdk-gstreamer-utils-headers = "2.0.0"
40+
PV:pn-ctrlm-hal-headers = "1.1.0"
41+
PR:pn-ctrlm-hal-headers = "r0"
42+
SRCREV:pn-ctrlm-hal-headers = "99d9e3bda6e59542970eadcdcaaa825d6d5875e8"
43+
44+
PV:pn-rdk-gstreamer-utils-headers = "2.0.1"
4145
PR:pn-rdk-gstreamer-utils-headers = "r0"
42-
SRCREV:pn-rdk-gstreamer-utils-headers = "f6e7e0c0e09e67785d0c59531719b970bbe32c86"
46+
SRCREV:pn-rdk-gstreamer-utils-headers = "9b3c2833cda4e2c3865a75932c2510613037fe61"
47+
48+
PV:pn-ctrlm-irdb-headers = "1.1.0"
49+
PR:pn-ctrlm-irdb-headers = "r0"
50+
SRCREV:pn-ctrlm-irdb-headers = "99d9e3bda6e59542970eadcdcaaa825d6d5875e8"
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Version and SRCREV for this component is handled in conf/include/rdk-headers-versions.inc
2+
3+
SUMMARY = "This recipe provides RDK Control Manager HAL Interface headers"
4+
SECTION = "console/utils"
5+
LICENSE = "Apache-2.0"
6+
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
7+
8+
ALLOW_EMPTY:${PN} = "1"
9+
10+
SRC_URI = "${CMF_GITHUB_ROOT}/control;${CMF_GITHUB_SRC_URI_SUFFIX};name=ctrlm-hal-headers"
11+
12+
S = "${WORKDIR}/git"
13+
14+
inherit allarch
15+
16+
# this is a HAL package only, nothing to build
17+
do_compile[noexec] = "1"
18+
do_configure[noexec] = "1"
19+
20+
# also get rid of the default dependency added in bitbake.conf
21+
# since there is no 'main' package generated (empty)
22+
RDEPENDS:${PN}-dev = ""
23+
24+
do_install() {
25+
install -d ${D}${includedir}
26+
install -m 644 ${S}/include/ctrlm_hal*.h ${D}${includedir}
27+
}
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Version and SRCREV for this component is handled in conf/include/rdk-headers-versions.inc
2+
3+
SUMMARY = "This recipe provides RDK Control Manager IR Database Plugin interface headers"
4+
SECTION = "console/utils"
5+
6+
LICENSE = "Apache-2.0"
7+
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
8+
9+
inherit allarch
10+
11+
SRC_URI = "${CMF_GITHUB_ROOT}/control;${CMF_GITHUB_SRC_URI_SUFFIX};name=ctrlm-irdb-headers"
12+
13+
S = "${WORKDIR}/git"
14+
15+
# this is a Header package only, nothing to build
16+
do_configure[noexec] = "1"
17+
do_compile[noexec] = "1"
18+
19+
do_install() {
20+
install -d ${D}${includedir}/rdk/halif/ctrlm/irdb
21+
install -m 644 ${S}/src/irdb/ctrlm_irdb_plugin.h ${D}${includedir}/rdk/halif/ctrlm/irdb
22+
}

0 commit comments

Comments
 (0)