summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/ovmf/ovmf_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-06-10 01:39:36 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-14 10:23:27 +0100
commit89c12fc8de6b80e0e9add7f012553eb4e38dac7f (patch)
treea3060283179d710656ce0b3763acd46481dbc03f /meta/recipes-core/ovmf/ovmf_git.bb
parented0ecc7b76698707529dcc3a765c037b7976de93 (diff)
downloadpoky-89c12fc8de6b80e0e9add7f012553eb4e38dac7f.tar.gz
ovmf: Update to latest
Fix build with gcc7 clang can not compile it therefore mark it gcc only recipe (From OE-Core rev: 835b705ee92900f0d73cee612ce790fde4b1e2a4) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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"