Skip to content

RDKEMW-18000:Enriching RootFS Manifest with source uri#970

Open
rajkumar154 wants to merge 8 commits into
release/8.6.3.0from
feature/RDKEMW-18000-1
Open

RDKEMW-18000:Enriching RootFS Manifest with source uri#970
rajkumar154 wants to merge 8 commits into
release/8.6.3.0from
feature/RDKEMW-18000-1

Conversation

@rajkumar154

Copy link
Copy Markdown

No description provided.

Copilot AI review requested due to automatic review settings June 23, 2026 03:17
@rajkumar154 rajkumar154 requested review from a team as code owners June 23, 2026 03:17

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

Adds Yocto configuration to include source URI metadata in the generated rootfs manifest, by enabling the embed-source-metadata class at the distro level.

Changes:

  • Include a new distro include file from conf/distro/rdk.conf to enable embedding source metadata.
  • Add conf/distro/include/embed-source-metadata.inc to append embed-source-metadata to INHERIT.

Reviewed changes

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

File Description
conf/distro/rdk.conf Requires the new include to enable embedding source metadata during builds.
conf/distro/include/embed-source-metadata.inc‎ Adds INHERIT += "embed-source-metadata" to enrich rootfs manifest metadata.

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

Comment thread conf/distro/rdk.conf
require include/rdk-versions.inc

# Enriching Rootfs manifest with src uri details
require include/embed-source-metadata.inc
Comment thread conf/distro/rdk.conf
Copilot AI review requested due to automatic review settings June 23, 2026 16:28

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

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

Comments suppressed due to low confidence (1)

conf/distro/include/embed-source-metadata.inc‎:1

  • This new file’s path includes a trailing invisible Unicode control character (it shows up as embed-source-metadata.inc�). That will make it hard to reference reliably and currently causes rdk.conf to require a different filename. Please rename this file to conf/distro/include/embed-source-metadata.inc (ASCII only) and ensure any require statements match the renamed path.

Comment thread conf/distro/rdk.conf Outdated
require include/rdk-versions.inc

# Enriching Rootfs manifest with src uri details
require conf/distro/include/embed-source-metadata.inc
Comment thread conf/distro/rdk.conf
# RDK component versions
require include/rdk-versions.inc

# Enriching Rootfs manifest with src uri details
Copilot AI review requested due to automatic review settings June 23, 2026 16:35

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

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

Comment thread conf/distro/rdk.conf
Comment thread conf/distro/include/embed-source-metadata.inc
@rdkcentral rdkcentral deleted a comment from rajkumar154 Jun 23, 2026
Copilot AI review requested due to automatic review settings June 23, 2026 17:12

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

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

@@ -0,0 +1 @@
INHERIT += "embed-source-metadata"
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.

3 participants