meta-wolfssl/recipes-extended
night1rider f4e7a25051 Adding ability to use 2.x, 3.x, and newer versions of Yocto with 1 set of recipes 2024-03-18 13:54:33 -06:00
..
rsyslog Add support for several OSP ports. 2022-06-10 15:30:01 +02:00
README.md Adding ability to use 2.x, 3.x, and newer versions of Yocto with 1 set of recipes 2024-03-18 13:54:33 -06:00

README.md

Supported Ports

In this section these projects have been ported to work with specific versions of packages shipped with yocto to be used with wolfSSL

Rsyslog

This supports using Rsyslog version: 8.2106.0, which was shipped with Yocto Honister

  • Usage: Change the line in the meta-wolfssl/conf/layer.conf from:

    # 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 Rsyslog and include the wolfSSL package or preform bitbake Rsyslog