Skip to content

Commit dbf9903

Browse files
authored
Merge pull request facebook#23 from eerpini/upgrade-aqua-sai-9.0.0.7
Upgrade to Aqua SAI 9.0.0.7 EA drop.
2 parents 7d84a55 + 9be410f commit dbf9903

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

arista/build-utils/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ pip3 install GitPython
9393
SAI_DIR="$FBOSS_DIR/Aqua_SAI/"
9494
if [ $ARCH == "dnx" ];
9595
then
96-
SAI_BUILD_DIR="$SAI_DIR/output/x86-dnx-deb-static-meta"
96+
SAI_BUILD_DIR="$SAI_DIR/output/x86-dnx-deb-static-fboss"
9797
else
98-
SAI_BUILD_DIR="$SAI_DIR/output/x86-xgsall-deb-static"
98+
SAI_BUILD_DIR="$SAI_DIR/output/x86-xgsall-deb-static-fboss"
9999
fi
100100

101101
# Delete SDK var in the env. It can cause the SDK build to fail.

arista/fbossctl

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff 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}"

0 commit comments

Comments
 (0)