From 1bf5a245cd9eb18c0d3b63c664c5c335e0a2c172 Mon Sep 17 00:00:00 2001 From: Liu Shilong Date: Wed, 7 Dec 2022 15:37:05 +0800 Subject: [PATCH] [build]: increase raw image disk size to 4GB (#12958) 3GB disk size is not enough for broadcom raw image. --- onie-image-arm64.conf | 2 +- onie-image-armhf.conf | 2 +- onie-image.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/onie-image-arm64.conf b/onie-image-arm64.conf index c0cabff2a6..d70e9a5266 100644 --- a/onie-image-arm64.conf +++ b/onie-image-arm64.conf @@ -37,7 +37,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=3072 +RAW_IMAGE_DISK_SIZE=4096 ## Output file name for kvm image OUTPUT_KVM_IMAGE=target/sonic-$TARGET_MACHINE.img diff --git a/onie-image-armhf.conf b/onie-image-armhf.conf index 39e8936632..5ba7a3b19e 100644 --- a/onie-image-armhf.conf +++ b/onie-image-armhf.conf @@ -37,7 +37,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=3072 +RAW_IMAGE_DISK_SIZE=4096 ## Output file name for kvm image OUTPUT_KVM_IMAGE=target/sonic-$TARGET_MACHINE.img diff --git a/onie-image.conf b/onie-image.conf index 73deded202..4efd0d8af9 100644 --- a/onie-image.conf +++ b/onie-image.conf @@ -37,7 +37,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=3072 +RAW_IMAGE_DISK_SIZE=4096 ## Output file name for kvm image OUTPUT_KVM_IMAGE=target/sonic-$TARGET_MACHINE.img