From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Philipp Zabel <p.zabel@pengutronix.de>
Subject: Re: [ptxdist] [APPLIED] libcamera: version bump 0.6.0 -> 0.7.0
Date: Fri, 13 Feb 2026 11:02:55 +0100 [thread overview]
Message-ID: <20260213100256.2785943-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20260130094643.1803119-1-p.zabel@pengutronix.de>
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
prev parent reply other threads:[~2026-02-13 10:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-30 9:46 [ptxdist] [PATCH] " Philipp Zabel
2026-02-13 10:02 ` Michael Olbrich [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260213100256.2785943-1-m.olbrich@pengutronix.de \
--to=m.olbrich@pengutronix.de \
--cc=p.zabel@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox