Skip to content

Update dcmd.bb#789

Open
Abhinavpv28 wants to merge 1 commit into
support/8.5.3.0from
feature/timesync_8.5
Open

Update dcmd.bb#789
Abhinavpv28 wants to merge 1 commit into
support/8.5.3.0from
feature/timesync_8.5

Conversation

@Abhinavpv28
Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings April 24, 2026 07:24
@Abhinavpv28 Abhinavpv28 requested review from a team as code owners April 24, 2026 07:24
Copy link
Copy Markdown
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

Updates the BitBake recipe for dcmd to point to a newer upstream git commit, keeping the build sourcing aligned with the intended dcm-agent revision.

Changes:

  • Updated SRCREV to a new commit hash for dcm-agent.

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

SRCREV = "eaefa38aa84ca094010f55c1a76552bc189bde74"
SRC_URI = "${CMF_GITHUB_ROOT}/dcm-agent;${CMF_GITHUB_SRC_URI_SUFFIX}"
PV = "2.0.3"
PR = "r0"
Copy link

Copilot AI Apr 24, 2026

Choose a reason for hiding this comment

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

SRCREV is updated but PV/PR are unchanged (PV is a fixed "2.0.3" and does not include ${SRCPV}). This can result in packages with the same version string but different contents, which can break/skip upgrades when using package feeds or cached artifacts. Please bump PR (e.g., r1) for this change, or update PV to include the git revision (e.g., 2.0.3+git${SRCPV}) if that’s the preferred versioning scheme here.

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

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.

2 participants