This repo contains specific Leste configurations, and builds them as packages specific to our device targets.
- Create a new directory called
leste-config-$target
. - Append the new package to
debian/control
(just see what is already there) - Add files inside their respective directories and make sure they have a .leste suffix if you want them to be added to the system.
- Once added, to go the
debian
directory and rungen_displace
once. This will generate the.displace
and.install
files in place. - Update
debian/changelog
N.B. All standard maintenance stuff applies. Use git, branches, and tags.