Skip to content

RDKEMW-19899-dsmgr-iarmbusd-reboot-script - #128

Open
santoshcomcast wants to merge 2 commits into
support/8.4.4.0from
topic/RDKEMW-19899-dsmgr-iarmbusd-reboot-script
Open

RDKEMW-19899-dsmgr-iarmbusd-reboot-script#128
santoshcomcast wants to merge 2 commits into
support/8.4.4.0from
topic/RDKEMW-19899-dsmgr-iarmbusd-reboot-script

Conversation

@santoshcomcast

Copy link
Copy Markdown

No description provided.

Copilot AI review requested due to automatic review settings June 15, 2026 10:49
@santoshcomcast
santoshcomcast requested a review from a team as a code owner June 15, 2026 10:49

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 the BitBake machine include configuration that defines where middleware (and OSS middleware) IPK feeds are fetched from, effectively repointing builds to a different artifacts path/tag.

Changes:

  • Updated RELEASE_NUM to a ticket-style identifier in middleware.inc.
  • Switched default middleware and OSS middleware feed base paths from middleware-rel/... to middleware-dbg/....

Reviewed changes

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

File Description
conf/machine/include/middleware.inc Changes the release/tag identifier and repoints the primary middleware IPK feed path to a middleware-dbg location.
conf/machine/include/oss_mw.inc Repoints the OSS middleware IPK feed path to a middleware-dbg location.

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

Comment thread conf/machine/include/middleware.inc Outdated
Comment on lines +8 to +10
RELEASE_NUM = "RDKEMW-19899-ds-iarm-sc"

MW_IPK_PATH ?= "middleware-rel/${RELEASE_NUM}"
MW_IPK_PATH ?= "middleware-dbg/${RELEASE_NUM}"
Comment thread conf/machine/include/middleware.inc Outdated
PACKAGE_EXTRA_ARCHS:append = " ${MIDDLEWARE_ARCH}"

RELEASE_NUM = "8.4.4.14"
RELEASE_NUM = "RDKEMW-19899-ds-iarm-sc"
Comment on lines +10 to 11
MW_IPK_PATH ?= "middleware-dbg/${RELEASE_NUM}"
MW_IPK_SERVER_PATH ?= "${RDK_ARTIFACTS_BASE_URL}/${MW_IPK_PATH}/${RDK_MW_ARCH}/ipks/${BUILD_VARIANT}"
Comment on lines +5 to 6
MW_OSS_IPK_PATH ?= "middleware-dbg/${RELEASE_NUM}"
MW_OSS_IPK_SERVER_PATH = "${RDK_ARTIFACTS_BASE_URL}/${MW_OSS_IPK_PATH}/${RDK_MW_ARCH}/${MW_OSS}/ipks/${BUILD_VARIANT}"
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