summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJun Zhu <junzhu@nxp.com>2022-12-19 17:45:18 +0800
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-12-20 16:27:59 +0000
commita49755f5370fc99ba70b00a2201c0ea70620050e (patch)
tree5e015a8f2b57febae0387f18b0114fee7a2d40a3
parent7123a9c0cf3f74fc13873028f108ed4bc439c5f2 (diff)
downloadmeta-freescale-a49755f5370fc99ba70b00a2201c0ea70620050e.tar.gz
uefi: Update to commit d887e52
New Changes: d887e52 update uefi binaries for lf-5.15.71-2.2.0 (2022 Q4 release) 1d52091 update uefi binaries for lf-5.15.52-2.1.0 (2022 Q3 release) 6792163 update uefi binaries for lf-5.15.32-2.0.0 (2022 Q2 release) 54b23d5 Fix for BSA-UEFI test 402 a92e8b4 lf-5.15.5-1.0.0-rc1: update uefi binaries 58f2b57 lx2: acpi: add node for the Inphi retimer c8f702f update binaries for lf-5.10.72-2.2.0 Signed-off-by: Jun Zhu <junzhu@nxp.com> (cherry picked from commit 2beecb6908d22edba1661fdebe8d9439ecac0ff2)
-rw-r--r--recipes-bsp/uefi/uefi_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/uefi/uefi_git.bb b/recipes-bsp/uefi/uefi_git.bb
index d7ef0b72..51a8be63 100644
--- a/recipes-bsp/uefi/uefi_git.bb
+++ b/recipes-bsp/uefi/uefi_git.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://NXP-Binary-EULA;md5=343ec8f06efc37467a6de53686fa6315"
6inherit deploy 6inherit deploy
7 7
8SRC_URI = "git://github.com/NXP/qoriq-uefi-binary.git;nobranch=1;protocol=https" 8SRC_URI = "git://github.com/NXP/qoriq-uefi-binary.git;nobranch=1;protocol=https"
9SRCREV= "1b28cad962a3f7b61baae2229cb3b84926941cfa" 9SRCREV = "d887e52b7a50c7d20fd8200cd741ac61309e0af2"
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12 12