On 03/12/13 17:12, Laszlo Ersek wrote: > 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]' > >
Ping? (I don't mind if you drop it.) Thanks Laszlo ------------------------------------------------------------------------------ Minimize network downtime and maximize team effectiveness. Reduce network management and security costs.Learn how to hire the most talented Cisco Certified professionals. Visit the Employer Resources Portal http://www.cisco.com/web/learning/employer_resources/index.html _______________________________________________ edk2-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/edk2-devel
