From 07555356d1811a6eadea7b36a4a0cd4f38d822c8 Mon Sep 17 00:00:00 2001 From: zhanghailiang Date: Wed, 29 Jul 2020 10:54:12 +0800 Subject: [PATCH] Update edk2.spec. Add build option to enable secure boot --- edk2.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/edk2.spec b/edk2.spec index 2653536..5615a52 100644 --- a/edk2.spec +++ b/edk2.spec @@ -5,7 +5,7 @@ Name: edk2 Version: %{stable_date} -Release: 1 +Release: 2 Summary: EFI Development Kit II License: BSD-2-Clause-Patent URL: https://github.com/tianocore/edk2 @@ -86,6 +86,7 @@ COMMON_FLAGS="-D NETWORK_IP6_ENABLE" %ifarch %{ix86} BUILD_OPTION="$BUILD_OPTION -a IA32 -p OvmfPkg/OvmfPkgIa32.dsc" %endif +BUILD_OPTION="$BUILD_OPTION -D SECURE_BOOT_ENABLE=TRUE" build $BUILD_OPTION %install @@ -208,6 +209,9 @@ chmod +x %{buildroot}%{_bindir}/Rsa2048Sha256GenerateKeys %endif %changelog +* Mon Jul 27 2020 zhangxinhao - 202002-2 +- add build option "-D SECURE_BOOT_ENABLE=TRUE" to enable secure boot + * Thu May 7 2020 openEuler Buildteam - 202002-1 - Update edk2 to stable202002 and OpenSSL to 1.1.1f -- Gitee