]> git.proxmox.com Git - mirror_edk2.git/commit - DuetPkg/build32.sh
DuetPkg: Add POSTBUILD in DSC files to run post-build automatically
authorHao Wu <hao.a.wu@intel.com>
Fri, 11 Nov 2016 08:21:35 +0000 (16:21 +0800)
committerHao Wu <hao.a.wu@intel.com>
Mon, 14 Nov 2016 11:33:11 +0000 (19:33 +0800)
commitbab82372a9e6ce066fa725a792e71d07191046ca
tree8f7f709bb0b64ce8e972f37a901c2b49e0a1d3f5
parentea4511d127f45e5028996aba6613b4807c3c7902
DuetPkg: Add POSTBUILD in DSC files to run post-build automatically

https://bugzilla.tianocore.org/show_bug.cgi?id=220

Currently, the post-build scripts PostBuild.bat/PostBuild.sh in DuetPkg
need to be run manually. Especially for Windows batch script, it also
requires users to set the build options (like tool chain, target and arch)
in file Conf/target.txt. If users using command line options via '-t' or
'-a', the post-build script won't work properly.

The package DSC files now support the feature to execute post-build script
automatically by adding a 'POSTBUILD' definition. This feature also passes
the build options into the post-build script as parameters. This commit
uses this feature to make the post-build works for DuetPkg more
user-friendly. Also, ReadMe.txt is updated to reflect the new steps for
UEFI Emulation (DUET) development.

Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hao Wu <hao.a.wu@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
DuetPkg/CreateBootDisk.bat
DuetPkg/CreateBootDisk.sh
DuetPkg/DuetPkgIa32.dsc
DuetPkg/DuetPkgX64.dsc
DuetPkg/GetVariables.bat [deleted file]
DuetPkg/PostBuild.bat
DuetPkg/PostBuild.sh
DuetPkg/ReadMe.txt
DuetPkg/build32.sh
DuetPkg/build64.sh