From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 722CC81E98 for ; Fri, 11 Nov 2016 00:26:43 -0800 (PST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga105.jf.intel.com with ESMTP; 11 Nov 2016 00:26:47 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,620,1473145200"; d="scan'208";a="30098456" Received: from shwdeopenpsi014.ccr.corp.intel.com ([10.239.9.34]) by fmsmga005.fm.intel.com with ESMTP; 11 Nov 2016 00:26:46 -0800 From: Hao Wu To: edk2-devel@lists.01.org Cc: Hao Wu , Ruiyu Ni Date: Fri, 11 Nov 2016 16:26:42 +0800 Message-Id: <1478852805-11900-1-git-send-email-hao.a.wu@intel.com> X-Mailer: git-send-email 1.9.5.msysgit.0 Subject: [PATCH 0/3] Enable POSTBUILD feature in DuetPkg DSC files X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Nov 2016 08:26:43 -0000 This patch series uses the POSTBUILD feature in package DSC files to make the post-build steps for DuetPkg more user-friendly. Cc: Ruiyu Ni Hao Wu (3): DuetPkg: Resolve white-space issues for post-build scripts & ReadMe DuetPkg: Use 'echo off' in BATCH script files DuetPkg: Add POSTBUILD in DSC files to run post-build automatically DuetPkg/CreateBootDisk.bat | 199 ++++++++++++++--------------- DuetPkg/CreateBootDisk.sh | 312 ++++++++++++++++++++++----------------------- DuetPkg/DuetPkgIa32.dsc | 5 + DuetPkg/DuetPkgX64.dsc | 5 + DuetPkg/GetVariables.bat | 38 ------ DuetPkg/PostBuild.bat | 98 ++++++++------ DuetPkg/PostBuild.sh | 112 ++++++++-------- DuetPkg/ReadMe.txt | 85 ++++++------ DuetPkg/build32.sh | 4 +- DuetPkg/build64.sh | 4 +- 10 files changed, 410 insertions(+), 452 deletions(-) delete mode 100644 DuetPkg/GetVariables.bat -- 1.9.5.msysgit.0