Skip to content

RDKEMW-17318 : MW IPK feed path#101

Open
aktamilbe wants to merge 1 commit intodevelopfrom
feature/RDKEMW-17318
Open

RDKEMW-17318 : MW IPK feed path#101
aktamilbe wants to merge 1 commit intodevelopfrom
feature/RDKEMW-17318

Conversation

@aktamilbe
Copy link
Copy Markdown

No description provided.

Copilot AI review requested due to automatic review settings April 28, 2026 13:25
@aktamilbe aktamilbe requested a review from a team as a code owner April 28, 2026 13:25
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

Updates the middleware OPKG/IPK feed configuration to point at a different artifact repository path for middleware packages.

Changes:

  • Switch middleware IPK feed root directory from middleware-rel/... to middleware-dbg/....
  • Update RELEASE_NUM to a ticket-based identifier and adjust the middleware IPK server path to a debug-only ipks/dbg location.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

File Description
conf/machine/include/oss_mw.inc Changes OSS middleware feed base path to middleware-dbg/${RELEASE_NUM}.
conf/machine/include/middleware.inc Updates RELEASE_NUM and redirects middleware feed paths to middleware-dbg/.../ipks/dbg.

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

Comment thread conf/machine/include/middleware.inc Outdated
Comment thread conf/machine/include/middleware.inc Outdated
Comment thread conf/machine/include/oss_mw.inc
Copilot AI review requested due to automatic review settings April 28, 2026 18:05
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

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.


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

OPKG_ARCH_PRIORITY:${MW_OSS} = "205"
MW_OSS_IPK_PATH ?= "middleware-rel/${RELEASE_NUM}"
MW_OSS_IPK_PATH ?= "middleware-dbg/${RELEASE_NUM}"
MW_OSS_IPK_SERVER_PATH = "${RDK_ARTIFACTS_BASE_URL}/${MW_OSS_IPK_PATH}/${RDK_MW_ARCH}/${MW_OSS}/ipks/${BUILD_VARIANT}"
Copy link

Copilot AI Apr 28, 2026

Choose a reason for hiding this comment

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

MW_OSS_IPK_PATH now points to the "middleware-dbg" tree, but MW_OSS_IPK_SERVER_PATH still appends "/ipks/${BUILD_VARIANT}". If ${BUILD_VARIANT} can be non-"debug", this will generate a path that likely doesn't exist under the debug tree. Align these (e.g., use "/ipks/debug" when using middleware-dbg, or keep the path variant-based).

Suggested change
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"

Copilot uses AI. Check for mistakes.
@aktamilbe aktamilbe force-pushed the feature/RDKEMW-17318 branch from 7b01ef8 to 7c37408 Compare April 29, 2026 17:15
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