Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,30 @@ All notable changes to this project will be documented in this file. Dates are d

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

#### [4.10.0](https://github.com/rdkcentral/meta-vendor-raspberrypi-dev/compare/4.9.1...4.10.0)

- RDKMVE-1327:BLE remote pairing is not working in RPI [`#310`](https://github.com/rdkcentral/meta-vendor-raspberrypi-dev/pull/310)
- RDKEVL-7379: [RPI4][RDKECOMREL-440]DAC 2.0 GPU layer implementation. [`#309`](https://github.com/rdkcentral/meta-vendor-raspberrypi-dev/pull/309)
- RDKEVL-7365:[RPI] OSS and common metalayers update [`#300`](https://github.com/rdkcentral/meta-vendor-raspberrypi-dev/pull/300)
- REFPLTV-2659: add the required CEC dependencies and enable legacy CONFIG_CGROUP_V1 KCONFIG [`#308`](https://github.com/rdkcentral/meta-vendor-raspberrypi-dev/pull/308)
- RDKEVL-7392: Add support for CEC Source HAL v1.1.0 [`#305`](https://github.com/rdkcentral/meta-vendor-raspberrypi-dev/pull/305)
- RDKEVL-7377:[RPI4][RDKEVL-6821]Update Resolution Naming Convention to Explicitly Use 576i50 and 576p50 [`#303`](https://github.com/rdkcentral/meta-vendor-raspberrypi-dev/pull/303)
- RDKEVL-7193: enable DMVerity related KConfigs [`#301`](https://github.com/rdkcentral/meta-vendor-raspberrypi-dev/pull/301)
- Update vendor.inc [`988957e`](https://github.com/rdkcentral/meta-vendor-raspberrypi-dev/commit/988957e2d316dc1b883e1b1de28255894504a0a2)
- REFPLTV-2659: add the required CEC dependencies [`b5d32f0`](https://github.com/rdkcentral/meta-vendor-raspberrypi-dev/commit/b5d32f098b6e5c5343a4e204817700632ca09823)
- REFPLTV-2659: add the required CEC dependencies [`4f99bcd`](https://github.com/rdkcentral/meta-vendor-raspberrypi-dev/commit/4f99bcd6e9dd63d2f7b122e550c898732a3675a6)

#### [4.9.1](https://github.com/rdkcentral/meta-vendor-raspberrypi-dev/compare/4.9.0...4.9.1)

> 18 December 2025

- RDKEVL-7233: [RPI] Serial console got stuck after flashing vendor integrated build. [`#297`](https://github.com/rdkcentral/meta-vendor-raspberrypi-dev/pull/297)
- Fixed Bluetooth invalid address [`#296`](https://github.com/rdkcentral/meta-vendor-raspberrypi-dev/pull/296)
- RDKEVL-7246: [RPI4] Update HDD_APP_MOUNT_PATH in device properties. [`#294`](https://github.com/rdkcentral/meta-vendor-raspberrypi-dev/pull/294)
- Implemented the EROFS support for RPI platform. [`#293`](https://github.com/rdkcentral/meta-vendor-raspberrypi-dev/pull/293)
- RDKEVL-7036,RDKEVL-7246,RDKEVL-7256,RDKEVL-7233: Changelog updates and version updates for 4.9.1 [`28930fe`](https://github.com/rdkcentral/meta-vendor-raspberrypi-dev/commit/28930feaa70585cfb5aeb5ece79ddb8ba0249101)
- RDKEVL-7233: [RPI] Serial console got stuck after flashing vendor integrated build [`527a02a`](https://github.com/rdkcentral/meta-vendor-raspberrypi-dev/commit/527a02a9ef8cb86e7d7e00c0956ba15519dd0cbe)
- Implemented the EROFS support for RPI platform [`31ee6c7`](https://github.com/rdkcentral/meta-vendor-raspberrypi-dev/commit/31ee6c72e22082bff3cca1a0fc17170d628f35fd)
- Implemented the EROFS support for RPI platform [`19e9a2c`](https://github.com/rdkcentral/meta-vendor-raspberrypi-dev/commit/19e9a2ce3f02c62023403deb1c434f2ee7154551)

#### [4.9.0](https://github.com/rdkcentral/meta-vendor-raspberrypi-dev/compare/4.8.0...4.9.0)

Expand Down
2 changes: 1 addition & 1 deletion recipes-core/packagegroups/packagegroup-vendor-layer.bb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inherit packagegroup

DEPENDS = " virtual/kernel make-mod-scripts"

PV = "4.9.1"
PV = "4.10.0"
PR = "r0"

RDEPENDS:${PN} = " \
Expand Down