The README is rather extended than trimmed, so that users grepping for the file name have a pointer.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Laszlo Ersek <[email protected]> --- OvmfPkg/README | 1 + OvmfPkg/create-release.py | 1 - 2 files changed, 1 insertions(+), 1 deletions(-) diff --git a/OvmfPkg/README b/OvmfPkg/README index 8db4cac..0c0a81a 100644 --- a/OvmfPkg/README +++ b/OvmfPkg/README @@ -52,6 +52,7 @@ these binary outputs: * OVMF.FD - Please note! This filename has changed. Older releases used OVMF.Fv. * OvmfVideo.rom + - This file is not built separately any longer, starting with svn r13520. More information on building OVMF can be found at: diff --git a/OvmfPkg/create-release.py b/OvmfPkg/create-release.py index 508c091..6a6017a 100755 --- a/OvmfPkg/create-release.py +++ b/OvmfPkg/create-release.py @@ -227,7 +227,6 @@ def create_zip(arch): 'FV' ) zipf.write(os.path.join(FV_DIR, 'OVMF.fd'), 'OVMF.fd') - zipf.write(os.path.join(FV_DIR, 'OvmfVideo.rom'), 'OvmfVideo.rom') zipf.close() print '[done]' -- 1.7.1 ------------------------------------------------------------------------------ Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the endpoint security space. For insight on selecting the right partner to tackle endpoint security challenges, access the full report. http://p.sf.net/sfu/symantec-dev2dev _______________________________________________ edk2-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/edk2-devel
