meta-wolfssl/recipes-connectivity
JacobBarthelmeh 76a652f980 adjust socat version locations 2024-09-12 15:41:08 -06:00
..
bind Add support for several OSP ports. 2022-06-10 15:30:01 +02:00
openssh Add support for several OSP ports. 2022-06-10 15:30:01 +02:00
socat adjust socat version locations 2024-09-12 15:41:08 -06:00
README.md revert removing older socat version 2024-07-24 14:04:50 -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

BIND

This supports using BIND version: 9.11.22, which was shipped with Yocto Dunfell.

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

    # Uncomment if building bind with wolfSSL.
    #BBFILES += "${LAYERDIR}/recipes-connectivity/bind/*.bbappend"
    

    to:

    # Uncomment if building bind with wolfSSL.
    BBFILES += "${LAYERDIR}/recipes-connectivity/bind/*.bbappend"
    

    Then just compile the image that use's BIND and include the wolfSSL package or preform bitbake bind

OpenSSH

This supports using OpenSSH version: 8.5p1, which was shipped with Yocto Hardknott

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

    # Uncomment if building OpenSSH with wolfSSL.
    #BBFILES += "${LAYERDIR}/recipes-connectivity/openssh/*.bbappend"
    

    to:

    # Uncomment if building OpenSSH with wolfSSL.
    #BBFILES += "${LAYERDIR}/recipes-connectivity/openssh/*.bbappend"
    

    Then just compile the image that use's OpenSSH and include the wolfSSL package or preform bitbake openssh

Socat

This supports using Socat version: 1.7.3.4, which was shipped with Yocto Dunfell And supports version 1.8.0.0 if updating the version of Socat in Yocto Dunfell

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

    # Uncomment if building socat with wolfSSL.
    #BBFILES += "${LAYERDIR}/recipes-connectivity/socat/*.bbappend"
    

    to:

    # Uncomment if building socat with wolfSSL.
    BBFILES += "${LAYERDIR}/recipes-connectivity/socat/*.bbappend"
    

    Then just compile the image that use's Socat and include the wolfSSL package or preform bitbake socat