diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2019-10-15 10:18:50 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-10-21 09:07:06 -0300 |
commit | b7a57d01397b70473fb855d2a2777e35e6adc647 (patch) | |
tree | 5f57e7c2f06ee5dc8588d303c7c3fd5189abf373 /recipes-bsp | |
parent | 30cbb6dd71886e4eb178ab71cde22e9e4e316ddc (diff) | |
download | meta-freescale-b7a57d01397b70473fb855d2a2777e35e6adc647.tar.gz |
uefi: update to cd84334
*update to lsdk 1909 tag
include the following changes:
cd84334 - update to LSDK 19.09
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Diffstat (limited to 'recipes-bsp')
-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 55344c12..44e07e90 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= "12963900e9cb4e322df7bff327862de3b8a6371e" | 9 | SRCREV= "cd84334952594b241f331829d6a092ffe971eb2d" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||