Skip to content

RDKEMW-17666: Playback stopped abruptly and going back to Asset info …#3821

Open
muthumanik wants to merge 1 commit intosupport/8.5.3.0_EMTKfrom
feature/RDKEMW-17666-EMTK
Open

RDKEMW-17666: Playback stopped abruptly and going back to Asset info …#3821
muthumanik wants to merge 1 commit intosupport/8.5.3.0_EMTKfrom
feature/RDKEMW-17666-EMTK

Conversation

@muthumanik
Copy link
Copy Markdown

…page

Reason for change: Playback stopped abruptly and going back to Asset info page Test Procedure: None
Risks: Low
Priority: P0
Signed-off-by:mkooda197@cable.comcast.com

…page

Reason for change: Playback stopped abruptly and going back to Asset info page
Test Procedure: None
Risks: Low
Priority: P0
Signed-off-by:mkooda197@cable.comcast.com
Copilot AI review requested due to automatic review settings April 30, 2026 01:16
@muthumanik muthumanik requested review from a team as code owners April 30, 2026 01:16
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 Yocto AAMP recipe to pull in a newer upstream AAMP commit intended to address the reported abrupt playback stop/back-navigation issue.

Changes:

  • Bump SRCREV_aamp to a newer commit hash.
  • Update recipe version metadata (PV/PR) to reflect the new drop.

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

PV ?= "3.3.0"
PR ?= "r0"
PV ?= "3.3.0.e"
PR ?= "r"
Copy link

Copilot AI Apr 30, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR is set to "r", which deviates from the layer’s convention of numeric package revisions (r0, r1, ...). For example: recipes-extended/devicesettings/devicesettings_git.bb:8 has PR = "r0" and recipes-multimedia/media-utils/media-utils_git.bb:9 has PR ?= "r0". Keeping PR numeric also avoids odd ${PV}-${PR} strings and version/upgrade ordering issues. Consider using r0 (if PV is bumped) or incrementing to r1 (if this is purely a recipe-only revision bump).

Suggested change
PR ?= "r"
PR ?= "r0"

Copilot uses AI. Check for mistakes.
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