diff --git a/README.md b/README.md index 490dcd3..18cb2dc 100644 --- a/README.md +++ b/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 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 -``` - Dependencies and More --------------------- diff --git a/conf/layer.conf b/conf/layer.conf index df8c0e6..ca6a38e 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -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 \ diff --git a/recipes-examples/wolftpm/wolftpm-examples.bb b/recipes-examples/wolftpm/wolftpm-examples.bb index 326f3fe..38135b1 100644 --- a/recipes-examples/wolftpm/wolftpm-examples.bb +++ b/recipes-examples/wolftpm/wolftpm-examples.bb @@ -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