From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 13 Feb 2026 11:03:10 +0100 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vqq0z-001DFx-1j for lore@lore.pengutronix.de; Fri, 13 Feb 2026 11:03:10 +0100 Received: from [127.0.0.1] (helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1vqq0z-0001N3-Vp; Fri, 13 Feb 2026 11:03:10 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1vqq0m-0000ht-8J; Fri, 13 Feb 2026 11:02:56 +0100 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vqq0k-000Yef-2K; Fri, 13 Feb 2026 11:02:56 +0100 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1vqq0m-0000000Bgkk-05is; Fri, 13 Feb 2026 11:02:56 +0100 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Fri, 13 Feb 2026 11:02:55 +0100 Message-ID: <20260213100256.2785943-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260130094643.1803119-1-p.zabel@pengutronix.de> References: <20260130094643.1803119-1-p.zabel@pengutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] libcamera: version bump 0.6.0 -> 0.7.0 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Philipp Zabel Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 41808ec02b6fd6b251e335fc2948cacecb7d4618. Michael [sent from post-receive hook] On Fri, 13 Feb 2026 11:02:55 +0100, Philipp Zabel wrote: > https://gitlab.freedesktop.org/camera/libcamera/-/releases/v0.7.0 > > Signed-off-by: Philipp Zabel > 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 > > 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 > -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 > ---- > - 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