From 283ebcc63dbbe1bd3f63f246a5b5e265b861d909 Mon Sep 17 00:00:00 2001 From: dell Date: Tue, 11 Jul 2017 15:08:26 -0700 Subject: [PATCH] Changes for building the 8GB d image blob --- build_image.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build_image.sh b/build_image.sh index a275c383c45d..32eb59f05664 100755 --- a/build_image.sh +++ b/build_image.sh @@ -35,6 +35,11 @@ if [ "$IMAGE_TYPE" = "onie" ]; then ./onie-mk-demo.sh $TARGET_PLATFORM $TARGET_MACHINE $TARGET_PLATFORM-$TARGET_MACHINE-$ONIEIMAGE_VERSION \ installer platform/$TARGET_MACHINE/platform.conf $OUTPUT_ONIE_IMAGE OS $IMAGE_VERSION $ONIE_IMAGE_PART_SIZE \ $ONIE_INSTALLER_PAYLOAD + + if [[ "$TARGET_MACHINE" == "broadcom" ]] && [[ -n "$DELL_Z9100_PLATFORM_MODULE_VERSION" || -n "$DELL_S6100_PLATFORM_MODULE_VERSION" ]]; then + sudo platform/broadcom/sonic-platform-modules-dell/scripts/build_dd_image.sh + fi + ## Use 'aboot' as target machine category which includes Aboot as bootloader elif [ "$IMAGE_TYPE" = "aboot" ]; then echo "Build Aboot installer"