wolfSSL / meta-wolfssl

wolfSSL layer for OpenEmbedded and Yocto, containing product recipes, examples, and bbappend files.
https://www.wolfssl.com
GNU General Public License v2.0
30 stars 22 forks source link

SIngle Recipe, multiple distros of yocto #79

Closed night1rider closed 8 months ago

night1rider commented 9 months ago

This is a draft preview for a PR that is intended to have yocto kirkstone and yocto dunfell compatible recipes so that we only need to keep track of 1 branch effectively halving the workload of maintaining meta-wolfssl.

This is done by using python calls inside the .bb/.bbappend files so that appropriate syntax is conditionally used based on the distro of yocto being used to compile at that moment in time.

Currently this is a draft, I have all the product, i think, implemented correctly.

I still need to update the openSSH .bbappend and update the README.

JerryMain commented 8 months ago

just so you know, the : override is valid syntax on dunfell,

on another note dunfell will be EOL next month, and the next LTS scarthgap will be released

night1rider commented 8 months ago

Closing now since #80 is now merged