Skip to content

Release/5.1.0 - #123

Closed
ansu-mathew wants to merge 21 commits into
mainfrom
release/5.1.0
Closed

Release/5.1.0#123
ansu-mathew wants to merge 21 commits into
mainfrom
release/5.1.0

Conversation

@ansu-mathew

Copy link
Copy Markdown
Contributor

No description provided.

ansu-mathew and others added 18 commits November 5, 2025 07:31
RDKEAPPRT-425 : Integrate 8.4.1.0 middleware release based changes in application layer
Switch meta-rdk-oss-reference to 4.8.0 due to build failure
Switch meta-oss-reference-release to 4.9.0
Update manifest to resolve build failure
Reason for change: updating meta layer revisions to update mw to 8.4.2.0

Test Procedure: Build and verify.

Risks: low

Signed-off-by: Ligin Abraham Punoose <ligin_punoose@comcast.com>
[RDKEAPPRT-465] : Integrate middleware release 8.4.2.0
…n application layer

[RDKEAPPRT-501][RDKECOREMW-1480]: Integrate MW 8.4.4.0 release branch  changes to application layer
[RDKEAPPRT-501] Integrate MW 8.4.4.0 release branch changes to application layer
Copilot AI review requested due to automatic review settings December 23, 2025 05:20

Copilot AI left a comment

Copy link
Copy Markdown

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 introduces release version 5.1.0, which integrates middleware release 8.4.4.0 and updates multiple dependent component versions across the application manifest.

  • Updates middleware release from 8.3.4.1 to 8.4.4.0 release branch
  • Upgrades multiple RDK meta layers and configurations (meta-oss-reference-release to 4.9.0, meta-rdk-auxiliary to 1.6.0, etc.)
  • Adds comprehensive changelog entries documenting integration of MW releases 8.4.1.0 through 8.4.4.0

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.

File Description
rdk-apps.xml Updates component versions including meta-rdk-auxiliary (1.4.1→1.6.0), rdke-common-config (1.0.8→1.0.10), meta-oss-reference-release (4.7.7→4.9.0), meta-rdk-oss-reference (4.7.7→4.9.0), meta-oss-common-config (1.3.0→1.3.1), meta-middleware-release-rdke (8.3.4.1→release/8.4.4.0), and meta-application-rdke-dev to commit SHA
raspberrypi4-64.xml Updates platform-specific layers: meta-product-raspberrypi (4.1.0-hotfix1→4.1.2) and meta-vendor-raspberrypi-release (4.7.0→4.9.0)
CHANGELOG.md Adds 5.1.0 release section with pull request references, commit SHAs, and date for 5.0.1 release

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread rdk-apps.xml Outdated
<annotation name="MANIFEST_EXPORT_PATH" value="MANIFEST_PATH_POKY" />
</project>
<project groups="layers" name="meta-middleware-release-rdke" path="rdke/middleware/meta-middleware-release" remote="rdkcentral" revision="refs/tags/8.3.4.1">
<project groups="layers" name="meta-middleware-release-rdke" path="rdke/middleware/meta-middleware-release" remote="rdkcentral" revision="release/8.4.4.0">

Copilot AI Dec 23, 2025

Copy link

Choose a reason for hiding this comment

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

The revision format is inconsistent with other projects in this file. While other projects use 'refs/tags/' prefix for tags, this project uses 'release/8.4.4.0' which appears to be a branch reference rather than a tag. Consider using the consistent format 'refs/tags/8.4.4.0' or 'refs/heads/release/8.4.4.0' if this is intended to be a branch reference.

Suggested change
<project groups="layers" name="meta-middleware-release-rdke" path="rdke/middleware/meta-middleware-release" remote="rdkcentral" revision="release/8.4.4.0">
<project groups="layers" name="meta-middleware-release-rdke" path="rdke/middleware/meta-middleware-release" remote="rdkcentral" revision="refs/tags/8.4.4.0">

Copilot uses AI. Check for mistakes.
Comment thread rdk-apps.xml Outdated
</project>

<project groups="layers" name="meta-application-rdke-dev" path="rdke/application/meta-application-rdke-dev" remote="rdkcentral" revision="refs/tags/5.0.1">
<project groups="layers" name="meta-application-rdke-dev" path="rdke/application/meta-application-rdke-dev" remote="rdkcentral" revision="5805d15c0fbb6e178c76272d8fa8316b219b01d9">

Copilot AI Dec 23, 2025

Copy link

Choose a reason for hiding this comment

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

The revision format is inconsistent with other projects in this file. While other projects use tag references (refs/tags/...) for version control, this project uses a raw commit SHA. Consider using a tag reference for better traceability and release management, unless there's a specific reason to pin to this exact commit.

Copilot uses AI. Check for mistakes.
Comment thread rdk-apps.xml
<annotation name="MANIFEST_EXPORT_PATH" value="MANIFEST_PATH_COMMON_OSS_REFERENCE" />
</project>
<project groups="extention" name="meta-oss-common-config" path="rdke/configs/ext" remote="rdkcentral" revision="refs/tags/1.3.0">
<project groups="extention" name="meta-oss-common-config" path="rdke/configs/ext" remote="rdkcentral" revision="refs/tags/1.3.1">

Copilot AI Dec 23, 2025

Copy link

Choose a reason for hiding this comment

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

The attribute 'groups' contains a misspelling: 'extention' should be 'extension'.

Suggested change
<project groups="extention" name="meta-oss-common-config" path="rdke/configs/ext" remote="rdkcentral" revision="refs/tags/1.3.1">
<project groups="extension" name="meta-oss-common-config" path="rdke/configs/ext" remote="rdkcentral" revision="refs/tags/1.3.1">

Copilot uses AI. Check for mistakes.
Comment thread CHANGELOG.md
- Switch meta-oss-reference-release to 4.9.0 [`#117`](https://github.com/rdkcentral/application-manifest-rdke/pull/117)
- Switch meta-rdk-oss-reference to 4.8.0 due to build failure [`#116`](https://github.com/rdkcentral/application-manifest-rdke/pull/116)
- RDKEAPPRT-425 : Integrate 8.4.1.0 middleware release based changes in application layer [`#115`](https://github.com/rdkcentral/application-manifest-rdke/pull/115)
- [RDKEAPPRT-501] Integrate MW 8.4.4.0 release branch changes to application layer [`876d2f3`](https://github.com/rdkcentral/application-manifest-rdke/commit/876d2f3a854da24b09bc74b1733ada512ac9892f)

Copilot AI Dec 23, 2025

Copy link

Choose a reason for hiding this comment

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

There is an extra space between 'release' and 'changes' in this line. Compare with line 9 which has single spacing.

Suggested change
- [RDKEAPPRT-501] Integrate MW 8.4.4.0 release branch changes to application layer [`876d2f3`](https://github.com/rdkcentral/application-manifest-rdke/commit/876d2f3a854da24b09bc74b1733ada512ac9892f)
- [RDKEAPPRT-501] Integrate MW 8.4.4.0 release branch changes to application layer [`876d2f3`](https://github.com/rdkcentral/application-manifest-rdke/commit/876d2f3a854da24b09bc74b1733ada512ac9892f)

Copilot uses AI. Check for mistakes.
Copilot AI review requested due to automatic review settings January 5, 2026 10:09

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@ansu-mathew
ansu-mathew deleted the release/5.1.0 branch January 15, 2026 06:34
@github-actions github-actions Bot locked and limited conversation to collaborators Jan 15, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants