-
Notifications
You must be signed in to change notification settings - Fork 12
Changelog updates and version updates for 4.9.1. #298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Created the tag version as 4.9.0
…eta-vendor-raspberrypi-dev into feature/RDKEVL-7036
Implemented the EROFS support for RPI platform.
Reason for change: Update HDD_APP_MOUNT_PATH for DAC apps in device properties. Mapped the SRCREV for sysint-soc component. Signed-off-by: [email protected]
…t RDKEVL-7246. RDKEVL-7246: [RPI4] Update HDD_APP_MOUNT_PATH in device properties.
…t RDKEVL-7256. Fixed Bluetooth invalid address
…egrated build Reason for change: ENABLE_UART = 1 is getting removed during the product.inc file cleanup activity. Removed all variables are needed in vendor release layer. So, then revert the changes in product layer and vendor-dev layer. Test Procedure: Build and verify. Risks: High. Signed-off-by: [email protected]
…t RDKEVL-7233. RDKEVL-7233: [RPI] Serial console got stuck after flashing vendor integrated build.
…d version updates for 4.9.1 Signed-off-by: smuthu065 <[email protected]>
|
I have read the CLA Document and I hereby sign the CLA Birno Xavier F seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates the meta-vendor-raspberrypi-dev layer from version 4.9.0 to 4.9.1, incorporating multiple bug fixes and feature enhancements with corresponding changelog documentation.
- Version bump from 4.9.0 to 4.9.1 in package configurations
- EROFS filesystem support enabled for Raspberry Pi platform
- Bluetooth firmware installation modified from copying to symlinking
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
recipes-kernel/bluez-firmware-rpidistro/bluez-firmware-rpidistro_git.bbappend |
Changes firmware installation from copying files to creating symlinks; updates FILES variables from assignment to append operators |
recipes-kernel/android/files/rdkv.cfg |
Adds EROFS filesystem kernel configuration options including xattr, POSIX ACL, security, and zip support |
recipes-kernel/android/android-raspberrypi_6.1.bb |
Includes rdkv.cfg unconditionally for all machine types instead of conditionally for hybrid/client/ipclient |
recipes-core/packagegroups/packagegroup-vendor-layer.bb |
Updates package version from 4.9.0 to 4.9.1 |
conf/machine/include/vendor.inc |
Removes RPi-specific boot configuration overrides; adds KERNEL_ARPI_MAJOR_VERSION variable |
conf/include/vendor_pkg_versions.inc |
Updates sysint-soc version from 1.1.7 to 1.1.8; adds preferred version for android-raspberrypi |
CHANGELOG.md |
Documents 4.9.1 release with pull requests and commits related to serial console fix, Bluetooth fix, EROFS support, and device properties update |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - [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) |
Copilot
AI
Dec 15, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The removed line "Cleanup the Vendor specific distros/flags from Product Layer" appears to be incorrectly moved or deleted from the 4.9.0 release notes. This entry should remain in the 4.9.0 section as it represents a historical change that was part of that release.
| 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) | ||
|
|
Copilot
AI
Dec 15, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Inconsistent version update: The 4.9.1 release entry is added but lacks a release date, while the 4.9.0 entry has a date ("28 November 2025"). For consistency and completeness, the 4.9.1 section should also include a release date.
| > 29 November 2025 |
RDKEVL-7036,RDKEVL-7246,RDKEVL-7256,RDKEVL-7233: Changelog updates and version updates for 4.9.1.