diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2018-06-27 17:26:05 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-07-02 14:21:56 -0300 |
commit | d014f2c1c734b9e5c84cb256a6ba474972c0e972 (patch) | |
tree | e0f461f375b4f390626de51443908e9f098a39ae | |
parent | 2da85eee2b2d451ab3f87094a20fefc0ff404085 (diff) | |
download | meta-freescale-d014f2c1c734b9e5c84cb256a6ba474972c0e972.tar.gz |
uefi: update to e48de4f
This includes the following change:
e48de4f - update binaries for LSDK 18.06
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
(cherry picked from commit cf681f572b7b18c5f78d967047a75350ac51e997)
-rw-r--r-- | recipes-bsp/uefi/uefi_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/uefi/uefi_git.bb b/recipes-bsp/uefi/uefi_git.bb index c242f2d66..ce022b98e 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" | |||
6 | inherit deploy | 6 | inherit deploy |
7 | 7 | ||
8 | SRC_URI = "git://github.com/NXP/qoriq-uefi-binary.git;nobranch=1" | 8 | SRC_URI = "git://github.com/NXP/qoriq-uefi-binary.git;nobranch=1" |
9 | SRCREV= "100cdac2d760be7aead1dfb24a4fa6317db9d6f7" | 9 | SRCREV= "e48de4f75d51efcc29cd47a6c295ae680b1babe9" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||