Modified the paths for tpm

pull/92/head
Aidan 2024-10-10 19:35:22 -07:00
parent cb46448a1f
commit 39e261d164
3 changed files with 3 additions and 21 deletions

View File

@ -393,24 +393,6 @@ When your image builds, these will be installed to the '/usr/bin' system
directory. When inside your executing image, you can run them from the
terminal.
additional information
----------------------
Use to re-source your build environment
```
source ../poky/oe-init-build-env
```
Check for active bitbake processes
```
ps aux | grep bitbake
```
to kill any processes
```
kill <PID>
```
Dependencies and More
---------------------

View File

@ -2,7 +2,7 @@
BBPATH := "${LAYERDIR}:${BBPATH}"
# Add specific `wolf*` to run bitbake
IMAGE_INSTALL:append = "wolftpm wolfssl wolftpm-examples "
IMAGE_INSTALL:append = " wolftpm wolfssl wolftpm-examples "
# We have a packages directory, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-wolfssl/wolfssl/*.bb \

View File

@ -4,11 +4,11 @@ HOMEPAGE = "https://www.wolfssl.com/products/wolfssl"
LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
SRC_URI = "git://github.com/wolfSSL/wolfTPM/examples.git;nobranch=1;protocol=https;rev=a5f6c912ac6903872d9666238440a76bc9f92517"
SRC_URI = "git://github.com/wolfSSL/wolfTPM.git;nobranch=1;protocol=https;rev=a5f6c912ac6903872d9666238440a76bc9f92517"
DEPENDS += "wolfssl wolftpm"
S = "${WORKDIR}/git/wolfTPM/examples"
S = "${WORKDIR}/git"
do_compile() {
# Iterate through each directory and compile C files