From 06d6b06928b67482b4f7ff439fd8bdfbe315229d Mon Sep 17 00:00:00 2001 From: Chris Conlon Date: Mon, 10 Dec 2018 16:48:14 -0700 Subject: [PATCH] add Yocto Project / OpenEmbedded build instructions to INSTALL file --- INSTALL | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 949d407ee..ad8cfdd74 100644 --- a/INSTALL +++ b/INSTALL @@ -54,7 +54,21 @@ Please see the README in IDE/VS-ARM. Use the Visual Studio solution IDE/VS-ARM/wolfssl.sln. -11. Porting to a new platform +11. Building for Yocto Project or OpenEmbedded + + Please see the README in the "meta-wolfssl" repository. This repository + holds wolfSSL's Yocto and OpenEmbedded layer, which contains recipes + for wolfSSL, wolfSSH, wolfMQTT, wolfTPM, wolfCrypt examples, and OSS + project bbappend files. + + https://github.com/wolfssl/meta-wolfssl + + The wolfSSL recipe can also be found in the OpenEmbedded + "meta-openembedded/meta-networking/recipes-connectivity" layer: + + https://github.com/openembedded/meta-openembedded + +12. Porting to a new platform Please see section 2.4 in the manual: http://www.wolfssl.com/yaSSL/Docs-cyassl-manual-2-building-cyassl.html