RDKEMW-17666: Playback stopped abruptly and going back to Asset info …#3821
RDKEMW-17666: Playback stopped abruptly and going back to Asset info …#3821muthumanik wants to merge 1 commit intosupport/8.5.3.0_EMTKfrom
Conversation
…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
There was a problem hiding this comment.
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_aampto 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" |
There was a problem hiding this comment.
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).
| PR ?= "r" | |
| PR ?= "r0" |
…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