Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/contribute/general/folder.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,11 @@ The following shows the folder structure of the platform repository (ordered alp
│ [:need:`wp__platform_dfa`], [:need:`wp__platform_safety_manual`],
│ [:need:`wp__platform_safety_package`], [:need:`wp__fdr_reports`],
│ [:need:`wp__audit_report`]
├── score_releases/ -> [:need:`wp__platform_sw_release_note`]
├── score_tools/ -> Tool list and [:need:`wp__tool_verification_report`]
├── security/ -> Security documentation on platform level:
│ [:need:`wp__platform_security_manual`], [:need:`wp__platform_security_package`],
│ [:need:`wp__sw_platform_sbom`], [:need:`wp__platform_security_analysis`],
│ [:need:`wp__audit_report_security`]
├── verification_report/ -> Platform verification report (reporting all platform feature's verifications)
│ [:need:`wp__verification_platform_ver_report`]
└── tools/ -> Platform tools (not covered in tool repositories)
└── decision_records/ -> Design decision records for tools on platform level
README.md -> Entrypoint of the repository
Expand All @@ -95,6 +92,9 @@ cross-repository builds and detect integration issues early in the development c
ci/ -> CI configuration and scripts
cli/ -> CLI tool running on the target to guide users through examples
docs/ -> Documentation of the reference integration
├── score_releases/ -> [:need:`wp__platform_sw_release_note`]
└── verification_report/ -> Platform verification report (reporting all platform feature's verifications)
[:need:`wp__verification_platform_ver_report`]
images/ -> Concrete images for each target platform as Bazel modules.
Each platform has its own folder named ``platform_arch``,
e.g. ``qnx_aarch64``, ``autosd_x86_64``, ``ebclfsa_aarch64``,
Expand Down
Loading