Skip to content

Commit 4e35412

Browse files
authored
[Build] Upgrade BFB build process to avoid default bfb and upgrade to 3.8.5 ver (#25)
Signed-off-by: Vivek Reddy Karri <[email protected]> Co-authored-by: Vivek Reddy Karri <[email protected]>
1 parent 18ee2c6 commit 4e35412

File tree

13 files changed

+502
-237
lines changed

13 files changed

+502
-237
lines changed

bfb-mk-demo.sh

-51
This file was deleted.

build_image.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ elif [[ $IMAGE_TYPE = s2s && $CONFIGURED_PLATFORM == nvidia-bluefield ]]; then
294294
generate_s2s_installer_image_bluefield
295295

296296
elif [[ $IMAGE_TYPE == bfb && $CONFIGURED_PLATFORM == nvidia-bluefield ]]; then
297-
sudo --preserve-env /sonic/installer/bluefield/create_sonic_bfb --sonic_version $IMAGE_VERSION
297+
sudo --preserve-env /sonic/installer/bluefield/create_sonic_bfb --kernel $KVERSION
298298
sudo chown $USER ./$OUTPUT_BFB_IMAGE
299299

300300
elif [[ $IMAGE_TYPE == pxe && $CONFIGURED_PLATFORM == nvidia-bluefield ]]; then

0 commit comments

Comments
 (0)