Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

capture_example not installed to bin directory #2

Open
icoderaven opened this issue Apr 7, 2017 · 0 comments
Open

capture_example not installed to bin directory #2

icoderaven opened this issue Apr 7, 2017 · 0 comments

Comments

@icoderaven
Copy link

Need to add line

diff --git a/recipes-samples/sample-apps/sample-apps.bb b/recipes-samples/sample-apps/sample-apps.bb
index e2479e9..4a6a514 100644
--- a/recipes-samples/sample-apps/sample-apps.bb
+++ b/recipes-samples/sample-apps/sample-apps.bb
@@ -24,6 +24,7 @@ do_compile() {
 do_install() {
     install -d ${D}${bindir}/
     install spi_xfer ${D}${bindir}/
+    install ${V}/capture_example ${D}${bindir}/
     install -d ${D}${datadir}/sample_files
     install -m 0444 ${SRC_FILE} ${D}${datadir}/sample_files/
 }

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant