Skip to content

Conversation

@thellef
Copy link

@thellef thellef commented Nov 7, 2025

RDKEMW-9015: Bump TextTrack to opensource
Move installation wish to packagegroup-middleware-layer main file rather than a bbappend under cspc.
Bump PR of thunderstartupservices because we modify the recipe to install texttrack's service file.

@thellef thellef self-assigned this Nov 7, 2025
Copilot AI review requested due to automatic review settings November 7, 2025 14:14
@thellef thellef requested review from a team as code owners November 7, 2025 14:14
Copy link

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

This PR adds conditional support for the texttrack package in the middleware layer based on a distro feature flag. The changes ensure that the texttrack package is only included when the corresponding distro feature is enabled, and bump the package revision to reflect the update.

  • Adds conditional inclusion of texttrack package based on DISTRO_FEATURES
  • Increments package revision for thunderstartupservices

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
recipes-core/packagegroups/packagegroup-middleware-layer.bb Adds conditional runtime dependency on texttrack package when the distro feature is enabled
conf/include/generic-pkgrev.inc Bumps PR (package revision) for thunderstartupservices from r0 to r1

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

@thellef thellef force-pushed the feature/rdkemw-9015 branch from 5281e74 to 4d5895a Compare November 10, 2025 10:09
cdgeorge
cdgeorge previously approved these changes Nov 11, 2025
Copy link

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

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.


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

sysint \
systimemgr \
telemetry \
${@bb.utils.contains('DISTRO_FEATURES', 'texttrack', 'texttrack', '', d)} \
Copy link

Copilot AI Nov 19, 2025

Choose a reason for hiding this comment

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

[nitpick] Inconsistent spacing in the conditional expression. The pattern at line 34 and 49 uses double spaces after the comma and space before closing parenthesis ('enable_ripple', \"virtual/firebolt \"), line 50 uses single quotes with no trailing space ('memcapture', 'memcapture', ''), while line 71 uses single quotes ('DAC_SUPPORT', 'entservices-lisa', ''). The new line at 82 should follow the predominant pattern in the file. Consider aligning with line 50's pattern: ${@bb.utils.contains('DISTRO_FEATURES', 'texttrack', 'texttrack', '', d)}.

Copilot uses AI. Check for mistakes.
@CLAassistant
Copy link

CLAassistant commented Nov 20, 2025

CLA assistant check
All committers have signed the CLA.

Move installation wish to packagegroup-middleware-layer main file rather
than a bbappend under cspc.
Bump PR of thunderstartupservices because we modify the recipe to
install texttrack's service file.

Change-Id: I8ec2b5228d7f10872f63caab769e3d524e782242
@thellef thellef force-pushed the feature/rdkemw-9015 branch from e514a63 to c6e2d86 Compare November 21, 2025 11:46
Copilot AI review requested due to automatic review settings November 23, 2025 23:16
Copy link

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

Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.


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

@thellef
Copy link
Author

thellef commented Nov 26, 2025

The opensourcing is postponed for now.

@thellef thellef closed this Nov 26, 2025
@thellef thellef deleted the feature/rdkemw-9015 branch November 26, 2025 08:43
@github-actions github-actions bot locked and limited conversation to collaborators Nov 26, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

RDKEMW-9015: Update TextTrack to opensource version

5 participants