nettings / medianet

A distribution overlay for Raspbian and similar systems to create a JACK-based embedded system for audio processing and streaming. Contract work for [mn] medianet. https://www.medianet-home.de
Other
11 stars 2 forks source link

reflect architecture in mn_info, initial hostname and image file name from mn_make_image and mn_copy_image #111

Closed nettings closed 2 years ago

nettings commented 2 years ago

We should always include the architecture in those places. TODO: figure out how to get at it, canonically. One option could be uname, but the problem is it gives aarch64 or armv7l, whereas the RaspiOS images use arm64 and armhf. Map manually and maintain an extensible map in mn_include_globals?

nettings commented 2 years ago

Also, reflect hardware platform optimisations applied when custom software was built!