Skip to content

Feature/rdkemw 22096 - #154

Open
swethasukumarr wants to merge 2 commits into
developfrom
feature/RDKEMW-22096
Open

Feature/rdkemw 22096#154
swethasukumarr wants to merge 2 commits into
developfrom
feature/RDKEMW-22096

Conversation

@swethasukumarr

Copy link
Copy Markdown

No description provided.

Copilot AI review requested due to automatic review settings July 23, 2026 21:48
@swethasukumarr
swethasukumarr requested a review from a team as a code owner July 23, 2026 21: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

Updates middleware IPK feed configuration to point at a ticket-specific release identifier and to fetch packages from a debug artifacts path.

Changes:

  • Set RELEASE_NUM to RDKEMW-22096 (ticket-based identifier).
  • Change default MW_IPK_PATH and MW_OSS_IPK_PATH from middleware-rel/... to middleware-dbg/....

Reviewed changes

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

File Description
conf/machine/include/middleware.inc Updates release identifier and default middleware IPK feed path used to build IPK_FEED_URIS.
conf/machine/include/oss_mw.inc Updates default OSS middleware IPK feed path used to build IPK_FEED_URIS for OSS arch feeds.

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

RELEASE_NUM = "RDKEMW-22096"

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