agnos-builder icon indicating copy to clipboard operation
agnos-builder copied to clipboard

Build AGNOS, the operating system for your comma 3/3X

Results 66 agnos-builder issues
Sort by recently updated
recently updated
newest added

Convenience things, like `valgrind`, should be the last to go. First up is anything we're just wasting space on, like package caches or AGNOS build-time dependencies. If we have to...

enhancement
bounty

openpilot processes never have a chance to react to reboot or shutdown since we send SIGKILL first. This adopts the [default behavior](https://www.freedesktop.org/software/systemd/man/latest/systemd.kill.html) of a SIGTERM first, wait a timeout, then...

Currently pressing ctrl+left or right in vim to skip to the next word deletes multiple lines below the cursor Before vs after: https://github.com/user-attachments/assets/9cffa539-3d02-4019-acfe-ea0dcd9277dd https://github.com/user-attachments/assets/d7427f94-1299-4237-b2c9-0300392628e0

Fixes https://github.com/commaai/agnos-builder/issues/374 by: - making the default system time to build time (by touching /usr/lib/clock-epoch) thus making the system time > /etc/fstab mtime (to prevent the fstab warning) - symlinked...

enhancement

Tracking issue for the AGNOS 11 release. AGNOS 11 is the 24.04 update along with a bunch of other improvements. [Milestone](https://github.com/commaai/agnos-builder/milestone/5)

Progress here: https://github.com/commaai/agnos-builder/pull/134

enhancement

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 ```...

cleanup

Use debhelper tools for creation of the .deb packages rather than old checkinstall.