Skip to content

RDKOSS-134: Build systemd V250#123

Open
vrenu2018 wants to merge 2 commits into
developfrom
sysd250
Open

RDKOSS-134: Build systemd V250#123
vrenu2018 wants to merge 2 commits into
developfrom
sysd250

Conversation

@vrenu2018
Copy link
Copy Markdown

Reason for the change: Upgrading systemd PREFERRED version to 1:250
Risk : Low

Reason for the change: Upgrading systemd PREFERRED version to 1:250
Risk : Low

Signed-off-by: Renuka Varry <rvarry049_comcast@cable.comcast.com>
Copilot AI review requested due to automatic review settings June 5, 2026 16:53
@vrenu2018 vrenu2018 requested a review from a team as a code owner June 5, 2026 16:53
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

This PR is titled as a systemd preferred-version upgrade to v250, but the actual changes in this diff adjust the middleware IPK feed paths to hardcoded debug/staging locations.

Changes:

  • Updated MW_IPK_PATH to point to a hardcoded middleware-dbg/sysd250_mw feed path.
  • Updated MW_OSS_IPK_PATH to point to a hardcoded middleware-dbg/sysd250_Ren feed path.

Reviewed changes

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

File Description
conf/machine/include/middleware.inc Changes the main middleware IPK feed path to a hardcoded debug location.
conf/machine/include/oss_mw.inc Changes the OSS middleware IPK feed path to a hardcoded debug location.

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

Comment on lines 8 to 11
RELEASE_NUM = "8.6.2.0"

MW_IPK_PATH ?= "middleware-rel/${RELEASE_NUM}"
MW_IPK_PATH ?= "middleware-dbg/sysd250_mw"
MW_IPK_SERVER_PATH ?= "${RDK_ARTIFACTS_BASE_URL}/${MW_IPK_PATH}/${RDK_MW_ARCH}/ipks/${BUILD_VARIANT}"
Comment thread conf/machine/include/oss_mw.inc Outdated
Comment on lines 5 to 6
MW_OSS_IPK_PATH ?= "middleware-dbg/sysd250_Ren"
MW_OSS_IPK_SERVER_PATH = "${RDK_ARTIFACTS_BASE_URL}/${MW_OSS_IPK_PATH}/${RDK_MW_ARCH}/${MW_OSS}/ipks/${BUILD_VARIANT}"
Reason for the change: Upgrading systemd PREFERRED version to 1:250
Risk : Low

Signed-off-by: Renuka Varry <rvarry049_comcast@cable.comcast.com>
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