From 35cbb6a169886d00a3b305e7700af5ec79b16a5f Mon Sep 17 00:00:00 2001 From: Arturo Buzarra Date: Tue, 17 Mar 2026 15:09:02 +0100 Subject: [PATCH] x-linux-ai: dcmipp-isp-ctrl: sync with OpenSTLinux v6.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Synchronize the dcmipp-isp-ctrl recipe with the meta-OpenSTLinux layer from the openstlinux-6.6-yocto-scarthgap-mpu-v26.02.18 tag. Although the version string appears to be a downgrade, the recipe points to a newer commit (SHA1), following ST’s versioning. https://onedigi.atlassian.net/browse/DEL-10021 Signed-off-by: Arturo Buzarra --- .../recipes-samples/dcmipp-isp-ctrl/dcmipp-isp-ctrl_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-digi-dey/dynamic-layers/x-linux-ai/recipes-samples/dcmipp-isp-ctrl/dcmipp-isp-ctrl_git.bb b/meta-digi-dey/dynamic-layers/x-linux-ai/recipes-samples/dcmipp-isp-ctrl/dcmipp-isp-ctrl_git.bb index d393a3f6f..558d0617c 100644 --- a/meta-digi-dey/dynamic-layers/x-linux-ai/recipes-samples/dcmipp-isp-ctrl/dcmipp-isp-ctrl_git.bb +++ b/meta-digi-dey/dynamic-layers/x-linux-ai/recipes-samples/dcmipp-isp-ctrl/dcmipp-isp-ctrl_git.bb @@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://dcmipp-isp-ctrl/COPYING;md5=f8001cce2bab8ab39ddcb1268 SRC_URI = "git://github.com/STMicroelectronics/st-openstlinux-application.git;protocol=https;branch=main" # Modify these as desired -PV = "6.1+git-${@d.getVar("SRCREV")[0:8]}" -SRCREV = "1ab21d8400036235771d70becdcf6f92b665025d" +PV = "5.1+git-${@d.getVar("SRCREV")[0:8]}" +SRCREV = "f5ca3ac8a4ce2dedf337e69dcaea197f7567bb69" S = "${WORKDIR}/git"