Skip to content

rdkemw 22810: Update middleware release flow - #159

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

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

Conversation

@rajkumar154

Copy link
Copy Markdown

No description provided.

Copilot AI review requested due to automatic review settings July 31, 2026 19:20
@rajkumar154
rajkumar154 requested a review from a team as a code owner July 31, 2026 19:20

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 this Yocto layer, changing both the release identifier and the artifact root path used to form feed URLs.

Changes:

  • Updates RELEASE_NUM in middleware.inc from a version string to a ticket ID.
  • Switches default IPK feed roots from middleware-rel/... to middleware-dbg/... for both standard and OSS middleware feeds.

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 Changes the release identifier and default middleware IPK feed root used to construct IPK_FEED_URIS.
conf/machine/include/oss_mw.inc Changes the default OSS middleware IPK feed root used to construct the OSS feed URL.
Suppressed comments (1)

conf/machine/include/middleware.inc:10

  • This layer is for middleware release consumption (and previously defaulted to "middleware-rel"). Changing the default MW_IPK_PATH to "middleware-dbg" will redirect all consumers to a debug artifact root unless they explicitly override MW_IPK_PATH.
MW_IPK_PATH ?= "middleware-dbg/${RELEASE_NUM}"

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

PACKAGE_EXTRA_ARCHS:append = " ${MIDDLEWARE_ARCH}"

RELEASE_NUM = "8.6.3.1"
RELEASE_NUM = "RDKEMW-22810"
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