Skip to content

RDKEMW-19900: Update rebootinfo when dsmgr,iarmbusd crash. - #127

Open
santoshcomcast wants to merge 4 commits into
support/8.5.3.0from
topic/RDKEMW-19900-dsmgr-iaarmbusd-restart-script
Open

RDKEMW-19900: Update rebootinfo when dsmgr,iarmbusd crash.#127
santoshcomcast wants to merge 4 commits into
support/8.5.3.0from
topic/RDKEMW-19900-dsmgr-iaarmbusd-restart-script

Conversation

@santoshcomcast

Copy link
Copy Markdown

No description provided.

@santoshcomcast
santoshcomcast requested a review from a team as a code owner June 12, 2026 13:58
Copilot AI review requested due to automatic review settings June 12, 2026 13:58

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 Yocto middleware IPK feed configuration by changing the release identifier and the base path used to construct the middleware package feed URL.

Changes:

  • Changed RELEASE_NUM from a semantic release (e.g. 8.5.3.5) to a ticket/script string (RDKEMW-19900-dsiarmscript).
  • Switched the default middleware IPK feed path from middleware-rel/... to middleware-dbg/..., impacting where images pull middleware packages from.

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

Comment thread conf/machine/include/middleware.inc Outdated
PACKAGE_EXTRA_ARCHS:append = " ${MIDDLEWARE_ARCH}"

RELEASE_NUM = "8.5.3.5"
RELEASE_NUM = "RDKEMW-19900-dsiarmscript"
RELEASE_NUM = "RDKEMW-19900-dsiarmscript"

MW_IPK_PATH ?= "middleware-rel/${RELEASE_NUM}"
MW_IPK_PATH ?= "middleware-dbg/${RELEASE_NUM}"
Comment thread conf/machine/include/middleware.inc Outdated
Comment on lines +8 to +10
RELEASE_NUM = "RDKEMW-19900-dsiarmscript"

MW_IPK_PATH ?= "middleware-rel/${RELEASE_NUM}"
MW_IPK_PATH ?= "middleware-dbg/${RELEASE_NUM}"
Copilot AI review requested due to automatic review settings June 15, 2026 14:48

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

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

Comment thread conf/machine/include/middleware.inc Outdated
Comment on lines +8 to +10
RELEASE_NUM = "RDKEMW-19900-dsiarmscript2"

MW_IPK_PATH ?= "middleware-rel/${RELEASE_NUM}"
MW_IPK_PATH ?= "middleware-dbg/${RELEASE_NUM}"
Comment thread conf/machine/include/middleware.inc Outdated
Comment on lines +8 to +10
RELEASE_NUM = "RDKEMW-19900-dsiarmscript2"

MW_IPK_PATH ?= "middleware-rel/${RELEASE_NUM}"
MW_IPK_PATH ?= "middleware-dbg/${RELEASE_NUM}"
PACKAGE_EXTRA_ARCHS:append = " ${MW_OSS} "
OPKG_ARCH_PRIORITY:${MW_OSS} = "205"
MW_OSS_IPK_PATH ?= "middleware-rel/${RELEASE_NUM}"
MW_OSS_IPK_PATH ?= "middleware-dbg/${RELEASE_NUM}"
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