Skip to content

Release/1.0.11#88

Open
anand-ky wants to merge 13 commits into
mainfrom
release/1.0.11
Open

Release/1.0.11#88
anand-ky wants to merge 13 commits into
mainfrom
release/1.0.11

Conversation

@anand-ky

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings November 23, 2025 23:25
@anand-ky
anand-ky requested a review from a team as a code owner November 23, 2025 23:25

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 is a release PR for version 1.0.11 that consolidates multiple feature additions and infrastructure improvements. The changes primarily focus on managing distribution features for the RDK-E build system, with key adjustments to how memcapture, texttrack, and sceneset features are configured across different build targets.

Key changes:

  • Reorganizes memcapture and texttrack distro features between common and platform-specific configurations
  • Adds sceneset distro feature support for RDKM builds
  • Updates GitHub Actions workflows with security improvements and version pinning

Reviewed changes

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

Show a summary per file
File Description
conf/rdke-rdkm-config.inc Adds sceneset feature and removes memcapture for RPI/RDKM builds
conf/rdke-distros.inc Adds texttrack and memcapture features to common distro configuration
CHANGELOG.md Documents version 1.0.11 release with comprehensive list of included PRs and commits
.github/workflows/fossid_integration_stateless_diffscan_target_repo.yml Updates workflow with explicit permissions, fork checks, and version pinning
.github/workflows/cla.yml Adds new CLA signature verification workflow

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

Comment thread conf/rdke-rdkm-config.inc
# Enable Distro to remove provisioning precondition check while activate OCDM plugin
DISTRO_FEATURES:append = " disable_provision_precondition_rdkm"

# Enable Distro to add sceneset

Copilot AI Nov 23, 2025

Copy link

Choose a reason for hiding this comment

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

[nitpick] Trailing space after "sceneset" in the comment. Consider removing trailing whitespace for consistency.

Suggested change
# Enable Distro to add sceneset
# Enable Distro to add sceneset

Copilot uses AI. Check for mistakes.
Comment thread conf/rdke-distros.inc
DISTRO_FEATURES:append = ' pwrmgr-plugin'
DISTRO_FEATURES:append = ' enable_libsoup3'
DISTRO_FEATURES:append = ' memcapture'

Copilot AI Nov 23, 2025

Copy link

Choose a reason for hiding this comment

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

[nitpick] Unnecessary double blank line at the end of the file. A single blank line would be sufficient for consistency with code formatting standards.

Suggested change

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.

8 participants