Skip to content
Closed
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
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,20 @@ 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.9.1](https://github.com/rdkcentral/meta-vendor-raspberrypi-dev/compare/4.9.0...4.9.1)

- 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-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)

> 28 November 2025

- [RDKEVL-6872] - [RDKEVL-6858] [RPI] UI Misalignment- (zoomed out at 1080p, zoomed in at 480p, correct at 720p) [`#290`](https://github.com/rdkcentral/meta-vendor-raspberrypi-dev/pull/290)
- RDKEVL-7027 [Generic][RDKE][Build]Implementation of Manifest and meta-image-support-rdke in all platforms [`#288`](https://github.com/rdkcentral/meta-vendor-raspberrypi-dev/pull/288)
- Enabled the Apparmor profile in RPI platform [`#289`](https://github.com/rdkcentral/meta-vendor-raspberrypi-dev/pull/289)
Expand All @@ -18,8 +30,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- RDKEVL-6837: [RPI4] [VTS][dsAudio - Source] EnableDisableVerifyPortStatus and AudioMuteVerification test case failures. [`#281`](https://github.com/rdkcentral/meta-vendor-raspberrypi-dev/pull/281)
- [RDKEVL-6834] - [RPI4] [VTS][dshal]dsGetSocIDFromSDK positive test case failure [`#277`](https://github.com/rdkcentral/meta-vendor-raspberrypi-dev/pull/277)
- RDKEVL-7027: [Generic][RDKE][Build]Implementation of Manifest and meta-image-support-rdke in all platform [`1900ac0`](https://github.com/rdkcentral/meta-vendor-raspberrypi-dev/commit/1900ac042cf3a364466ea82d660b050da29f8d2e)
- RDKEVL-7041: [RPI4] M11 Vendor layer Release preparation. [`40c802e`](https://github.com/rdkcentral/meta-vendor-raspberrypi-dev/commit/40c802e95c62546d2e84f952c5d92eed756f7cc5)
- [RDKEVL-6768]-[Generic]Refactoring the vendor manifest - phase 1 [`c88983e`](https://github.com/rdkcentral/meta-vendor-raspberrypi-dev/commit/c88983eefd24c3bea4e4acc2abb76de79209ce61)
- Cleanup the Vendor specific distros/flags from Product Layer [`1be742c`](https://github.com/rdkcentral/meta-vendor-raspberrypi-dev/commit/1be742cc1fadbabdefa90d4054677386224f79b9)

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

Expand Down
4 changes: 2 additions & 2 deletions conf/include/vendor_pkg_versions.inc
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,8 @@ PV:pn-mfrlibs-hal-raspberrypi4 = "1.1.0"
PR:pn-mfrlibs-hal-raspberrypi4 = "r0"
PACKAGE_ARCH:pn-mfrlibs-hal-raspberrypi4 = "${VENDOR_LAYER_EXTENSION}"

SRCREV:pn-sysint-soc = "7a9c207412599b9614f2dd7123c313a84474709e"
PV:pn-sysint-soc = "1.1.7"
SRCREV:pn-sysint-soc = "1.1.8"
Copy link

Copilot AI Dec 15, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SRCREV should typically be a Git commit hash, not a version string. The previous value was a Git commit hash (7a9c207412599b9614f2dd7123c313a84474709e), which is the correct format for SRCREV in Yocto/BitBake. Using a version string like "1.1.8" for SRCREV may cause build failures unless the recipe is specifically configured to handle version strings as tags.

Suggested change
SRCREV:pn-sysint-soc = "1.1.8"
SRCREV:pn-sysint-soc = "7a9c207412599b9614f2dd7123c313a84474709e"

Copilot uses AI. Check for mistakes.
PV:pn-sysint-soc = "1.1.8"
PR:pn-sysint-soc = "r0"
PACKAGE_ARCH:pn-sysint-soc = "${VENDOR_LAYER_EXTENSION}"

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.0"
PV = "4.9.1"
PR = "r0"

RDEPENDS:${PN} = " \
Expand Down
Loading