TechNexion / meta-tn-imx-bsp

TechNexion BSP Layer for i.MX Yocto Project
MIT License
6 stars 11 forks source link

Install Connman configuration through `connman-conf` recipe #27

Open lgrosz opened 2 months ago

lgrosz commented 2 months ago

Hi,

Would it be possible to move the connman configuration out of connman_%.bbappend, and put it in connman-conf.bbappend instead (like installed to tn.conf or similar)? See upstream meta/recipes-connectivity/connman.

ray-chang commented 2 months ago

@lgrosz

Thanks for the feedback. That's good advice. Originally, this setting was to enable the WIFI/BT by default. So then it will be moved to the meta-tn-wifi meta layer.

https://github.com/TechNexion/meta-tn-imx-bsp/commit/caf2dcaf06bf01f07888ca945da77a1dcbef0fb7 https://github.com/TechNexion/meta-tn-wifi/commit/76bd6b3342902f8a8f8dffeb13913224debdb6b2

Ray

lgrosz commented 2 months ago

@lgrosz

Thanks for the feedback. That's good advice. Originally, this setting was to enable the WIFI/BT by default. So then it will be moved to the meta-tn-wifi meta layer.

caf2dca TechNexion/meta-tn-wifi@76bd6b3

Ray

This looks great, thank you!