Changeset 105670 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/OvmfPkg/build.sh
- Timestamp:
- Aug 14, 2024 1:16:30 PM (4 months ago)
- Location:
- trunk/src/VBox/Devices/EFI/FirmwareNew
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/FirmwareNew
-
Property svn:mergeinfo
changed from (toggle deleted branches)
to (toggle deleted branches)/vendor/edk2/current 103735-103757,103769-103776,129194-159268 /vendor/edk2/current 103735-103757,103769-103776,129194-164365
-
Property svn:mergeinfo
changed from (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/FirmwareNew/OvmfPkg/build.sh
r99404 r105670 247 247 248 248 # 249 # Build the edk2 OvmfPkg250 # 251 echo Running edk2 build for OvmfPkg$Processor 252 build -p $PLATFORMFILE $BUILD_OPTIONS -b $BUILDTARGET -t $TARGET_TOOLS -n $THREADNUMBER -DDEBUG_ON_SERIAL_PORT=TRUE 253 249 # Run previously built OVMF image for current build options, in place. 250 # Do not rebuild first, rather allow multiple runs of a previously built 251 # image to start quickly (without rebuild), and with preserved NVRAM contents 252 # between runs (until the next rebuild). 253 # 254 254 if [[ "$RUN_QEMU" == "yes" ]]; then 255 255 if [[ ! -d $QEMU_FIRMWARE_DIR ]]; then … … 266 266 exit $? 267 267 fi 268 269 # 270 # Build the edk2 OvmfPkg 271 # 272 echo Running edk2 build for OvmfPkg$Processor 273 build -p $PLATFORMFILE $BUILD_OPTIONS -b $BUILDTARGET -t $TARGET_TOOLS -n $THREADNUMBER 274 exit $?
Note:
See TracChangeset
for help on using the changeset viewer.