bisdn / bisdn-linux

Other
9 stars 1 forks source link

Make adding new platform support easier #87

Open KanjiMonster opened 9 months ago

KanjiMonster commented 9 months ago

The most difficult part for ONL supported platforms is making the code compile with GCC 12 and Linux kernel 6.1. To reduce the amount of work required for extending BISDN Linux support, it would be nice to have those already present as ready to use, and only requiring the "soft" conversions which can be tested on device, i.e. updating the platform init script, OF-DPA configuration and installer.

KanjiMonster commented 8 months ago

https://github.com/bisdn/meta-open-network-linux/pull/145 for the first part.

KanjiMonster commented 5 months ago

https://github.com/bisdn/meta-open-network-linux/pull/147 for the additional platforms.