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.
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.
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.