Skip to content

Conversation

@ANANTHMARIMUTHU
Copy link
Contributor

No description provided.

Abhinavpv28 and others added 14 commits February 4, 2026 14:07
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>
RDK-59919 : [RDKE] Port Ops Support Upload Scripts to Source code
@ANANTHMARIMUTHU ANANTHMARIMUTHU requested review from a team as code owners February 13, 2026 11:28
Copilot AI review requested due to automatic review settings February 13, 2026 11:28
Copy link
Contributor

Copilot AI left a 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"
Copy link

Copilot AI Feb 13, 2026

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.

Suggested change
PR = "r1"
PR = "r0"

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants