On 2025-03-19, pelzflorian (Florian Pelz) wrote: > Vagrant Cascadian writes: >> The attached patch adds a kernel variant for mnt/reform systems. >> >> https://mntre.com/reform.html >> >> I have boot tested it on a MNT/Reform2 rk3588 using Guix System, though >> it may also work on other MNT/Reform variants to some degree. > > Oops, only now have I understood the MNT/Reform modularity means there > can be many “processor modules” and you made this > linux-arm64-libre-mnt-reform to support them all. > > Could you make this clear in a package synopsis, description? Thanks for the suggestion! I implemented a bare minimal description/synopsis update, but on re-reading what you suggested again it could probably be elaborated on to more explicitly mention the variants with different CPU modules... Attached is a v2 of the patch that includes some of those suggestions and other improvements. Summary of changes since v0: reform-debian-packages: * apply guix style * drop useless commented out #:tests? * clean up comments around licenses * install .dts files in vendor-specific directories linux-libre-arm64-mnt-reform: * apply guix style (except keep #true instead of #t, seriously!) * do not use --force when applying patches * simplify 'copy-reform-dts-files phase * extend description and synopsis to mention mnt/reform systems live well, vagrant