[build][201811] Increase raw image disk size to 1216MB (#15153)
Why I did it 1GB disk size is not sufficient for latest 201811 broadcom raw image. Work item tracking How I did it Increase raw image disk size from 1024MB to 1216MB How to verify it Initiate build for 'target/sonic-broadcom.raw' and verify that the build is successful.
This commit is contained in:
parent
111bb21fa5
commit
51a2c13540
@ -34,7 +34,7 @@ OUTPUT_ONIE_IMAGE=target/sonic-$TARGET_MACHINE.bin
|
||||
OUTPUT_RAW_IMAGE=target/sonic-$TARGET_MACHINE.raw
|
||||
|
||||
## Raw image size in MB
|
||||
RAW_IMAGE_DISK_SIZE=1024
|
||||
RAW_IMAGE_DISK_SIZE=1216
|
||||
|
||||
## Output file name for kvm image
|
||||
OUTPUT_KVM_IMAGE=target/sonic-$TARGET_MACHINE.img
|
||||
|
Loading…
Reference in New Issue
Block a user