In this section these projects have been ported to work with specific versions of packages shipped with yocto to be used with wolfSSL
This supports using Rsyslog version: 8.2106.0, which was shipped with Yocto Honister
-
Usage: Change the line in the
meta-wolfssl/conf/layer.conffrom:# Uncomment if building rsyslog with wolfSSL. #BBFILES += "${LAYERDIR}/recipes-extended/rsyslog/*.bbappend"to:
# Uncomment if building rsyslog with wolfSSL. BBFILES += "${LAYERDIR}/recipes-extended/rsyslog/*.bbappend"Then just compile the image that use's
Rsyslogand include thewolfSSLpackage or preformbitbake Rsyslog