From 22583532ee3b2bcb2213bd4b132077e016a27073 Mon Sep 17 00:00:00 2001 From: "Patrick D. Lloyd" Date: Wed, 20 Mar 2024 13:50:30 -0700 Subject: Updating uefi_git.bb SRC_URI to correct repo and changing REV to point to latest commit in default branch (integration) --- recipes-bsp/uefi/uefi_git.bb | 4 ++-- 1 file 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" inherit deploy -SRC_URI = "git://github.com/NXP/qoriq-uefi-binary.git;nobranch=1;protocol=https" -SRCREV = "d887e52b7a50c7d20fd8200cd741ac61309e0af2" +SRC_URI = "git://github.com/nxp-qoriq/qoriq-uefi-binary.git;nobranch=1;protocol=https" +SRCREV = "a92e8b495eb394315de78a4002fe8a651adbabd1" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf