[build]: increase raw image disk size to 4GB (#12958)
3GB disk size is not enough for broadcom raw image.
This commit is contained in:
parent
918e2d11f8
commit
56c2c65372
@ -37,7 +37,7 @@ OUTPUT_ONIE_IMAGE=target/sonic-$TARGET_MACHINE.bin
|
|||||||
OUTPUT_RAW_IMAGE=target/sonic-$TARGET_MACHINE.raw
|
OUTPUT_RAW_IMAGE=target/sonic-$TARGET_MACHINE.raw
|
||||||
|
|
||||||
## Raw image size in MB
|
## Raw image size in MB
|
||||||
RAW_IMAGE_DISK_SIZE=3072
|
RAW_IMAGE_DISK_SIZE=4096
|
||||||
|
|
||||||
## Output file name for kvm image
|
## Output file name for kvm image
|
||||||
OUTPUT_KVM_IMAGE=target/sonic-$TARGET_MACHINE.img
|
OUTPUT_KVM_IMAGE=target/sonic-$TARGET_MACHINE.img
|
||||||
|
@ -37,7 +37,7 @@ OUTPUT_ONIE_IMAGE=target/sonic-$TARGET_MACHINE.bin
|
|||||||
OUTPUT_RAW_IMAGE=target/sonic-$TARGET_MACHINE.raw
|
OUTPUT_RAW_IMAGE=target/sonic-$TARGET_MACHINE.raw
|
||||||
|
|
||||||
## Raw image size in MB
|
## Raw image size in MB
|
||||||
RAW_IMAGE_DISK_SIZE=3072
|
RAW_IMAGE_DISK_SIZE=4096
|
||||||
|
|
||||||
## Output file name for kvm image
|
## Output file name for kvm image
|
||||||
OUTPUT_KVM_IMAGE=target/sonic-$TARGET_MACHINE.img
|
OUTPUT_KVM_IMAGE=target/sonic-$TARGET_MACHINE.img
|
||||||
|
@ -37,7 +37,7 @@ OUTPUT_ONIE_IMAGE=target/sonic-$TARGET_MACHINE.bin
|
|||||||
OUTPUT_RAW_IMAGE=target/sonic-$TARGET_MACHINE.raw
|
OUTPUT_RAW_IMAGE=target/sonic-$TARGET_MACHINE.raw
|
||||||
|
|
||||||
## Raw image size in MB
|
## Raw image size in MB
|
||||||
RAW_IMAGE_DISK_SIZE=3072
|
RAW_IMAGE_DISK_SIZE=4096
|
||||||
|
|
||||||
## Output file name for kvm image
|
## Output file name for kvm image
|
||||||
OUTPUT_KVM_IMAGE=target/sonic-$TARGET_MACHINE.img
|
OUTPUT_KVM_IMAGE=target/sonic-$TARGET_MACHINE.img
|
||||||
|
Reference in New Issue
Block a user