Skip to content

RDK-61088: Replace vendor reboot reason script from shell to C#99

Open
Dhivyailangovan wants to merge 1 commit intodevelopfrom
feature/RDK-61088-middleware-build
Open

RDK-61088: Replace vendor reboot reason script from shell to C#99
Dhivyailangovan wants to merge 1 commit intodevelopfrom
feature/RDK-61088-middleware-build

Conversation

@Dhivyailangovan
Copy link
Copy Markdown

Copilot AI review requested due to automatic review settings April 28, 2026 06:16
@Dhivyailangovan Dhivyailangovan requested a review from a team as a code owner April 28, 2026 06:16
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 Yocto middleware IPK feed configuration, apparently to consume a debug middleware build associated with RDK-61088.

Changes:

  • Replaces the parameterized middleware release feed path with a hardcoded debug artifact path.
  • Simplifies MW_IPK_SERVER_PATH to point directly at the provided MW_IPK_PATH.

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


MW_IPK_PATH ?= "middleware-rel/${RELEASE_NUM}"
MW_IPK_SERVER_PATH ?= "${RDK_ARTIFACTS_BASE_URL}/${MW_IPK_PATH}/${RDK_MW_ARCH}/ipks/${BUILD_VARIANT}"
MW_IPK_PATH ?= "middleware-dbg/RDK-61088-r0/sky-llama-panel/ipks/debug"
Comment on lines +10 to +11
MW_IPK_PATH ?= "middleware-dbg/RDK-61088-r0/sky-llama-panel/ipks/debug"
MW_IPK_SERVER_PATH ?= "${RDK_ARTIFACTS_BASE_URL}/${MW_IPK_PATH}"
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