Skip to content

RDKEMW-18305 : ~1.3-6s delay during FSR/WH reset#120

Open
PreethiLakshmi91 wants to merge 1 commit into
support/8.5.3.0_EMTKfrom
RDKEMW-18305_Sup8530Emtk
Open

RDKEMW-18305 : ~1.3-6s delay during FSR/WH reset#120
PreethiLakshmi91 wants to merge 1 commit into
support/8.5.3.0_EMTKfrom
RDKEMW-18305_Sup8530Emtk

Conversation

@PreethiLakshmi91
Copy link
Copy Markdown

Reason for change: 6s Delay Fix
Test Procedure: Reset using reset command in ticket
Risks: Low
Priority: P0

Reason for change: 6s Delay Fix
Test Procedure: Reset using reset command in ticket
Risks: Low
Priority: P0

Signed-off-by: ppalan289 <preethi_palanisamy@comcast.com>
Copilot AI review requested due to automatic review settings June 2, 2026 08:55
@PreethiLakshmi91 PreethiLakshmi91 requested a review from a team as a code owner June 2, 2026 08:55
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 configuration to point builds at a different middleware artifact drop, presumably to pick up an external fix for the reported FSR/WH reset delay.

Changes:

  • Updates RELEASE_NUM to a ticket-style identifier (RDKEMW-18305_MP0_2).
  • Switches the default middleware and OSS middleware 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 Bumps RELEASE_NUM and changes default middleware IPK feed path used to construct IPK_FEED_URIS.
conf/machine/include/oss_mw.inc Changes default OSS middleware IPK feed path used to construct OSS IPK_FEED_URIS.

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

Comment on lines +8 to +10
RELEASE_NUM = "RDKEMW-18305_MP0_2"

MW_IPK_PATH ?= "middleware-rel/${RELEASE_NUM}"
MW_IPK_PATH ?= "middleware-dbg/${RELEASE_NUM}"
PACKAGE_EXTRA_ARCHS:append = " ${MIDDLEWARE_ARCH}"

RELEASE_NUM = "8.5.3.0.1"
RELEASE_NUM = "RDKEMW-18305_MP0_2"
RELEASE_NUM = "RDKEMW-18305_MP0_2"

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}"
@github-advanced-security
Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

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.

4 participants