mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-27 07:26:57 +00:00
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:
committed by
Andrei Gherzan
parent
c0fca29ff3
commit
fbf6b355a3
@@ -16,8 +16,6 @@ SRCREV = "12098520a3dec36ba796655baac7efece457f8d8"
|
|||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
COMPATIBLE_MACHINE = "^rpi$"
|
|
||||||
|
|
||||||
DEPENDS = "libcamera libexif jpeg tiff libpng boost"
|
DEPENDS = "libcamera libexif jpeg tiff libpng boost"
|
||||||
|
|
||||||
inherit cmake pkgconfig
|
inherit cmake pkgconfig
|
||||||
|
|||||||
Reference in New Issue
Block a user