diff options
author | Lans Zhang <jia.zhang@windriver.com> | 2017-08-09 10:25:25 +0800 |
---|---|---|
committer | Lans Zhang <jia.zhang@windriver.com> | 2017-08-09 10:25:25 +0800 |
commit | 03a5d21586fefdb4003b9e71ed650adc76375d60 (patch) | |
tree | da74ab1cbc9b3a4e1c1bb32870595f3f7055b41d | |
parent | 1098d813edea5df59dad62227abfa15f53a7ce1e (diff) | |
download | meta-secure-core-03a5d21586fefdb4003b9e71ed650adc76375d60.tar.gz |
shim: sync up with upstream
Signed-off-by: Lans Zhang <jia.zhang@windriver.com>
-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 3fe02a0..6e21cf8 100644 --- a/meta-efi-secure-boot/recipes-bsp/shim/shim_git.bb +++ b/meta-efi-secure-boot/recipes-bsp/shim/shim_git.bb | |||
@@ -23,7 +23,7 @@ SRC_URI = "\ | |||
23 | git://github.com/rhinstaller/shim.git \ | 23 | git://github.com/rhinstaller/shim.git \ |
24 | file://bootx64.csv \ | 24 | file://bootx64.csv \ |
25 | file://bootia32.csv \ | 25 | file://bootia32.csv \ |
26 | file://0001-shim-allow-to-verify-sha1-digest-for-Authenticode.patch \ | 26 | file://0001-shim-allow-to-verify-sha1-digest-for-Authenticode.patch;apply=0 \ |
27 | file://0005-Fix-signing-failure-due-to-not-finding-certificate.patch;apply=0 \ | 27 | file://0005-Fix-signing-failure-due-to-not-finding-certificate.patch;apply=0 \ |
28 | file://0006-Prevent-from-removing-intermediate-.efi.patch \ | 28 | file://0006-Prevent-from-removing-intermediate-.efi.patch \ |
29 | file://0007-Use-sbsign-to-sign-MokManager-and-fallback.patch \ | 29 | file://0007-Use-sbsign-to-sign-MokManager-and-fallback.patch \ |
@@ -39,7 +39,7 @@ SRC_URI_append_x86-64 = "\ | |||
39 | 'file://shim' + d.expand('EFI_ARCH') + '.efi.signed file://LICENSE' \ | 39 | 'file://shim' + d.expand('EFI_ARCH') + '.efi.signed file://LICENSE' \ |
40 | if uks_signing_model(d) == 'sample' else '', '', d)} \ | 40 | if uks_signing_model(d) == 'sample' else '', '', d)} \ |
41 | " | 41 | " |
42 | SRCREV = "a8f3dc82be8e16d24ceab416c1b0af897c083f56" | 42 | SRCREV = "631265b7e9c447412d423ffed1b39dfd706054cd" |
43 | 43 | ||
44 | S = "${WORKDIR}/git" | 44 | S = "${WORKDIR}/git" |
45 | 45 | ||