x-linux-ai: dcmipp-isp-ctrl: update recipe to v6.1

This commit updates the dcmipp-isp-ctrl recipe to align with the version
provided in OpenSTLinux v6.1.0. This new version includes support for histogram
handling in the ISP controller.

Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
Arturo Buzarra 2025-10-14 22:26:14 +02:00
parent 8ee168de0a
commit e9ad0abb48
1 changed files with 2 additions and 2 deletions

View File

@ -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 = "5.1+git${SRCPV}"
SRCREV = "a7f953caba8823e601eb85c5e6052b1e81188cd7"
PV = "6.1+git-${@d.getVar("SRCREV")[0:8]}"
SRCREV = "1ab21d8400036235771d70becdcf6f92b665025d"
S = "${WORKDIR}/git"