rpi-libcamera-apps: don't force COMPATIBLE_MACHINE

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 <vivien.didelot@gmail.com>
This commit is contained in:
Vivien Didelot 2023-07-27 11:33:10 -04:00 committed by Andrei Gherzan
parent c0fca29ff3
commit fbf6b355a3

View File

@ -16,8 +16,6 @@ SRCREV = "12098520a3dec36ba796655baac7efece457f8d8"
S = "${WORKDIR}/git"
COMPATIBLE_MACHINE = "^rpi$"
DEPENDS = "libcamera libexif jpeg tiff libpng boost"
inherit cmake pkgconfig