firmware-imx: Downgrade to v8.26.1

LF6.6.52_2.2.1 uses firmware-imx v8.26.1.
Version 8.27 ships an older wave6-vpu firmware, leading to kernel errors:
  wave6-vpu 4c480000.vpu: compatible firmware version is v3.0.0 or higher, but only v2.1.0

Downgrade to v8.26.1 to match the release and avoid this issue.

Fixes: b1601f3af7 ("firmware-imx: Upgrade to v8.27")
Signed-off-by: Emanuele Ghidoli <emanuele.ghidoli@toradex.com>
This commit is contained in:
Emanuele Ghidoli 2025-09-22 17:04:32 +02:00
parent 212f4b3b17
commit c5e2031657
3 changed files with 3 additions and 3 deletions

View File

@ -3,13 +3,13 @@
# Copyright (C) 2018 O.S. Systems Software LTDA.
SECTION = "base"
LICENSE = "Proprietary"
LIC_FILES_CHKSUM = "file://COPYING;md5=c0fb372b5d7f12181de23ef480f225f3"
LIC_FILES_CHKSUM = "file://COPYING;md5=bc649096ad3928ec06a8713b8d787eac"
# Note: This .inc file is used from differently named recipes, so the package
# name must be hard-coded, i.e., ${BPN} cannot be used.
SRC_URI = "${FSL_MIRROR}/firmware-imx-${PV}-${IMX_SRCREV_ABBREV}.bin;fsl-eula=true"
IMX_SRCREV_ABBREV = "5af0ceb"
SRC_URI[sha256sum] = "61f925e606ab020b1a36f3f7f7e459c6847f5b9dbc79421f9ef86e8fc124eb2f"
IMX_SRCREV_ABBREV = "410be01"
SRC_URI[sha256sum] = "0c2e2136c1efa544409017f14f07a1412cf8c1702075ed0e4060e903b91fe313"
S = "${WORKDIR}/firmware-imx-${PV}-${IMX_SRCREV_ABBREV}"