File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -93,9 +93,9 @@ pip3 install GitPython
9393SAI_DIR=" $FBOSS_DIR /Aqua_SAI/"
9494if [ $ARCH == " dnx" ];
9595then
96- SAI_BUILD_DIR=" $SAI_DIR /output/x86-dnx-deb-static-meta "
96+ SAI_BUILD_DIR=" $SAI_DIR /output/x86-dnx-deb-static-fboss "
9797else
98- SAI_BUILD_DIR=" $SAI_DIR /output/x86-xgsall-deb-static"
98+ SAI_BUILD_DIR=" $SAI_DIR /output/x86-xgsall-deb-static-fboss "
9999fi
100100
101101# Delete SDK var in the env. It can cause the SDK build to fail.
Original file line number Diff line number Diff line change @@ -73,12 +73,15 @@ maybe_setup_build_env() {
7373 git clone git@github.com:aristanetworks/Aqua_SAI.git
7474 cd " ${FBOSS_HOST_DIR} /Aqua_SAI"
7575 git pull
76- git checkout REL_SAI_EA_9.0.0.6_META_030123
76+ git checkout REL_SAI_EA_9.0.0.7_META_032223
7777 wget http://dist/storage/fboss/FBOSS-SAI/patch0-Jupiter-SAI-Makefile.patch
7878 git apply patch0-Jupiter-SAI-Makefile.patch
7979 cd " ${FBOSS_HOST_DIR} /Aqua_SAI/sdk-src/hsdk_6.5.28_SAI_9.0.0_EA"
80- wget http://dist/storage/fboss/FBOSS-SAI/sai-sdk-all-6.5.28-cf57740b7.tar.xz
81- tar -xf sai-sdk-all-6.5.28-cf57740b7.tar.xz
80+ wget http://dist/storage/fboss/FBOSS-SAI/sai-sdk-all-6.5.28-02b1402dd.tar.xz
81+ tar -xf sai-sdk-all-6.5.28-02b1402dd.tar.xz
82+ # Patch Broadcom DNX kernel module make file fixes for SDK 6.5.28
83+ wget http://dist/storage/fboss/FBOSS-SAI/patch3-SDK-6_5_28_DNX_Kernel_Module_fixes.patch
84+ patch " dnx-sdk-6.5.28-gpl-modules/make/Make.config" < patch3-SDK-6_5_28_DNX_Kernel_Module_fixes.patch
8285
8386 # Download FBOSS linux header files.
8487 cd " ${FBOSS_HOST_DIR} "
You can’t perform that action at this time.
0 commit comments