Skip to content

RDKEMW-22839:Update middleware release flow - #161

Open
rajkumar154 wants to merge 2 commits into
support/8.6.3.0from
topic/RDKEMW-22839
Open

RDKEMW-22839:Update middleware release flow#161
rajkumar154 wants to merge 2 commits into
support/8.6.3.0from
topic/RDKEMW-22839

Conversation

@rajkumar154

Copy link
Copy Markdown

No description provided.

@rajkumar154
rajkumar154 requested a review from a team as a code owner August 1, 2026 18:46
Copilot AI review requested due to automatic review settings August 1, 2026 18:46
@rajkumar154 rajkumar154 changed the title Topic/rdkemw 22839 RDKEMW-22839:Update middleware release flow Aug 1, 2026

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 the middleware IPK feed configuration used by Yocto/BitBake machine includes, changing the release identifier and the default artifact feed path used to construct IPK_FEED_URIS.

Changes:

  • Set RELEASE_NUM to RDKEMW-22839.
  • Switch default middleware and OSS middleware IPK 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 2 comments.

File Description
conf/machine/include/oss_mw.inc Changes the default OSS IPK feed base path used to build the OSS feed URI.
conf/machine/include/middleware.inc Updates the release identifier and changes the default middleware IPK feed base path used to build the main feed URI.

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

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}"
RELEASE_NUM = "RDKEMW-22839"

MW_IPK_PATH ?= "middleware-rel/${RELEASE_NUM}"
MW_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