mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] libcamera: version bump 0.6.0 -> 0.7.0
@ 2026-01-30  9:46 Philipp Zabel
  2026-02-13 10:02 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Philipp Zabel @ 2026-01-30  9:46 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

https://gitlab.freedesktop.org/camera/libcamera/-/releases/v0.7.0

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
 rules/libcamera.make | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/rules/libcamera.make b/rules/libcamera.make
index 87207317c110..f67e2695d17a 100644
--- a/rules/libcamera.make
+++ b/rules/libcamera.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBCAMERA) += libcamera
 #
 # Paths and names
 #
-LIBCAMERA_VERSION	:= 0.6.0
-LIBCAMERA_MD5		:= 1c4ce91a4a4f24bc6ff633723d59bd2d
+LIBCAMERA_VERSION	:= 0.7.0
+LIBCAMERA_MD5		:= bc0b8b2f8210d8c4de607ecc8c9bbec4
 LIBCAMERA		:= libcamera-$(LIBCAMERA_VERSION)
 LIBCAMERA_SUFFIX	:= tar.gz
 LIBCAMERA_URL		:= https://gitlab.freedesktop.org/camera/libcamera/-/archive/v$(LIBCAMERA_VERSION)/$(LIBCAMERA).$(LIBCAMERA_SUFFIX)
@@ -90,10 +90,11 @@ LIBCAMERA_CONF_OPT	:= \
 	-Dpipelines=$(subst $(ptx/def/space),$(ptx/def/comma),$(strip $(LIBCAMERA_PIPELINES-y))) \
 	-Dpycamera=disabled \
 	-Dqcam=$(call ptx/endis,PTXCONF_LIBCAMERA_QCAM)d \
+	-Drpi-awb-nn=disabled \
 	-Dtest=false \
 	-Dtracing=disabled \
 	-Dudev=enabled \
-	-Dv4l2=false
+	-Dv4l2=disabled
 
 # ----------------------------------------------------------------------------
 # Target-Install
-- 
2.47.3




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] libcamera: version bump 0.6.0 -> 0.7.0
  2026-01-30  9:46 [ptxdist] [PATCH] libcamera: version bump 0.6.0 -> 0.7.0 Philipp Zabel
@ 2026-02-13 10:02 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2026-02-13 10:02 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

Thanks, applied as 41808ec02b6fd6b251e335fc2948cacecb7d4618.

Michael

[sent from post-receive hook]

On Fri, 13 Feb 2026 11:02:55 +0100, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> https://gitlab.freedesktop.org/camera/libcamera/-/releases/v0.7.0
> 
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20260130094643.1803119-1-p.zabel@pengutronix.de>
> [mol: remove old patch. It's part of the new version]
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/patches/libcamera-0.6.0/0001-ipa-rpi-remove-executable-bit-from-data-files.patch b/patches/libcamera-0.6.0/0001-ipa-rpi-remove-executable-bit-from-data-files.patch
> deleted file mode 100644
> index 4ca58e21b04c..000000000000
> --- a/patches/libcamera-0.6.0/0001-ipa-rpi-remove-executable-bit-from-data-files.patch
> +++ /dev/null
> @@ -1,26 +0,0 @@
> -From: Michael Olbrich <m.olbrich@pengutronix.de>
> -Date: Fri, 12 Dec 2025 10:29:55 +0100
> -Subject: [PATCH] ipa: rpi: remove executable bit from data files
> -
> -These are just data files. Like all other files in the same directory,
> -they should not be executable. So change the mode to match.
> -
> -Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> ----
> - src/ipa/rpi/pisp/data/imx415.json  | 0
> - src/ipa/rpi/pisp/data/ov64a40.json | 0
> - src/ipa/rpi/vc4/data/imx415.json   | 0
> - 3 files changed, 0 insertions(+), 0 deletions(-)
> - mode change 100755 => 100644 src/ipa/rpi/pisp/data/imx415.json
> - mode change 100755 => 100644 src/ipa/rpi/pisp/data/ov64a40.json
> - mode change 100755 => 100644 src/ipa/rpi/vc4/data/imx415.json
> -
> -diff --git a/src/ipa/rpi/pisp/data/imx415.json b/src/ipa/rpi/pisp/data/imx415.json
> -old mode 100755
> -new mode 100644
> -diff --git a/src/ipa/rpi/pisp/data/ov64a40.json b/src/ipa/rpi/pisp/data/ov64a40.json
> -old mode 100755
> -new mode 100644
> -diff --git a/src/ipa/rpi/vc4/data/imx415.json b/src/ipa/rpi/vc4/data/imx415.json
> -old mode 100755
> -new mode 100644
> diff --git a/patches/libcamera-0.6.0/series b/patches/libcamera-0.6.0/series
> deleted file mode 100644
> index 8adac6864f28..000000000000
> --- a/patches/libcamera-0.6.0/series
> +++ /dev/null
> @@ -1,4 +0,0 @@
> -# generated by git-ptx-patches
> -#tag:base --start-number 1
> -0001-ipa-rpi-remove-executable-bit-from-data-files.patch
> -# 4e5fd3decf1eefe957c2917faa0dd4d3  - git-ptx-patches magic
> diff --git a/rules/libcamera.make b/rules/libcamera.make
> index 87207317c110..f67e2695d17a 100644
> --- a/rules/libcamera.make
> +++ b/rules/libcamera.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBCAMERA) += libcamera
>  #
>  # Paths and names
>  #
> -LIBCAMERA_VERSION	:= 0.6.0
> -LIBCAMERA_MD5		:= 1c4ce91a4a4f24bc6ff633723d59bd2d
> +LIBCAMERA_VERSION	:= 0.7.0
> +LIBCAMERA_MD5		:= bc0b8b2f8210d8c4de607ecc8c9bbec4
>  LIBCAMERA		:= libcamera-$(LIBCAMERA_VERSION)
>  LIBCAMERA_SUFFIX	:= tar.gz
>  LIBCAMERA_URL		:= https://gitlab.freedesktop.org/camera/libcamera/-/archive/v$(LIBCAMERA_VERSION)/$(LIBCAMERA).$(LIBCAMERA_SUFFIX)
> @@ -90,10 +90,11 @@ LIBCAMERA_CONF_OPT	:= \
>  	-Dpipelines=$(subst $(ptx/def/space),$(ptx/def/comma),$(strip $(LIBCAMERA_PIPELINES-y))) \
>  	-Dpycamera=disabled \
>  	-Dqcam=$(call ptx/endis,PTXCONF_LIBCAMERA_QCAM)d \
> +	-Drpi-awb-nn=disabled \
>  	-Dtest=false \
>  	-Dtracing=disabled \
>  	-Dudev=enabled \
> -	-Dv4l2=false
> +	-Dv4l2=disabled
>  
>  # ----------------------------------------------------------------------------
>  # Target-Install



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-02-13 10:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-01-30  9:46 [ptxdist] [PATCH] libcamera: version bump 0.6.0 -> 0.7.0 Philipp Zabel
2026-02-13 10:02 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox