summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJun Zhu <junzhu@nxp.com>2022-12-19 17:48:28 +0800
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-12-20 16:27:59 +0000
commitf4c357441f0c94b478b970cdea83d473d1827273 (patch)
tree33eed8df272b4668a19d24b00afc327c4b4bf025
parenta49755f5370fc99ba70b00a2201c0ea70620050e (diff)
downloadmeta-freescale-f4c357441f0c94b478b970cdea83d473d1827273.tar.gz
fm-ucode: Update to commit 83e8467
Signed-off-by: Jun Zhu <junzhu@nxp.com> (cherry picked from commit e4bc201234b1ea2c1d6206f93c2520f2f65bf425)
-rw-r--r--recipes-dpaa/fm-ucode/fm-ucode_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-dpaa/fm-ucode/fm-ucode_git.bb b/recipes-dpaa/fm-ucode/fm-ucode_git.bb
index f79122c6..c7eb7319 100644
--- a/recipes-dpaa/fm-ucode/fm-ucode_git.bb
+++ b/recipes-dpaa/fm-ucode/fm-ucode_git.bb
@@ -1,14 +1,14 @@
1DESCRIPTION = "Fman microcode binary" 1DESCRIPTION = "Fman microcode binary"
2SECTION = "fm-ucode" 2SECTION = "fm-ucode"
3LICENSE = "Freescale-Binary-EULA" 3LICENSE = "NXP-Binary-EULA"
4LIC_FILES_CHKSUM = "file://Freescale-Binary-EULA;md5=b784c031868ba1bd5ebc5de372c823fa" 4LIC_FILES_CHKSUM = "file://NXP-Binary-EULA.txt;md5=12e248d404ce1ea8bed0148fcf127e69"
5 5
6PR = "r1" 6PR = "r1"
7 7
8inherit deploy 8inherit deploy
9 9
10SRC_URI = "git://github.com/NXP/qoriq-fm-ucode.git;nobranch=1;protocol=https" 10SRC_URI = "git://github.com/NXP/qoriq-fm-ucode.git;nobranch=1;protocol=https"
11SRCREV = "c275e91392e2adab1ed22f3867b8269ca3c54014" 11SRCREV = "83e8467a356316265c7695bdc7741f23066795aa"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14