summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-bsp/uefi/uefi_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/uefi/uefi_git.bb b/recipes-bsp/uefi/uefi_git.bb
index 51a8be63..bb7cf2ae 100644
--- a/recipes-bsp/uefi/uefi_git.bb
+++ b/recipes-bsp/uefi/uefi_git.bb
@@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://NXP-Binary-EULA;md5=343ec8f06efc37467a6de53686fa6315"
5 5
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/qoriq-uefi-binary.git;nobranch=1;protocol=https"
9SRCREV = "d887e52b7a50c7d20fd8200cd741ac61309e0af2" 9SRCREV = "a92e8b495eb394315de78a4002fe8a651adbabd1"
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12 12