Skip to content

Update rdke-distros.inc#142

Open
dp0000 wants to merge 1 commit into
developfrom
feature/RDKEMW-16028
Open

Update rdke-distros.inc#142
dp0000 wants to merge 1 commit into
developfrom
feature/RDKEMW-16028

Conversation

@dp0000

@dp0000 dp0000 commented Apr 13, 2026

Copy link
Copy Markdown
Contributor

By default enabled distro "build_external_player_interface" inorder to use the middleware-player-interface repository for aamp playbacks

By default enabled distro "build_external_player_interface" inorder to use the middleware-player-interface repository for aamp playbacks
@dp0000
dp0000 requested a review from a team as a code owner April 13, 2026 07:38
Copilot AI review requested due to automatic review settings April 13, 2026 07:38

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 RDK-E distro feature configuration to enable build_external_player_interface by default, intended to support AAMP playback via the middleware-player-interface repository.

Changes:

  • Add build_external_player_interface to DISTRO_FEATURES in the default distro feature set.

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

Comment thread conf/rdke-distros.inc
DISTRO_FEATURES:append = ' enable_app_gateway'
DISTRO_FEATURES:append = ' apparmor_segmented_global'
DISTRO_FEATURES:append = ' rdkwindowmanager'
DISTRO_FEATURES:append = ' build_external_player_interface'

Copilot AI Apr 13, 2026

Copy link

Choose a reason for hiding this comment

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

build_external_player_interface is added to DISTRO_FEATURES, but this feature string is not referenced anywhere else in this repository (no bb.utils.contains('DISTRO_FEATURES', 'build_external_player_interface', ...) / DISTRO_FEATURES:contains(...) usage). If the intent is to switch AAMP playback to middleware-player-interface, please add the corresponding conditional logic in this repo or document/point to the layer/recipe that consumes this flag; otherwise this change is a no-op relative to the stated PR purpose.

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