Skip to content

Update middleware.inc#82

Open
dnnaveen151027 wants to merge 1 commit intosupport/8.5.3.0from
topic/RDKEMW-16432
Open

Update middleware.inc#82
dnnaveen151027 wants to merge 1 commit intosupport/8.5.3.0from
topic/RDKEMW-16432

Conversation

@dnnaveen151027
Copy link
Copy Markdown

No description provided.

Copilot AI review requested due to automatic review settings April 9, 2026 09:32
@dnnaveen151027 dnnaveen151027 requested a review from a team as a code owner April 9, 2026 09:32
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 “release” identifier used to construct the artifact repository path for middleware packages.

Changes:

  • Replaces the RELEASE_NUM value in middleware.inc from a version-like string to a JIRA/ticket-like identifier (RDKEMW-16432).

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

PACKAGE_EXTRA_ARCHS:append = " ${MIDDLEWARE_ARCH}"

RELEASE_NUM = "8.5.3.0_B6"
RELEASE_NUM = "RDKEMW-16432"
Copy link

Copilot AI Apr 9, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RELEASE_NUM is used to construct MW_IPK_PATH/MW_IPK_SERVER_PATH, so changing it from a version-like value (e.g., 8.x.y...) to a ticket ID (RDKEMW-16432) changes the resolved artifact feed URL. If the artifact repository directories are versioned (as implied by the previous value and CHANGELOG version headings), this will likely point opkg at a non-existent feed and break builds. Consider keeping RELEASE_NUM as the actual middleware release version (and, if needed, track the ticket ID in a separate variable/comment).

Suggested change
RELEASE_NUM = "RDKEMW-16432"
# Keep RELEASE_NUM as the versioned middleware release used by artifact feed paths.
# Track ticket/work-item references separately so feed URLs do not change unexpectedly.
MW_CHANGE_TICKET = "RDKEMW-16432"
RELEASE_NUM = "8.x.y"

Copilot uses AI. Check for mistakes.
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