diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2019-01-11 03:14:10 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-01-14 16:23:38 -0200 |
commit | f25c74590cde9dc91198384e1c1a9d64ccbdc940 (patch) | |
tree | e494682fdf73a77ddc65e24b3b42593e26fc9310 | |
parent | 4a5e515f914a17425a55bd31ef91a4941c306c0a (diff) | |
download | meta-freescale-f25c74590cde9dc91198384e1c1a9d64ccbdc940.tar.gz |
uefi: update to 5b259f7
*Update to lsdk 1812 tag
include the following changes:
5b259f7 - uefi-binaries: update for LSDK 1812-TC6
f87588d - uefi-binaries: update for LSDK 1812-TC5
5ae5001 - LSDK1812-TC4: binaries update
0c81f1f - uefi binaries: update
7bf60e6 - uefi binaries: update
ea9630f - update binaries for LSDK 18.12
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
-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 baf430d8..4d08782b 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 fsl-eula-unpack | 6 | inherit deploy fsl-eula-unpack |
7 | 7 | ||
8 | SRC_URI = "git://github.com/NXP/qoriq-uefi-binary.git;fsl-eula=true;nobranch=1" | 8 | SRC_URI = "git://github.com/NXP/qoriq-uefi-binary.git;fsl-eula=true;nobranch=1" |
9 | SRCREV= "e48de4f75d51efcc29cd47a6c295ae680b1babe9" | 9 | SRCREV= "5b259f75decbc478bcab0612d79a58562bef1838" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||