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

capture_example not installed to bin directory #2

Description

@icoderaven

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/
 }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions