From fbf6b355a35b53f98e38351d92d53db328adc479 Mon Sep 17 00:00:00 2001 From: Vivien Didelot Date: Thu, 27 Jul 2023 11:33:10 -0400 Subject: [PATCH] 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 --- recipes-multimedia/libcamera-apps/rpi-libcamera-apps_git.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/recipes-multimedia/libcamera-apps/rpi-libcamera-apps_git.bb b/recipes-multimedia/libcamera-apps/rpi-libcamera-apps_git.bb index 153f8fb..d806233 100644 --- a/recipes-multimedia/libcamera-apps/rpi-libcamera-apps_git.bb +++ b/recipes-multimedia/libcamera-apps/rpi-libcamera-apps_git.bb @@ -16,8 +16,6 @@ SRCREV = "12098520a3dec36ba796655baac7efece457f8d8" S = "${WORKDIR}/git" -COMPATIBLE_MACHINE = "^rpi$" - DEPENDS = "libcamera libexif jpeg tiff libpng boost" inherit cmake pkgconfig