Skip to content

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

Open
rajkumar154 wants to merge 3 commits into
release/8.6.3.0from
feature/REL8630-18000
Open

RDKEMW-18000:Enriching RootFS Manifest with source uri#968
rajkumar154 wants to merge 3 commits into
release/8.6.3.0from
feature/REL8630-18000

Conversation

@rajkumar154

Copy link
Copy Markdown

No description provided.

Copilot AI review requested due to automatic review settings June 22, 2026 19:00
@rajkumar154 rajkumar154 requested review from a team as code owners June 22, 2026 19:00

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 enables Yocto’s embed-source-metadata functionality at the distro level to enrich the generated rootfs manifest with source (e.g., SRC_URI) metadata.

Changes:

  • Adds a new distro include that appends embed-source-metadata to INHERIT.
  • Requires that include from conf/distro/rdk.conf so it is applied for the distro.

Reviewed changes

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

File Description
conf/distro/rdk.conf Requires the new include to enable embedding source metadata in manifest output.
conf/distro/include/embed-source-metadata.inc‎ Adds INHERIT += "embed-source-metadata" (but the filename currently contains an invisible Unicode character).
Comments suppressed due to low confidence (1)

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

  • This file’s name includes an extra invisible Unicode character after .inc, which prevents require include/embed-source-metadata.inc from finding it and may also cause tooling to treat it as a different extension. Please rename the file to conf/distro/include/embed-source-metadata.inc (ASCII only) and update references accordingly.

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

Comment thread conf/distro/rdk.conf
Comment on lines +142 to +143
# Enriching Rootfs manifest with src uri details
require include/embed-source-metadata.inc
@mhughesacn

Copy link
Copy Markdown

Hi @rajkumar154 : Please check the conf/distro/include/embed-source-metadata.inc filename carefully in a shell-level checkout - it is being reported as having non-printing characters at the end. This will cause confusion later.

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