File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff 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
2428See [ Open System Firmware Checklist] ( https://www.opencompute.org/wiki/Open_System_Firmware/Checklist ) for
2529submission process.
You can’t perform that action at this time.
0 commit comments