update README

pull/45/head
JacobBarthelmeh 2023-03-21 14:36:23 -07:00
parent 9990bfa304
commit e8f173df07
1 changed files with 4 additions and 2 deletions

View File

@ -57,6 +57,7 @@ After installing your build's Yocto/OpenEmbedded components:
$ bitbake wolfssh $ bitbake wolfssh
$ bitbake wolfmqtt $ bitbake wolfmqtt
$ bitbake wolftpm $ bitbake wolftpm
$ bitbake wolfclu
``` ```
2. Edit your build's local.conf file to install the libraries you would like 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 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 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 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 will want to use the "-dev" variant of the package. For example, to install