Commit Graph

3 Commits

Author SHA1 Message Date
Richard Acayan
f1f50b2309 tools: registry: rename to sscregistrygen
This tool cannot be packaged without a unique name. Rename it to
something more descriptive.
2023-05-22 17:11:36 -04:00
Richard Acayan
3a8ee7ca22 tools: registry: move library flag to end of compiler command
GCC is a bit picky on Alpine Linux and wants `-ljson-c` to be at the end
of the command-line arguments. Move it to the end so the tools can be
built with this requirement.
2023-05-02 18:59:10 -04:00
Richard Acayan
21969385ef add registry generator
The sensor registry is generated from the configuration on the vendor
partition. Add a registry generator so this registry can be generated,
even without access to the partition of a given device.
2023-02-23 17:27:03 -05:00