forked from virtio-win/kvm-guest-drivers-windows
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[viostor] Refactored legacy DVL creation
1. Refactors the CustomBuildStep Command to manage DVL file creation. We now create DVL files in the Project (driver) folder with version numbers in the file name for DVL files created with legacy EWDKs, and with the "latest" label for current EWDKs. These files are then copied to the relevant .\Install folders and renamed for extant WHCP submission operations. Makes use of the new batch file build\makeLegacyDVLs.bat script (from PR virtio-win#1210) and which now creates all legacy DVL files. Logging is also enabled to provide feedback when read at the tail of root\buildAll.bat. Please see PR virtio-win#1212 for details on those changes. 2. Enables Win10_SDV for local (viostor) buildAll.bat script. Signed-off-by: benyamin-codez <[email protected]>
- Loading branch information
1 parent
ca06f3c
commit 4502ac3
Showing
2 changed files
with
32 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters