Modified the paths for tpm
parent
cb46448a1f
commit
39e261d164
18
README.md
18
README.md
|
@ -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
|
directory. When inside your executing image, you can run them from the
|
||||||
terminal.
|
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
|
Dependencies and More
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
BBPATH := "${LAYERDIR}:${BBPATH}"
|
BBPATH := "${LAYERDIR}:${BBPATH}"
|
||||||
|
|
||||||
# Add specific `wolf*` to run bitbake
|
# 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
|
# We have a packages directory, add to BBFILES
|
||||||
BBFILES += "${LAYERDIR}/recipes-wolfssl/wolfssl/*.bb \
|
BBFILES += "${LAYERDIR}/recipes-wolfssl/wolfssl/*.bb \
|
||||||
|
|
|
@ -4,11 +4,11 @@ HOMEPAGE = "https://www.wolfssl.com/products/wolfssl"
|
||||||
|
|
||||||
LICENSE = "GPL-2.0-only"
|
LICENSE = "GPL-2.0-only"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
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"
|
DEPENDS += "wolfssl wolftpm"
|
||||||
|
|
||||||
S = "${WORKDIR}/git/wolfTPM/examples"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
do_compile() {
|
do_compile() {
|
||||||
# Iterate through each directory and compile C files
|
# Iterate through each directory and compile C files
|
||||||
|
|
Loading…
Reference in New Issue