diff options
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/ovmf/ovmf_git.bb | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/meta/recipes-core/ovmf/ovmf_git.bb b/meta/recipes-core/ovmf/ovmf_git.bb index 5d7216e80e..28f0cde1d9 100644 --- a/meta/recipes-core/ovmf/ovmf_git.bb +++ b/meta/recipes-core/ovmf/ovmf_git.bb | |||
@@ -18,14 +18,16 @@ SRC_URI = "git://github.com/tianocore/edk2.git;branch=master \ | |||
18 | file://no-stack-protector-all-archs.patch \ | 18 | file://no-stack-protector-all-archs.patch \ |
19 | " | 19 | " |
20 | 20 | ||
21 | OPENSSL_RELEASE = "openssl-1.1.0e" | ||
22 | |||
21 | SRC_URI_append_class-target = " \ | 23 | SRC_URI_append_class-target = " \ |
22 | ${@bb.utils.contains('PACKAGECONFIG', 'secureboot', 'http://www.openssl.org/source/openssl-1.0.2j.tar.gz;name=openssl;subdir=${S}/CryptoPkg/Library/OpensslLib', '', d)} \ | 24 | ${@bb.utils.contains('PACKAGECONFIG', 'secureboot', 'http://www.openssl.org/source/${OPENSSL_RELEASE}.tar.gz;name=openssl;subdir=${S}/CryptoPkg/Library/OpensslLib', '', d)} \ |
23 | file://0007-OvmfPkg-EnrollDefaultKeys-application-for-enrolling-.patch \ | 25 | file://0007-OvmfPkg-EnrollDefaultKeys-application-for-enrolling-.patch \ |
24 | " | 26 | " |
25 | 27 | ||
26 | SRCREV="ec4910cd3336565fdb61dafdd9ec4ae7a6160ba3" | 28 | SRCREV="ec4910cd3336565fdb61dafdd9ec4ae7a6160ba3" |
27 | SRC_URI[openssl.md5sum] = "96322138f0b69e61b7212bc53d5e912b" | 29 | SRC_URI[openssl.md5sum] = "51c42d152122e474754aea96f66928c6" |
28 | SRC_URI[openssl.sha256sum] = "e7aff292be21c259c6af26469c7a9b3ba26e9abaaffd325e3dccc9785256c431" | 30 | SRC_URI[openssl.sha256sum] = "57be8618979d80c910728cfc99369bf97b2a1abd8f366ab6ebdee8975ad3874c" |
29 | 31 | ||
30 | inherit deploy | 32 | inherit deploy |
31 | 33 | ||
@@ -187,10 +189,7 @@ do_compile_class-target() { | |||
187 | # building with Secure Boot enabled. | 189 | # building with Secure Boot enabled. |
188 | bbnote "Building with Secure Boot." | 190 | bbnote "Building with Secure Boot." |
189 | rm -rf ${S}/Build/Ovmf$OVMF_DIR_SUFFIX | 191 | rm -rf ${S}/Build/Ovmf$OVMF_DIR_SUFFIX |
190 | if ! [ -f ${S}/CryptoPkg/Library/OpensslLib/openssl-*/edk2-patch-applied ]; then | 192 | ln -sf ${OPENSSL_RELEASE} ${S}/CryptoPkg/Library/OpensslLib/openssl |
191 | ( cd ${S}/CryptoPkg/Library/OpensslLib/openssl-* && patch -p1 <$(echo ../EDKII_openssl-*.patch) && touch edk2-patch-applied ) | ||
192 | fi | ||
193 | ( cd ${S}/CryptoPkg/Library/OpensslLib/ && ./Install.sh ) | ||
194 | ${S}/OvmfPkg/build.sh $PARALLEL_JOBS -a $OVMF_ARCH -b RELEASE -t ${FIXED_GCCVER} ${OVMF_SECURE_BOOT_FLAGS} | 193 | ${S}/OvmfPkg/build.sh $PARALLEL_JOBS -a $OVMF_ARCH -b RELEASE -t ${FIXED_GCCVER} ${OVMF_SECURE_BOOT_FLAGS} |
195 | ln ${build_dir}/FV/OVMF.fd ${WORKDIR}/ovmf/ovmf.secboot.fd | 194 | ln ${build_dir}/FV/OVMF.fd ${WORKDIR}/ovmf/ovmf.secboot.fd |
196 | ln ${build_dir}/FV/OVMF_CODE.fd ${WORKDIR}/ovmf/ovmf.secboot.code.fd | 195 | ln ${build_dir}/FV/OVMF_CODE.fd ${WORKDIR}/ovmf/ovmf.secboot.code.fd |