Skip to content

RDKEMW-21908: Trickplay becomes unresponsive and ends up in black screen and rialto crash is observed - #149

Open
nejuma1 wants to merge 2 commits into
support/8.4.4.0from
feature/RDKEMW-21908
Open

RDKEMW-21908: Trickplay becomes unresponsive and ends up in black screen and rialto crash is observed#149
nejuma1 wants to merge 2 commits into
support/8.4.4.0from
feature/RDKEMW-21908

Conversation

@nejuma1

@nejuma1 nejuma1 commented Jul 20, 2026

Copy link
Copy Markdown

RDKEMW-21908: Trickplay becomes unresponsive and ends up in black screen and rialto crash is observed

Reason for change : EOS will be triggered only if seek succeeds
Test steps: mentioned in ticket
Priority : P1
Signed off by : nejumatn28@gmail.com

@nejuma1
nejuma1 requested a review from a team as a code owner July 20, 2026 04:17
Copilot AI review requested due to automatic review settings July 20, 2026 04:17

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

This PR updates the Yocto/BitBake middleware IPK feed configuration to pull middleware artifacts from a different artifacts path/tag, presumably to consume a build that contains the referenced trickplay/EOS fix.

Changes:

  • Updated RELEASE_NUM from a semantic version to the tag VPAAMP-610.
  • Switched the default middleware IPK feed path from middleware-rel/... to middleware-dbg/... for both standard and OSS middleware feeds.

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 the middleware release/tag and changes the default IPK feed path to middleware-dbg.
conf/machine/include/oss_mw.inc Changes the OSS middleware IPK feed path to middleware-dbg.

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

Comment on lines +8 to +10
RELEASE_NUM = "VPAAMP-610"

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