-
Notifications
You must be signed in to change notification settings - Fork 101
Clean up package installation #329
Copy link
Copy link
Open
Labels
Description
The apt package installation parts of the agnos build are currently not very well maintained. Lets discuss here how to improve this.
Currently existing:
base_setup.sh
openpilot_dependencies.sh
hardware_setup.sh
install_extras.sh
What should be included (open for discussion):
base_setup.sh
- Anything that is needed to boot into a minimal system with network connectivity
openpilot_dependencies.sh
- Any libraries or tools that OP requires (ideally this should be maintained within OP repo)
hardware_setup.sh
- Not clear, maybe merge with base setup?
install_extras.sh
- Any additional tooling that is nice to have but not necessary for OP operation.
- Could we excluded from the standard agnos image and pulled in if necessary
Reactions are currently unavailable