Skip to content

RDKEMW-22129: set volume properly for FFV - #152

Open
santoshcomcast wants to merge 2 commits into
support/8.5.3.0from
topic/RDKEMW-22129-Fix-audio-issue-ffv
Open

RDKEMW-22129: set volume properly for FFV#152
santoshcomcast wants to merge 2 commits into
support/8.5.3.0from
topic/RDKEMW-22129-Fix-audio-issue-ffv

Conversation

@santoshcomcast

Copy link
Copy Markdown

No description provided.

Copilot AI review requested due to automatic review settings July 23, 2026 10:18
@santoshcomcast
santoshcomcast requested a review from a team as a code owner July 23, 2026 10:18

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 IPK feed configuration to point builds at a specific FFV-targeted middleware drop (via RELEASE_NUM) and a different artifacts directory.

Changes:

  • Updates RELEASE_NUM to RDKEMW-22129-ffv-853.
  • Switches 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 2 comments.

File Description
conf/machine/include/middleware.inc Updates RELEASE_NUM and changes the default middleware feed path used to construct IPK_FEED_URIS.
conf/machine/include/oss_mw.inc Changes the default OSS middleware feed path used to construct the OSS IPK_FEED_URIS entry.

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

RELEASE_NUM = "RDKEMW-22129-ffv-853"

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