summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorey Cothrum <contact@coreycothrum.com>2021-03-02 21:11:19 +0000
committerJia Zhang <zhang.jia@linux.alibaba.com>2021-03-03 10:56:30 +0800
commit1397fdd78f97e05d5e0a18e16b6abdf796f47776 (patch)
treec90c683581009fd795ad4c12002aaec9e363794d
parentfa5550d97de634fc3d0bfc42e36796ab0936c8a9 (diff)
downloadmeta-secure-core-1397fdd78f97e05d5e0a18e16b6abdf796f47776.tar.gz
shim: update github address in SRC_URI
-rw-r--r--meta-efi-secure-boot/recipes-bsp/shim/shim_git.bb4
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 \
7validate the binary against a built-in certificate. If this succeeds \ 7validate the binary against a built-in certificate. If this succeeds \
8and if the binary or signing key are not blacklisted then shim will \ 8and if the binary or signing key are not blacklisted then shim will \
9relocate and execute the binary." 9relocate and execute the binary."
10HOMEPAGE = "https://github.com/rhinstaller/shim.git" 10HOMEPAGE = "https://github.com/rhboot/shim.git"
11SECTION = "bootloaders" 11SECTION = "bootloaders"
12 12
13LICENSE = "BSD-2-Clause" 13LICENSE = "BSD-2-Clause"
@@ -20,7 +20,7 @@ DEPENDS += "\
20PV = "12+git${SRCPV}" 20PV = "12+git${SRCPV}"
21 21
22SRC_URI = "\ 22SRC_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 \