Skip to content

RDKEMW-18244 : Fix for custom settings retention issue after reboot#106

Open
aktamilbe wants to merge 1 commit into
developfrom
feature/RDKEMW-18244
Open

RDKEMW-18244 : Fix for custom settings retention issue after reboot#106
aktamilbe wants to merge 1 commit into
developfrom
feature/RDKEMW-18244

Conversation

@aktamilbe
Copy link
Copy Markdown

No description provided.

Copilot AI review requested due to automatic review settings May 7, 2026 19:21
@aktamilbe aktamilbe requested a review from a team as a code owner May 7, 2026 19:21
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 feed configuration so builds pull IPKs from a different artifacts path, presumably to consume a build that contains the “custom settings retention after reboot” fix.

Changes:

  • Switched middleware IPK feed paths from middleware-rel/... to middleware-dbg/....
  • Updated RELEASE_NUM from 8.6.1.0 to RDKEMW-18244-r0.

Reviewed changes

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

File Description
conf/machine/include/middleware.inc Changes default release identifier and base feed path used to construct MW_IPK_SERVER_PATH.
conf/machine/include/oss_mw.inc Updates OSS middleware feed base path used to construct MW_OSS_IPK_SERVER_PATH.

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

Comment thread conf/machine/include/middleware.inc Outdated
Comment on lines +8 to +10
RELEASE_NUM = "RDKEMW-18244-r0"

MW_IPK_PATH ?= "middleware-rel/${RELEASE_NUM}"
MW_IPK_PATH ?= "middleware-dbg/${RELEASE_NUM}"
PACKAGE_EXTRA_ARCHS:append = " ${MW_OSS} "
OPKG_ARCH_PRIORITY:${MW_OSS} = "205"
MW_OSS_IPK_PATH ?= "middleware-rel/${RELEASE_NUM}"
MW_OSS_IPK_PATH ?= "middleware-dbg/${RELEASE_NUM}"
@aktamilbe aktamilbe force-pushed the feature/RDKEMW-18244 branch from eebc32e to 722432e Compare May 8, 2026 09:22
Copilot AI review requested due to automatic review settings May 8, 2026 11:18
@aktamilbe aktamilbe force-pushed the feature/RDKEMW-18244 branch from 722432e to 37627c5 Compare May 8, 2026 11:18
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 3 comments.

PACKAGE_EXTRA_ARCHS:append = " ${MIDDLEWARE_ARCH}"

RELEASE_NUM = "8.6.1.0"
RELEASE_NUM = "RDKEMW-18244-r2"
RELEASE_NUM = "RDKEMW-18244-r2"

MW_IPK_PATH ?= "middleware-rel/${RELEASE_NUM}"
MW_IPK_PATH ?= "middleware-dbg/${RELEASE_NUM}"
PACKAGE_EXTRA_ARCHS:append = " ${MW_OSS} "
OPKG_ARCH_PRIORITY:${MW_OSS} = "205"
MW_OSS_IPK_PATH ?= "middleware-rel/${RELEASE_NUM}"
MW_OSS_IPK_PATH ?= "middleware-dbg/${RELEASE_NUM}"
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