Skip to content

Add documentation for SBOM#676

Open
yogeshhegde wants to merge 4 commits intoTexasInstruments:masterfrom
yogeshhegde:sbom
Open

Add documentation for SBOM#676
yogeshhegde wants to merge 4 commits intoTexasInstruments:masterfrom
yogeshhegde:sbom

Conversation

@yogeshhegde
Copy link
Copy Markdown
Contributor

@yogeshhegde yogeshhegde commented Apr 16, 2026

feat(linux): Add how to guide for working with SBOMs
Add How to guide for working with SBOM's with sections

  • Generating SBOM in SPDX and CycloneDX format
  • Tools and references for Working with SBOM i.e visualizing, merging,
    modifying SBOMs

feat(linux): Add SBOM section to release notes
Add release artefacts SBOM information for AM64X,AM62X,AM62PX and AM62LX
devices.

Doc Link - https://yogeshhegde.github.io/processor-sdk-doc/processor-sdk-linux-AM62LX/esd/docs/master/linux/How_to_Guides/FAQ/How_to_work_with_SBOM.html

@github-actions
Copy link
Copy Markdown

New warnings found with rstcheck:

source/devices/AM62PX/linux/Release_Specific_Release_Notes.rst:43: (ERROR/3) Undefined substitution referenced: "SDK_FULL_NAME".
source/devices/AM62PX/linux/Release_Specific_Release_Notes.rst:43: (ERROR/3) Undefined substitution referenced: "SDK_DOWNLOAD_URL".
source/devices/AM62LX/linux/Release_Specific_Release_Notes.rst:43: (ERROR/3) Undefined substitution referenced: "SDK_FULL_NAME".
source/devices/AM62LX/linux/Release_Specific_Release_Notes.rst:43: (ERROR/3) Undefined substitution referenced: "SDK_DOWNLOAD_URL".
source/devices/AM64X/linux/Release_Specific_Release_Notes.rst:41: (ERROR/3) Undefined substitution referenced: "SDK_FULL_NAME".
source/devices/AM64X/linux/Release_Specific_Release_Notes.rst:41: (ERROR/3) Undefined substitution referenced: "SDK_DOWNLOAD_URL".
source/devices/AM62X/linux/Release_Specific_Release_Notes.rst:41: (ERROR/3) Undefined substitution referenced: "SDK_FULL_NAME".
source/devices/AM62X/linux/Release_Specific_Release_Notes.rst:41: (ERROR/3) Undefined substitution referenced: "SDK_DOWNLOAD_URL".
source/linux/How_to_Guides/FAQ/How_to_work_with_SBOM.rst:10: (ERROR/3) Unexpected indentation.

1 similar comment
@github-actions
Copy link
Copy Markdown

New warnings found with rstcheck:

source/devices/AM62PX/linux/Release_Specific_Release_Notes.rst:43: (ERROR/3) Undefined substitution referenced: "SDK_FULL_NAME".
source/devices/AM62PX/linux/Release_Specific_Release_Notes.rst:43: (ERROR/3) Undefined substitution referenced: "SDK_DOWNLOAD_URL".
source/devices/AM62LX/linux/Release_Specific_Release_Notes.rst:43: (ERROR/3) Undefined substitution referenced: "SDK_FULL_NAME".
source/devices/AM62LX/linux/Release_Specific_Release_Notes.rst:43: (ERROR/3) Undefined substitution referenced: "SDK_DOWNLOAD_URL".
source/devices/AM64X/linux/Release_Specific_Release_Notes.rst:41: (ERROR/3) Undefined substitution referenced: "SDK_FULL_NAME".
source/devices/AM64X/linux/Release_Specific_Release_Notes.rst:41: (ERROR/3) Undefined substitution referenced: "SDK_DOWNLOAD_URL".
source/devices/AM62X/linux/Release_Specific_Release_Notes.rst:41: (ERROR/3) Undefined substitution referenced: "SDK_FULL_NAME".
source/devices/AM62X/linux/Release_Specific_Release_Notes.rst:41: (ERROR/3) Undefined substitution referenced: "SDK_DOWNLOAD_URL".
source/linux/How_to_Guides/FAQ/How_to_work_with_SBOM.rst:10: (ERROR/3) Unexpected indentation.

@github-actions
Copy link
Copy Markdown

New warnings found with rstcheck:

source/devices/AM62PX/linux/Release_Specific_Release_Notes.rst:43: (ERROR/3) Undefined substitution referenced: "SDK_FULL_NAME".
source/devices/AM62PX/linux/Release_Specific_Release_Notes.rst:43: (ERROR/3) Undefined substitution referenced: "SDK_DOWNLOAD_URL".
source/devices/AM62LX/linux/Release_Specific_Release_Notes.rst:43: (ERROR/3) Undefined substitution referenced: "SDK_FULL_NAME".
source/devices/AM62LX/linux/Release_Specific_Release_Notes.rst:43: (ERROR/3) Undefined substitution referenced: "SDK_DOWNLOAD_URL".
source/devices/AM64X/linux/Release_Specific_Release_Notes.rst:41: (ERROR/3) Undefined substitution referenced: "SDK_FULL_NAME".
source/devices/AM64X/linux/Release_Specific_Release_Notes.rst:41: (ERROR/3) Undefined substitution referenced: "SDK_DOWNLOAD_URL".
source/devices/AM62X/linux/Release_Specific_Release_Notes.rst:41: (ERROR/3) Undefined substitution referenced: "SDK_FULL_NAME".
source/devices/AM62X/linux/Release_Specific_Release_Notes.rst:41: (ERROR/3) Undefined substitution referenced: "SDK_DOWNLOAD_URL".

@github-actions
Copy link
Copy Markdown

New warnings found with rstcheck:

source/linux/How_to_Guides/FAQ/How_to_work_with_SBOM.rst:10: (ERROR/3) "list-table" widths do not match the number of columns in table (4).

Comment thread source/devices/AM62LX/linux/Release_Specific_Release_Notes.rst
Comment thread source/linux/How_to_Guides/FAQ/How_to_work_with_SBOM.rst
Add release artefacts SBOM information for AM64X,AM62X,AM62PX and AM62LX
devices.

Signed-off-by: Yogesh Hegde <y-hegde@ti.com>
@yogeshhegde yogeshhegde force-pushed the sbom branch 2 times, most recently from 9338c00 to b9ad5de Compare April 16, 2026 13:05
Comment thread source/linux/How_to_Guides/FAQ/How_to_work_with_SBOM.rst
Comment thread source/linux/How_to_Guides/FAQ/How_to_work_with_SBOM.rst Outdated
Comment thread source/linux/How_to_Guides/FAQ/How_to_work_with_SBOM.rst Outdated
Comment thread source/linux/How_to_Guides/FAQ/How_to_work_with_SBOM.rst Outdated
Comment thread source/linux/How_to_Guides/FAQ/How_to_work_with_SBOM.rst
Comment thread source/linux/How_to_Guides/FAQ/How_to_work_with_SBOM.rst
Add How to guide for working with SBOM's with sections
* Generating SBOM in SPDX and CycloneDX format
* Tools and references for Working with SBOM i.e visualizing, merging,
modifying SBOMs

Signed-off-by: Yogesh Hegde <y-hegde@ti.com>
Add link to working with SBOM in release specific section

Signed-off-by: Yogesh Hegde <y-hegde@ti.com>
Comment thread source/devices/AM62DX/linux/Release_Specific_Release_Notes.rst
@StaticRocket
Copy link
Copy Markdown
Member

Yeah, looks fine now. This documentation should be applicable to all devices though. It may be easier to drop the release specific sections (as it's not really specific to any one release) and throw it into the toc for all platforms.

Add release artefacts SBOM information to release notes for AM62DX
device.

Signed-off-by: Yogesh Hegde <y-hegde@ti.com>
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.

9 participants