Fixed paths for apps in readme

pull/92/head
Aidan Garske 2025-04-01 11:06:32 -07:00
parent 1140d466ef
commit 41ce4f0b26
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ the TPM wrapper API functionality.
The recipes for these applications are located at: The recipes for these applications are located at:
``` ```
meta-wolfssl/recipes-examples/wolftpm/wolftpm-examples.bb meta-wolfssl/recipes-examples/wolftpm/wolftpm_%.bbappend
meta-wolfssl/recipes-examples/wolftpm/wolftpm-wrap-test.bb meta-wolfssl/recipes-examples/wolftpm/wolftpm-wrap-test.bb
meta-wolfssl/recipes-examples/wolftpm/wolfssl_%.bbappend meta-wolfssl/recipes-examples/wolftpm/wolfssl_%.bbappend
``` ```
@ -51,7 +51,7 @@ System Requirements
For Ubuntu/Debian systems, install the following packages: For Ubuntu/Debian systems, install the following packages:
```bash ```bash
sudo apt-get install python3-git python3-jinja2 python3-setuptools \ sudo apt-get install python3-git python3-jinja2 python3-setuptools \
swtpm swtpm-tools tpm2-tools git socat build-essential swtpm swtpm-tools tpm2-tools git socat build-essential
``` ```
Image Install Configuration Image Install Configuration