Skip to content

added debugs to check on stop input failure - #142

Open
DakshayaniMV wants to merge 1 commit into
developfrom
feature/RDKEMW-20754-stopinput
Open

added debugs to check on stop input failure#142
DakshayaniMV wants to merge 1 commit into
developfrom
feature/RDKEMW-20754-stopinput

Conversation

@DakshayaniMV

Copy link
Copy Markdown

No description provided.

Copilot AI review requested due to automatic review settings July 3, 2026 08:40
@DakshayaniMV
DakshayaniMV requested a review from a team as a code owner July 3, 2026 08:40

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

This PR changes the default middleware IPK feed path used by the build to point at a debug/ticket-specific artifact location.

Changes:

  • Updates MW_IPK_PATH from a release-based path (middleware-rel/${RELEASE_NUM}) to a hardcoded debug path (middleware-dbg/RDKEMW-20754).

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

Comment on lines 8 to 11
RELEASE_NUM = "8.6.2.0"

MW_IPK_PATH ?= "middleware-rel/${RELEASE_NUM}"
MW_IPK_PATH ?= "middleware-dbg/RDKEMW-20754"
MW_IPK_SERVER_PATH ?= "${RDK_ARTIFACTS_BASE_URL}/${MW_IPK_PATH}/${RDK_MW_ARCH}/ipks/${BUILD_VARIANT}"
RELEASE_NUM = "8.6.2.0"

MW_IPK_PATH ?= "middleware-rel/${RELEASE_NUM}"
MW_IPK_PATH ?= "middleware-dbg/RDKEMW-20754"
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.

3 participants