summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLans Zhang <jia.zhang@windriver.com>2017-08-03 09:56:12 +0800
committerLans Zhang <jia.zhang@windriver.com>2017-08-03 09:56:12 +0800
commit1078adea02116cc391441121ffe755a307547cf6 (patch)
tree4ab742c264d33fb96cc100da4f6171086795a358
parenta3e1038d7161cb5506884c3aec92e47d0d4464ee (diff)
downloadmeta-secure-core-1078adea02116cc391441121ffe755a307547cf6.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/0008-Fix-the-world-build-failure-due-to-the-missing-rule-.patch14
-rw-r--r--meta-efi-secure-boot/recipes-bsp/shim/shim_git.bb2
2 files changed, 8 insertions, 8 deletions
diff --git a/meta-efi-secure-boot/recipes-bsp/shim/shim/0008-Fix-the-world-build-failure-due-to-the-missing-rule-.patch b/meta-efi-secure-boot/recipes-bsp/shim/shim/0008-Fix-the-world-build-failure-due-to-the-missing-rule-.patch
index ddaa9f9..c53a52f 100644
--- a/meta-efi-secure-boot/recipes-bsp/shim/shim/0008-Fix-the-world-build-failure-due-to-the-missing-rule-.patch
+++ b/meta-efi-secure-boot/recipes-bsp/shim/shim/0008-Fix-the-world-build-failure-due-to-the-missing-rule-.patch
@@ -1,7 +1,7 @@
1From 508a31905aff2d271f1b82a5a36a614113b7fe85 Mon Sep 17 00:00:00 2001 1From 3b4fe6b2eda92c78c80a2c0c1ab5625fd0920811 Mon Sep 17 00:00:00 2001
2From: Lans Zhang <jia.zhang@windriver.com> 2From: Lans Zhang <jia.zhang@windriver.com>
3Date: Mon, 6 Jun 2016 16:28:09 +0800 3Date: Thu, 3 Aug 2017 09:53:37 +0800
4Subject: [PATCH 08/11] Fix the world build failure due to the missing rule of 4Subject: [PATCH] Fix the world build failure due to the missing rule of
5 generating shim.key 5 generating shim.key
6 6
7Upstream-Status: Pending 7Upstream-Status: Pending
@@ -18,18 +18,18 @@ Signed-off-by: Lans Zhang <jia.zhang@windriver.com>
18 1 file changed, 1 insertion(+), 1 deletion(-) 18 1 file changed, 1 insertion(+), 1 deletion(-)
19 19
20diff --git a/Makefile b/Makefile 20diff --git a/Makefile b/Makefile
21index 58b4b4c..0da5e6c 100644 21index 063578a..96bdf14 100644
22--- a/Makefile 22--- a/Makefile
23+++ b/Makefile 23+++ b/Makefile
24@@ -110,7 +110,7 @@ endif 24@@ -125,7 +125,7 @@ FALLBACK_SRCS = $(foreach source,$(ORIG_FALLBACK_SRCS),$(TOPDIR)/$(source))
25 25
26 all: $(TARGET) 26 all: $(TARGET)
27 27
28-shim.crt: 28-shim.crt:
29+shim.crt shim.key: 29+shim.crt shim.key:
30 ./make-certs shim shim@xn--u4h.net all codesign 1.3.6.1.4.1.311.10.3.1 </dev/null 30 $(TOPDIR)/make-certs shim shim@xn--u4h.net all codesign 1.3.6.1.4.1.311.10.3.1 </dev/null
31 31
32 shim.cer: shim.crt 32 shim.cer: shim.crt
33-- 33--
342.11.0 342.7.5
35 35
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 3c34b7b..3fe02a0 100644
--- a/meta-efi-secure-boot/recipes-bsp/shim/shim_git.bb
+++ b/meta-efi-secure-boot/recipes-bsp/shim/shim_git.bb
@@ -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"
42SRCREV = "7d745e49c02146bae75027d53f24c04175f6e848" 42SRCREV = "a8f3dc82be8e16d24ceab416c1b0af897c083f56"
43 43
44S = "${WORKDIR}/git" 44S = "${WORKDIR}/git"
45 45