diff options
author | Corey Cothrum <contact@coreycothrum.com> | 2021-03-02 21:11:19 +0000 |
---|---|---|
committer | Jia Zhang <zhang.jia@linux.alibaba.com> | 2021-03-03 10:56:30 +0800 |
commit | 1397fdd78f97e05d5e0a18e16b6abdf796f47776 (patch) | |
tree | c90c683581009fd795ad4c12002aaec9e363794d | |
parent | fa5550d97de634fc3d0bfc42e36796ab0936c8a9 (diff) | |
download | meta-secure-core-1397fdd78f97e05d5e0a18e16b6abdf796f47776.tar.gz |
shim: update github address in SRC_URI
-rw-r--r-- | meta-efi-secure-boot/recipes-bsp/shim/shim_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-efi-secure-boot/recipes-bsp/shim/shim_git.bb b/meta-efi-secure-boot/recipes-bsp/shim/shim_git.bb index 6ebe282..1efd286 100644 --- a/meta-efi-secure-boot/recipes-bsp/shim/shim_git.bb +++ b/meta-efi-secure-boot/recipes-bsp/shim/shim_git.bb | |||
@@ -7,7 +7,7 @@ is not signed with an appropriate key, for instance) it will then \ | |||
7 | validate the binary against a built-in certificate. If this succeeds \ | 7 | validate the binary against a built-in certificate. If this succeeds \ |
8 | and if the binary or signing key are not blacklisted then shim will \ | 8 | and if the binary or signing key are not blacklisted then shim will \ |
9 | relocate and execute the binary." | 9 | relocate and execute the binary." |
10 | HOMEPAGE = "https://github.com/rhinstaller/shim.git" | 10 | HOMEPAGE = "https://github.com/rhboot/shim.git" |
11 | SECTION = "bootloaders" | 11 | SECTION = "bootloaders" |
12 | 12 | ||
13 | LICENSE = "BSD-2-Clause" | 13 | LICENSE = "BSD-2-Clause" |
@@ -20,7 +20,7 @@ DEPENDS += "\ | |||
20 | PV = "12+git${SRCPV}" | 20 | PV = "12+git${SRCPV}" |
21 | 21 | ||
22 | SRC_URI = "\ | 22 | SRC_URI = "\ |
23 | git://github.com/rhinstaller/shim.git \ | 23 | git://github.com/rhboot/shim.git \ |
24 | file://0001-shim-allow-to-verify-sha1-digest-for-Authenticode.patch;apply=0 \ | 24 | file://0001-shim-allow-to-verify-sha1-digest-for-Authenticode.patch;apply=0 \ |
25 | file://0005-Fix-signing-failure-due-to-not-finding-certificate.patch;apply=0 \ | 25 | file://0005-Fix-signing-failure-due-to-not-finding-certificate.patch;apply=0 \ |
26 | file://0006-Prevent-from-removing-intermediate-.efi.patch \ | 26 | file://0006-Prevent-from-removing-intermediate-.efi.patch \ |