diff options
author | Lans Zhang <jia.zhang@windriver.com> | 2017-08-03 09:56:12 +0800 |
---|---|---|
committer | Lans Zhang <jia.zhang@windriver.com> | 2017-08-03 09:56:12 +0800 |
commit | 1078adea02116cc391441121ffe755a307547cf6 (patch) | |
tree | 4ab742c264d33fb96cc100da4f6171086795a358 | |
parent | a3e1038d7161cb5506884c3aec92e47d0d4464ee (diff) | |
download | meta-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-.patch | 14 | ||||
-rw-r--r-- | meta-efi-secure-boot/recipes-bsp/shim/shim_git.bb | 2 |
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 @@ | |||
1 | From 508a31905aff2d271f1b82a5a36a614113b7fe85 Mon Sep 17 00:00:00 2001 | 1 | From 3b4fe6b2eda92c78c80a2c0c1ab5625fd0920811 Mon Sep 17 00:00:00 2001 |
2 | From: Lans Zhang <jia.zhang@windriver.com> | 2 | From: Lans Zhang <jia.zhang@windriver.com> |
3 | Date: Mon, 6 Jun 2016 16:28:09 +0800 | 3 | Date: Thu, 3 Aug 2017 09:53:37 +0800 |
4 | Subject: [PATCH 08/11] Fix the world build failure due to the missing rule of | 4 | Subject: [PATCH] Fix the world build failure due to the missing rule of |
5 | generating shim.key | 5 | generating shim.key |
6 | 6 | ||
7 | Upstream-Status: Pending | 7 | Upstream-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 | ||
20 | diff --git a/Makefile b/Makefile | 20 | diff --git a/Makefile b/Makefile |
21 | index 58b4b4c..0da5e6c 100644 | 21 | index 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 | -- |
34 | 2.11.0 | 34 | 2.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 | " |
42 | SRCREV = "7d745e49c02146bae75027d53f24c04175f6e848" | 42 | SRCREV = "a8f3dc82be8e16d24ceab416c1b0af897c083f56" |
43 | 43 | ||
44 | S = "${WORKDIR}/git" | 44 | S = "${WORKDIR}/git" |
45 | 45 | ||