meta-wolfssl/recipes-protocols
night1rider ffb219a4c4 Refactor meta-wolfssl: modularize feature enablement and centralize helpers in bbclass
Refactored layer.conf to unconditionally include all recipes, moved feature-specific configuration into modular .inc files, created wolfssl-helper.bbclass with reusable do_wolfssl_autogen and do_wolfssl_check_package tasks, updated all recipes to use the new pattern, and standardized commercial license variables to be recipe-specific.

Use a virtual wolfssl to make library switching easier for fips vs non fips or other wolfSSL packages

Set wolfssl libraries as the deafualt weak Preferred_Provider option for packages
2026-01-06 07:47:55 -07:00
..
net-snmp Refactor meta-wolfssl: modularize feature enablement and centralize helpers in bbclass 2026-01-06 07:47:55 -07: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

Net-snmp

This supports using Net-snmp version: 5.9, which was shipped with Yocto Gatesgarth

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

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

    to:

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

    Then just compile the image that use's Net-snmp and include the wolfSSL package or preform bitbake net-snmp