Skip to content

Feature/amlogic 7394 amlhdcp#121

Closed
Dhivyailangovan wants to merge 2 commits into
developfrom
feature/AMLOGIC-7394_amlhdcp
Closed

Feature/amlogic 7394 amlhdcp#121
Dhivyailangovan wants to merge 2 commits into
developfrom
feature/AMLOGIC-7394_amlhdcp

Conversation

@Dhivyailangovan
Copy link
Copy Markdown

No description provided.

Copilot AI review requested due to automatic review settings June 4, 2026 14:59
@Dhivyailangovan Dhivyailangovan requested a review from a team as a code owner June 4, 2026 14:59
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 URIs to point explicitly to the debug artifact directory for both the main middleware feed and the OSS middleware feed.

Changes:

  • Switch MW_IPK_SERVER_PATH to use a hardcoded ipks/debug path.
  • Switch MW_OSS_IPK_SERVER_PATH to use a hardcoded ipks/debug path.

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 Forces OSS middleware feed to ipks/debug rather than a configurable build variant.
conf/machine/include/middleware.inc Forces middleware feed to ipks/debug rather than a configurable build variant.

💡 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_SERVER_PATH ?= "${RDK_ARTIFACTS_BASE_URL}/${MW_IPK_PATH}/${RDK_MW_ARCH}/ipks/debug"
OPKG_ARCH_PRIORITY:${MW_OSS} = "205"
MW_OSS_IPK_PATH ?= "middleware-rel/${RELEASE_NUM}"
MW_OSS_IPK_SERVER_PATH = "${RDK_ARTIFACTS_BASE_URL}/${MW_OSS_IPK_PATH}/${RDK_MW_ARCH}/${MW_OSS}/ipks/${BUILD_VARIANT}"
MW_OSS_IPK_SERVER_PATH = "${RDK_ARTIFACTS_BASE_URL}/${MW_OSS_IPK_PATH}/${RDK_MW_ARCH}/${MW_OSS}/ipks/debug"
@Dhivyailangovan Dhivyailangovan deleted the feature/AMLOGIC-7394_amlhdcp branch June 5, 2026 07:46
@github-actions github-actions Bot locked and limited conversation to collaborators Jun 5, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants