mirzak / meta-coral

Yocto/OE-core BSP Layer for Coral Dev Board
MIT License
40 stars 21 forks source link

Enable the wifi radio on the coral dev board #41

Closed ftagius closed 4 years ago

ftagius commented 4 years ago

Add the packages for the qca6174 kernel module and firmware. This will enable the wifi radio on the coral dev board.

mirzak commented 4 years ago

Thanks, can you also please add a sign-off tag on you commit message. I try to follow the general guidelines explained here, https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines.

You can do it by running:

git commit --amend -s
mirzak commented 4 years ago

Changes look good to me, but you still need to clean up your git history. Please squash all the changes so that you only have one commit in the PR

mirzak commented 4 years ago

Superseded by https://github.com/mirzak/meta-coral/pull/43. Fixed up the changes I requested