Skip to content

Commit

Permalink
libcamera-apps: install assets
Browse files Browse the repository at this point in the history
The libcamera-apps project provides assets for various built-in,
OpenCV or TensforFlow Lite post processing stages.

Install them as part of the package.

Signed-off-by: Vivien Didelot <[email protected]>
  • Loading branch information
vivien committed Sep 14, 2023
1 parent 372028e commit d070c56
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,7 @@ EXTRA_OEMESON += "${NEON_FLAGS}"
# QA Issue: /usr/bin/camera-bug-report contained in package libcamera-apps requires /usr/bin/python3
do_install:append() {
rm -v ${D}/${bindir}/camera-bug-report

install -d ${D}/usr/share/${BPN}/assets
install -m 644 ${S}/assets/* ${D}/usr/share/${BPN}/assets
}

0 comments on commit d070c56

Please sign in to comment.