-
Notifications
You must be signed in to change notification settings - Fork 14
rebase #560
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
base: RDKOSS-615-test
Are you sure you want to change the base?
rebase #560
Conversation
Reason for change: Upgrade RBUS to 2.11.0 which has Coverity Fixes for rtMessage/rbus Test Procedure: Tested and verified Priority: P1 Risks: Medium
Reason for change: The clang compiler is required for the secclient-rs module. This commit integrates the meta-clang recipe, which provides compiler version 1.72.0. Co-authored-by: Anand Kandasamy <37086488+anand-ky@users.noreply.github.com>
Co-authored-by: Anand Kandasamy <37086488+anand-ky@users.noreply.github.com>
…Firmware Updates (#512)
RDK-59919 : [RDKE] Port Ops Support Upload Scripts to Source code
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 multiple BitBake recipe files as part of a rebase operation, updating git commit references (SRCREV) and package versions across several RDK middleware components. The changes include routine version bumps for five recipes and a major refactoring of the crashupload recipe to support new build configurations.
Changes:
- Updated SRCREV and versions for commonutilities (1.5.0→1.5.1), telemetry (1.7.4→1.8.0), rfc (1.2.1 with PR bump), rbus (2.9.0→2.11.0), and dcmd (2.0.0→2.0.3)
- Major refactoring of crashupload recipe (1.0.7→2.0.0) with new source structure, client-specific builds, and additional dependencies
- Added meta-clang layer support to bblayers.conf.sample
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| recipes-common/utils/commonutilities_git.bb | Updated SRCREV and bumped version from 1.5.0 to 1.5.1 with PR increment |
| recipes-common/telemetry/telemetry_git.bb | Updated SRCREV and bumped version from 1.7.4 to 1.8.0 |
| recipes-common/rfc/rfc_git.bb | Updated SRCREV and incremented PR from r0 to r1 |
| recipes-common/rbus/rbus.bb | Updated SRCREV and bumped version from 2.9.0 to 2.11.0 |
| recipes-common/dcmd/dcmd.bb | Updated SRCREV and bumped version from 2.0.0 to 2.0.3 |
| recipes-common/crashupload/crashupload_git.bb | Major refactoring: version 2.0.0, new source structure, client-specific support, additional dependencies |
| conf/template/bblayers.conf.sample | Added conditional inclusion of meta-clang layer |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| PV = "1.5.0" | ||
| PR = "r0" | ||
| PV = "1.5.1" | ||
| PR = "r1" |
Copilot
AI
Feb 13, 2026
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.
When PV (package version) is updated, PR (package revision) should typically be reset to "r0". Here PV changed from 1.5.0 to 1.5.1, but PR was incremented to "r1" instead of being reset to "r0". This is inconsistent with the pattern used in other files in this PR (telemetry, rbus, dcmd, crashupload) where PR is reset to "r0" when PV changes.
| PR = "r1" | |
| PR = "r0" |
No description provided.