feat: add debian13-armhf platform config#97
Conversation
|
@Gitii Thanks for the PR. Can you please take a look at the rubocop failures and rebase against our latest main branch? |
|
You’ll probably want to add this in the vanagon repo as a platform default so we can use it across projects, and then do inherit_from_default here. |
@nmburgan Seems like |
|
I recently updated https://github.com/OpenVoxProject/planning/wiki/Adding-support-for-new-platforms that lays out how it works. The main definition should go in the vanagon default, and as much as possible, each vanagon repo should just do inherit_from_defaults, and anything else should be pretty specific to that repo. Note that the openvox-agent repo is no more and now that lives in the packaging directory in the openvox repo. |
21035b8 to
8e987aa
Compare
8e987aa to
d288bcb
Compare
Add debian-13 platform config for
armv6armv7 with hardfloat support.Update: Turns out that debian13 targets armv7 (which is fine by me) instead of armv6.