summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2023-01-25 14:46:00 -0700
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-01-25 22:05:55 +0000
commit2f288ef42236d8cb4121dcc2bf6f941a449803f4 (patch)
treef67c484ba78c5b2ba0f9c047cfecfe7697ab64e3
parentbef0618a2b9727880e62944395ea771dded431c8 (diff)
downloadmeta-freescale-backport-1401-to-kirkstone.tar.gz
firmware-sof-imx: Upgrade 2.2.0 -> 2.3.0backport-1401-to-kirkstone
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit e9b11f4ce4b786e777f506eb8764d2988f2841b7)
-rw-r--r--recipes-bsp/firmware-imx/firmware-sof-imx_2.3.0.bb (renamed from recipes-bsp/firmware-imx/firmware-sof-imx_2.2.0.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/firmware-imx/firmware-sof-imx_2.2.0.bb b/recipes-bsp/firmware-imx/firmware-sof-imx_2.3.0.bb
index 13edc7a6..9778bd1c 100644
--- a/recipes-bsp/firmware-imx/firmware-sof-imx_2.2.0.bb
+++ b/recipes-bsp/firmware-imx/firmware-sof-imx_2.3.0.bb
@@ -1,4 +1,4 @@
1# Copyright (C) 2020 Mihai Lindner <mihai.lindner@nxp.com> 1# Copyright (C) 2020-2022 NXP
2# Released under the MIT license (see COPYING.MIT for the terms) 2# Released under the MIT license (see COPYING.MIT for the terms)
3 3
4DESCRIPTION = "Sound Open Firmware" 4DESCRIPTION = "Sound Open Firmware"
@@ -8,8 +8,8 @@ LICENSE = "BSD-3-Clause"
8LIC_FILES_CHKSUM = "file://LICENCE;md5=0f00d99239d922ffd13cabef83b33444" 8LIC_FILES_CHKSUM = "file://LICENCE;md5=0f00d99239d922ffd13cabef83b33444"
9 9
10SRC_URI = "${FSL_MIRROR}/sof-imx-${PV}.tar.gz" 10SRC_URI = "${FSL_MIRROR}/sof-imx-${PV}.tar.gz"
11SRC_URI[md5sum] = "f0a86b07c83f7cd981068682c7e8593b" 11SRC_URI[md5sum] = "f7d277717b3f0dd17e8d341c1091d6b6"
12SRC_URI[sha256sum] = "bdd004808c41690fac277f30e791fbd87e665e75f4c1b6af9c18e9df9fb6f503" 12SRC_URI[sha256sum] = "eb86c90aec92b3b376e7afca6aa5db4767b5d8868553595907ba37665329f16b"
13 13
14S = "${WORKDIR}/sof-imx-${PV}" 14S = "${WORKDIR}/sof-imx-${PV}"
15 15