Release/1.0.11#88
Conversation
Deploy cla action
Deploy fossid_integration_stateless_diffscan_target_repo action
* Enabling sceneset distro
RDK-59546 Integrate the memcapture tool on release build
With TextTrack now being opensourced, we can set its distro_feature in the open. Change-Id: I1856341f91ceb93a7ca99a9325f4513b2f2b533e
There was a problem hiding this comment.
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
memcaptureandtexttrackdistro features between common and platform-specific configurations - Adds
scenesetdistro 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.
| # Enable Distro to remove provisioning precondition check while activate OCDM plugin | ||
| DISTRO_FEATURES:append = " disable_provision_precondition_rdkm" | ||
|
|
||
| # Enable Distro to add sceneset |
There was a problem hiding this comment.
[nitpick] Trailing space after "sceneset" in the comment. Consider removing trailing whitespace for consistency.
| # Enable Distro to add sceneset | |
| # Enable Distro to add sceneset |
| DISTRO_FEATURES:append = ' pwrmgr-plugin' | ||
| DISTRO_FEATURES:append = ' enable_libsoup3' | ||
| DISTRO_FEATURES:append = ' memcapture' | ||
|
|
There was a problem hiding this comment.
[nitpick] Unnecessary double blank line at the end of the file. A single blank line would be sufficient for consistency with code formatting standards.
No description provided.