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:20:26 -0300 |
commit | cf681f572b7b18c5f78d967047a75350ac51e997 (patch) | |
tree | 8a95431facbefe680b7afd5605793c769f04d579 /recipes-bsp/uefi | |
parent | 4c888d0c8d8d9a38d7361a715ec5c768f2e02bdb (diff) | |
download | meta-freescale-cf681f572b7b18c5f78d967047a75350ac51e997.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>
Diffstat (limited to 'recipes-bsp/uefi')
-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 c242f2d6..ce022b98 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 | ||