Skip to content

RDKEMW-18061: Add the -r option for reboot information logging.#109

Open
santoshcomcast wants to merge 1 commit into
support/8.5.3.0from
topic/RDKEMW-18061-add-r-reboot-option-853
Open

RDKEMW-18061: Add the -r option for reboot information logging.#109
santoshcomcast wants to merge 1 commit into
support/8.5.3.0from
topic/RDKEMW-18061-add-r-reboot-option-853

Conversation

@santoshcomcast
Copy link
Copy Markdown

RDKEMW-18109: AVInput.setVRRSupport returns "ERROR_GENERAL"
RDKEMW-18264: Move tenablehdcp to rdke GitHub

RDKEMW-18109: AVInput.setVRRSupport returns "ERROR_GENERAL"
RDKEMW-18264: Move tenablehdcp to rdke GitHub
Copilot AI review requested due to automatic review settings May 12, 2026 08:45
@santoshcomcast santoshcomcast requested a review from a team as a code owner May 12, 2026 08:45
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 updates the middleware IPK feed configuration used by the Yocto/BitBake layer, changing the release identifier and redirecting feed URLs to a different artifact root.

Changes:

  • Updated RELEASE_NUM to a ticket-based identifier.
  • Switched default IPK feed roots from middleware-rel/... to middleware-dbg/... for both main and OSS-layer feeds.

Reviewed changes

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

File Description
conf/machine/include/middleware.inc Changes the default middleware IPK feed release identifier and feed root path.
conf/machine/include/oss_mw.inc Redirects OSS-layer middleware IPK feed root path to the same new location.

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

Comment on lines +8 to +10
RELEASE_NUM = "RDKEMW-18061-MWCS-oss"

MW_IPK_PATH ?= "middleware-rel/${RELEASE_NUM}"
MW_IPK_PATH ?= "middleware-dbg/${RELEASE_NUM}"
RELEASE_NUM = "RDKEMW-18061-MWCS-oss"

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