diff options
author | Jun Zhu <junzhu@nxp.com> | 2022-12-19 17:48:28 +0800 |
---|---|---|
committer | Jun Zhu <junzhu@nxp.com> | 2022-12-19 17:42:16 +0800 |
commit | e4bc201234b1ea2c1d6206f93c2520f2f65bf425 (patch) | |
tree | 996cb5a41007436160f97cae79c782f02e87a9d3 /recipes-dpaa/fm-ucode/fm-ucode_git.bb | |
parent | 2beecb6908d22edba1661fdebe8d9439ecac0ff2 (diff) | |
download | meta-freescale-e4bc201234b1ea2c1d6206f93c2520f2f65bf425.tar.gz |
fm-ucode: Update to commit 83e8467
Signed-off-by: Jun Zhu <junzhu@nxp.com>
Diffstat (limited to 'recipes-dpaa/fm-ucode/fm-ucode_git.bb')
-rw-r--r-- | recipes-dpaa/fm-ucode/fm-ucode_git.bb | 6 |
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 @@ | |||
1 | DESCRIPTION = "Fman microcode binary" | 1 | DESCRIPTION = "Fman microcode binary" |
2 | SECTION = "fm-ucode" | 2 | SECTION = "fm-ucode" |
3 | LICENSE = "Freescale-Binary-EULA" | 3 | LICENSE = "NXP-Binary-EULA" |
4 | LIC_FILES_CHKSUM = "file://Freescale-Binary-EULA;md5=b784c031868ba1bd5ebc5de372c823fa" | 4 | LIC_FILES_CHKSUM = "file://NXP-Binary-EULA.txt;md5=12e248d404ce1ea8bed0148fcf127e69" |
5 | 5 | ||
6 | PR = "r1" | 6 | PR = "r1" |
7 | 7 | ||
8 | inherit deploy | 8 | inherit deploy |
9 | 9 | ||
10 | SRC_URI = "git://github.com/NXP/qoriq-fm-ucode.git;nobranch=1;protocol=https" | 10 | SRC_URI = "git://github.com/NXP/qoriq-fm-ucode.git;nobranch=1;protocol=https" |
11 | SRCREV = "c275e91392e2adab1ed22f3867b8269ca3c54014" | 11 | SRCREV = "83e8467a356316265c7695bdc7741f23066795aa" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||