VirtualBox

Changeset 106856 in vbox for trunk/src/VBox/Installer


Ignore:
Timestamp:
Nov 6, 2024 3:12:55 PM (4 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
165771
Message:

PackDriversForSubmission.cmd: We don't have video drivers for win.arm64 yet, so skip those. jiraref:VBP-1440

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/win/Scripts/PackDriversForSubmission.cmd

    r106854 r106856  
    299299echo %_MY_OPT_GADIR%\VBoxMouse.inf>>                                                    "%_MY_OPT_DDF_FILE%"
    300300echo %_MY_OPT_GADIR%\VBoxMouse.sys>>                                                    "%_MY_OPT_DDF_FILE%"
     301rem rem @todo win.arm64: Temporarily skipping video drivers as they're not building.
     302if "%_MY_OPT_ARCH%" == "arm64" goto skip_video_files
    301303rem VBoxVideo files are excluded from attestation signing.
    302304rem echo %_MY_OPT_GADIR%\VBoxVideo.inf>>                                                    "%_MY_OPT_DDF_FILE%"
     
    310312echo %_MY_OPT_GADIR%\VBoxSVGA.dll>>                                                     "%_MY_OPT_DDF_FILE%"
    311313echo %_MY_OPT_GADIR%\VBoxGL.dll>>                                                       "%_MY_OPT_DDF_FILE%"
     314:skip_video_files
    312315echo %_MY_OPT_GADIR%\VBoxMRXNP.dll>>                                                    "%_MY_OPT_DDF_FILE%"
    313316echo %_MY_OPT_GADIR%\VBoxSF.sys>>                                                       "%_MY_OPT_DDF_FILE%"
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette