wolfSSL / meta-wolfssl

wolfSSL layer for OpenEmbedded and Yocto, containing product recipes, examples, and bbappend files.
https://www.wolfssl.com
GNU General Public License v2.0
30 stars 22 forks source link

Kirkstone: Updating BBappends to solve uneeded enables #54

Closed night1rider closed 1 year ago

night1rider commented 1 year ago

I found a bug? What would happen is that the bbappend in the local.conf would read all the appends for wolfssl and add them during wolfssl's configuration. So it would add enable options whether or not you had the accompanying product.

For example if you only wanted wolfssl, --enable-ssh would be added to the configure due to the append file located in wolfssh recipe directory. This caused some build to break.

JacobBarthelmeh commented 1 year ago

An update to the README needs to accompany this change. Noting how for the enable options to be added the commented out sections should be uncommented.