AsteroidOS / meta-smartwatch

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

[beluga] No audio drivers #131

Closed MagneFire closed 1 year ago

MagneFire commented 2 years ago

The kernel drivers for the audio subsystem isn't packaged in the kernel. Instead they are available under a different repository: https://android.googlesource.com/kernel/msm-extra/+/refs/heads/android-msm-beluga-4.9-pie-wear-mr2. The compiled kernel modules are located on the vendor partition, but these cannot be loaded since they mismatch due to kernel configuration changes. We should find a way to compile these kernel modules as well. Probably by means of a separate recipe.

wannaphong commented 1 year ago

sound: https://android.googlesource.com/kernel/msm/+/refs/heads/android-msm-beluga-4.9-pie-wear-mr2/sound/ wifi: https://android.googlesource.com/kernel/msm-modules/wlan/+/refs/heads/android-msm-beluga-4.9-pie-wear-mr2