Skip to content

Commit 421689f

Browse files
committed
Allow the product_version directory to be optional
Signed-off-by: Ryan O'Leary <ryanoleary@google.com>
1 parent c73bade commit 421689f

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,15 @@ This repository holds software contributions for OSF.
1515
1616
| Location | Description |
1717
| -------- | ----------- |
18-
| `[vendor_name]/[product_name]/[version]/` | Directory of OSF product |
19-
| `[vendor_name]/[product_name]/[version]/LICENSE` | License for this directory |
20-
| `[vendor_name]/[product_name]/[version]/Makefile` | Script to build OSF product |
21-
| `[vendor_name]/[product_name]/[version]/src/` | Directory for source files |
22-
| `[vendor_name]/[product_name]/[version]/bin/` | Directory for binary files |
18+
| `[vendor_name]/[product_name]/` | Directory of OSF product |
19+
| `[vendor_name]/[product_name]/LICENSE` | License for this directory |
20+
| `[vendor_name]/[product_name]/Makefile` | Script to build OSF product |
21+
| `[vendor_name]/[product_name]/src/` | Directory for source files |
22+
| `[vendor_name]/[product_name]/bin/` | Directory for binary files |
23+
24+
Optionally, `[product_name]/` can have a `[product_version]/` subdirectory in case
25+
there are multiple versions or revisions of the product's hardware with incompatible
26+
firmware.
2327

2428
See [Open System Firmware Checklist](https://www.opencompute.org/wiki/Open_System_Firmware/Checklist) for
2529
submission process.

0 commit comments

Comments
 (0)