Skip to content

RDKEMW-18268 : Fix for custom settings retention issue after reboot#107

Open
aktamilbe wants to merge 1 commit into
support/8.5.3.0from
feature/RDKEMW-18268
Open

RDKEMW-18268 : Fix for custom settings retention issue after reboot#107
aktamilbe wants to merge 1 commit into
support/8.5.3.0from
feature/RDKEMW-18268

Conversation

@aktamilbe
Copy link
Copy Markdown

No description provided.

Copilot AI review requested due to automatic review settings May 7, 2026 19:23
@aktamilbe aktamilbe requested a review from a team as a code owner May 7, 2026 19:23
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 middleware OPKG feed configuration to point at a new release identifier and artifact directory, presumably to consume a build containing the RDKEMW-18268 fix.

Changes:

  • Update RELEASE_NUM to RDKEMW-18268-r0.
  • Switch middleware and OSS IPK feed base paths from middleware-rel/... to middleware-dbg/....

Reviewed changes

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

File Description
conf/machine/include/middleware.inc Updates release identifier and changes the primary middleware OPKG feed path.
conf/machine/include/oss_mw.inc Changes the OSS middleware OPKG feed path to match the new base directory.

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

Comment thread conf/machine/include/middleware.inc Outdated
PACKAGE_EXTRA_ARCHS:append = " ${MIDDLEWARE_ARCH}"

RELEASE_NUM = "8.5.3.2"
RELEASE_NUM = "RDKEMW-18268-r0"
RELEASE_NUM = "RDKEMW-18268-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}"
Comment thread conf/machine/include/middleware.inc Outdated
Comment on lines +8 to +10
RELEASE_NUM = "RDKEMW-18268-r0"

MW_IPK_PATH ?= "middleware-rel/${RELEASE_NUM}"
MW_IPK_PATH ?= "middleware-dbg/${RELEASE_NUM}"
@aktamilbe aktamilbe force-pushed the feature/RDKEMW-18268 branch from ee50d31 to 748909e Compare May 8, 2026 09:23
Copilot AI review requested due to automatic review settings May 8, 2026 11:17
@aktamilbe aktamilbe force-pushed the feature/RDKEMW-18268 branch from 748909e to 754a37e Compare May 8, 2026 11:17
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.5.3.2"
RELEASE_NUM = "RDKEMW-18268-r2"
RELEASE_NUM = "RDKEMW-18268-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