From e8f173df0792f8e47ee3212f1ce9b37f591ca9e5 Mon Sep 17 00:00:00 2001 From: JacobBarthelmeh Date: Tue, 21 Mar 2023 14:36:23 -0700 Subject: [PATCH] update README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b89a438..6137129 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ After installing your build's Yocto/OpenEmbedded components: $ bitbake wolfssh $ bitbake wolfmqtt $ bitbake wolftpm + $ bitbake wolfclu ``` 2. Edit your build's local.conf file to install the libraries you would like @@ -64,11 +65,12 @@ After installing your build's Yocto/OpenEmbedded components: IMAGE_INSTALL_append line: ``` - IMAGE_INSTALL_append = "wolfssl wolfssh wolfmqtt wolftpm" + IMAGE_INSTALL_append = "wolfssl wolfssh wolfmqtt wolftpm wolfclu" ``` Once your image has been built, the default location for the wolfSSL library -on your machine will be in the "/usr/lib" directory. +on your machine will be in the "/usr/lib" directory and applications in +"/usr/bin". Note: If you need to install the development headers for these libraries, you will want to use the "-dev" variant of the package. For example, to install