diff options
| author | Patrick D. Lloyd <patricklloyd@lucidmotors.com> | 2024-03-20 13:50:30 -0700 |
|---|---|---|
| committer | Patrick D. Lloyd <patricklloyd@lucidmotors.com> | 2024-03-20 13:50:30 -0700 |
| commit | 22583532ee3b2bcb2213bd4b132077e016a27073 (patch) | |
| tree | 8ec81e63481c4ddc54642051e7b7d0e3b62bf29b | |
| parent | d6092d731f014dd9a5430143989a4007af793791 (diff) | |
| download | meta-freescale-22583532ee3b2bcb2213bd4b132077e016a27073.tar.gz | |
Updating uefi_git.bb SRC_URI to correct repo and changing REV to point to latest commit in default branch (integration)
| -rw-r--r-- | recipes-bsp/uefi/uefi_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/uefi/uefi_git.bb b/recipes-bsp/uefi/uefi_git.bb index 51a8be637..bb7cf2ae7 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 | ||
| 6 | inherit deploy | 6 | inherit deploy |
| 7 | 7 | ||
| 8 | SRC_URI = "git://github.com/NXP/qoriq-uefi-binary.git;nobranch=1;protocol=https" | 8 | SRC_URI = "git://github.com/nxp-qoriq/qoriq-uefi-binary.git;nobranch=1;protocol=https" |
| 9 | SRCREV = "d887e52b7a50c7d20fd8200cd741ac61309e0af2" | 9 | SRCREV = "a92e8b495eb394315de78a4002fe8a651adbabd1" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
| 12 | 12 | ||
