mirror of
https://github.com/acidanthera/audk.git
synced 2025-09-24 10:17:45 +02:00
Revert "OvmfPkg: Update build.sh to allow building OVMF then
running QEMU" This reverts commit 173a7a7daaad560cd69e1000faca1d2b91774c46. Fixes https://bugzilla.tianocore.org/show_bug.cgi?id=4528
This commit is contained in:
parent
89eade0814
commit
0d546b92f5
@ -239,11 +239,6 @@ else
|
||||
echo using prebuilt tools
|
||||
fi
|
||||
|
||||
#
|
||||
# Build the edk2 OvmfPkg
|
||||
#
|
||||
echo Running edk2 build for OvmfPkg$Processor
|
||||
build -p $PLATFORMFILE $BUILD_OPTIONS -b $BUILDTARGET -t $TARGET_TOOLS -n $THREADNUMBER -DDEBUG_ON_SERIAL_PORT=TRUE
|
||||
|
||||
if [[ "$RUN_QEMU" == "yes" ]]; then
|
||||
if [[ ! -d $QEMU_FIRMWARE_DIR ]]; then
|
||||
@ -259,3 +254,10 @@ if [[ "$RUN_QEMU" == "yes" ]]; then
|
||||
$QEMU_COMMAND "$@"
|
||||
exit $?
|
||||
fi
|
||||
|
||||
#
|
||||
# Build the edk2 OvmfPkg
|
||||
#
|
||||
echo Running edk2 build for OvmfPkg$Processor
|
||||
build -p $PLATFORMFILE $BUILD_OPTIONS -b $BUILDTARGET -t $TARGET_TOOLS -n $THREADNUMBER
|
||||
exit $?
|
||||
|
Loading…
x
Reference in New Issue
Block a user