Skip to content

Commit

Permalink
rpi-libcamera-apps: don't force COMPATIBLE_MACHINE
Browse files Browse the repository at this point in the history
Even though the libcamera apps are a rewrite of the rpicam apps and
maintained by the raspberry folks, switching to libcamera makes the
code hardware agnostic and thus could be compiled and used on various
machines featuring a camera device supported by a libcamera pipeline.

For this reason, do not enforce COMPATIBLE_MACHINE.

Signed-off-by: Vivien Didelot <[email protected]>
  • Loading branch information
vivien authored and agherzan committed Aug 8, 2023
1 parent c0fca29 commit fbf6b35
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions recipes-multimedia/libcamera-apps/rpi-libcamera-apps_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ SRCREV = "12098520a3dec36ba796655baac7efece457f8d8"

S = "${WORKDIR}/git"

COMPATIBLE_MACHINE = "^rpi$"

DEPENDS = "libcamera libexif jpeg tiff libpng boost"

inherit cmake pkgconfig
Expand Down

0 comments on commit fbf6b35

Please sign in to comment.