[Buildroot] [PATCH 7/9] package/libcamera: bump to 0.5.0
Quentin Schulz
foss+buildroot at 0leil.net
Fri Apr 4 16:47:38 UTC 2025
From: Quentin Schulz <quentin.schulz at cherry.de>
Release notes:
https://lists.libcamera.org/pipermail/libcamera-devel/2025-April/049672.html
There's now a pipeline for the Raspberry Pi 5 ISP (PiSP), that can be
added later on in a separate patch.
v4l2 compatibility layer is now a feature and not a boolean anymore. The
former takes "enabled", "disabled" or "auto"[1] while the latter takes
"true" or "false"[2] so we need to update how we configure the project to
match those expectations.
[1] https://mesonbuild.com/Build-options.html#features
[2] https://mesonbuild.com/Build-options.html#booleans
Signed-off-by: Quentin Schulz <quentin.schulz at cherry.de>
---
package/libcamera/libcamera.hash | 2 +-
package/libcamera/libcamera.mk | 6 ++----
2 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/package/libcamera/libcamera.hash b/package/libcamera/libcamera.hash
index 8c845d0e21dce66f8ab3d218cc5a657a3ee7d817..9f897e023f6ca4b292f01ca83df16a53f50c0849 100644
--- a/package/libcamera/libcamera.hash
+++ b/package/libcamera/libcamera.hash
@@ -1,4 +1,4 @@
-sha256 0b45861dc0430074bf10aaa78a69439b319e9df4ed041496fd5f95e546c8f575 libcamera-v0.4.0-git4.tar.gz
+sha256 cea3b5eebc01aa97930ae64989447ca00bad42ff1e0ce71d90d337650dd9e374 libcamera-v0.5.0-git4.tar.gz
# license files
sha256 fd38b2c053c0cce46d9c5ef3545a6e34d157a240ba99c9b8dca5d37a8147da6c LICENSES/BSD-2-Clause.txt
diff --git a/package/libcamera/libcamera.mk b/package/libcamera/libcamera.mk
index 449f66ee36b3d5f97780c1bb374a7c2ad9160c0b..d7324240154944e60ec546bf1968e9723b79c041 100644
--- a/package/libcamera/libcamera.mk
+++ b/package/libcamera/libcamera.mk
@@ -5,7 +5,7 @@
################################################################################
LIBCAMERA_SITE = https://git.linuxtv.org/libcamera.git
-LIBCAMERA_VERSION = v0.4.0
+LIBCAMERA_VERSION = v0.5.0
LIBCAMERA_SITE_METHOD = git
LIBCAMERA_DEPENDENCIES = \
host-openssl \
@@ -51,9 +51,7 @@ LIBCAMERA_CONF_OPTS += -Dpycamera=enabled
endif
ifeq ($(BR2_PACKAGE_LIBCAMERA_V4L2),y)
-LIBCAMERA_CONF_OPTS += -Dv4l2=true
-else
-LIBCAMERA_CONF_OPTS += -Dv4l2=false
+LIBCAMERA_CONF_OPTS += -Dv4l2=enabled
endif
LIBCAMERA_PIPELINES-$(BR2_PACKAGE_LIBCAMERA_PIPELINE_IMX8_ISI) += imx8-isi
--
2.49.0
More information about the buildroot
mailing list