AsteroidOS / meta-asteroid

OpenEmbedded layer that provides the basis of AsteroidOS
GNU General Public License v2.0
78 stars 45 forks source link

Remove default armv7 tune. #132

Closed dodoradio closed 1 year ago

dodoradio commented 1 year ago

Given that the hybris-watch.inc file makes no mention of being architecture-specific, it does not make sense for it to be setting an armv7-specific processor tune. This, along with the corresponding commit in meta-smartwatch, moves this parameter to machine-specific conf files, which should allow hybris-watch.inc to be used by watches with processor architectures other than armv7, without unnecessarily overriding the defaulttune. The PR to meta-smartwatch should be merged first.