AsteroidOS / meta-smartwatch

OpenEmbedded layer that provides support for various smartwatches.
25 stars 18 forks source link

Use generic Android O patched libaries and fix Android Pie inconsistency. #178

Closed MagneFire closed 1 year ago

MagneFire commented 1 year ago

Switches all Oreo based ports to the generic tarball in the meta-asteroid repo.

Additionally, it fixes naming consistency issues with the Pie ports.

This depends on https://github.com/AsteroidOS/meta-asteroid/pull/144.

This fixes https://github.com/AsteroidOS/meta-smartwatch/issues/172.

dodoradio commented 1 year ago

could you please mention in the koi commit that it does not actually have the msm8909 soc, and potentially mention this in a comment in the relevant files? it's not necessarily a 'hack' but it is worth clarifying why the port makes reference to a platform that isn't actually used in the watch. I realise I didn't previously clarify this, but it's probably worth doing while you're making these changes

MagneFire commented 1 year ago

Now tested on: catfish, beluga, narwhal, pike and ray.

@dodoradio I've changed the naming of the recipes to just: armv7-oreo, armv7-pie32 and armv7-pie64. The description summary for the oreo recipe has been updated to be generic but with some extensions for Wear 2100/3100.

dodoradio commented 1 year ago

name changes look good, thank you for cleaning those up