Package naming convention
General convention
- All package names should be lowercase.
- Wherever possible, device code name is preferred over the model number.
- Please use dashes (
-
) only, no underscores (_
). - If something is unclear or you would like to extend the naming convention, please open a ticket in the tracker.
device-* packages
device-{vendor}-{device code name/model number}
linux-* kernels
linux-{vendor}-{device code name/model number}