summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/ovmf/ovmf_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/ovmf/ovmf_git.bb')
-rw-r--r--meta/recipes-core/ovmf/ovmf_git.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-core/ovmf/ovmf_git.bb b/meta/recipes-core/ovmf/ovmf_git.bb
index 9d988e9d41..5d7216e80e 100644
--- a/meta/recipes-core/ovmf/ovmf_git.bb
+++ b/meta/recipes-core/ovmf/ovmf_git.bb
@@ -14,7 +14,8 @@ SRC_URI = "git://github.com/tianocore/edk2.git;branch=master \
14 file://0002-ovmf-update-path-to-native-BaseTools.patch \ 14 file://0002-ovmf-update-path-to-native-BaseTools.patch \
15 file://0003-BaseTools-makefile-adjust-to-build-in-under-bitbake.patch \ 15 file://0003-BaseTools-makefile-adjust-to-build-in-under-bitbake.patch \
16 file://VfrCompile-increase-path-length-limit.patch \ 16 file://VfrCompile-increase-path-length-limit.patch \
17 file://0001-MdeModulePkg-UefiHiiLib-Fix-incorrect-comparison-exp.patch \ 17 file://0001-ia32-Dont-use-pie.patch \
18 file://no-stack-protector-all-archs.patch \
18 " 19 "
19 20
20SRC_URI_append_class-target = " \ 21SRC_URI_append_class-target = " \
@@ -22,7 +23,7 @@ SRC_URI_append_class-target = " \
22 file://0007-OvmfPkg-EnrollDefaultKeys-application-for-enrolling-.patch \ 23 file://0007-OvmfPkg-EnrollDefaultKeys-application-for-enrolling-.patch \
23" 24"
24 25
25SRCREV="4575a602ca6072ee9d04150b38bfb143cbff8588" 26SRCREV="ec4910cd3336565fdb61dafdd9ec4ae7a6160ba3"
26SRC_URI[openssl.md5sum] = "96322138f0b69e61b7212bc53d5e912b" 27SRC_URI[openssl.md5sum] = "96322138f0b69e61b7212bc53d5e912b"
27SRC_URI[openssl.sha256sum] = "e7aff292be21c259c6af26469c7a9b3ba26e9abaaffd325e3dccc9785256c431" 28SRC_URI[openssl.sha256sum] = "e7aff292be21c259c6af26469c7a9b3ba26e9abaaffd325e3dccc9785256c431"
28 29
@@ -241,3 +242,4 @@ do_deploy_class-target() {
241addtask do_deploy after do_compile before do_build 242addtask do_deploy after do_compile before do_build
242 243
243BBCLASSEXTEND = "native" 244BBCLASSEXTEND = "native"
245TOOLCHAIN = "gcc"