Skip to content

Commit e29e46f

Browse files
authored
Merge branch '202405' into jianquanye/msft_202405
2 parents ab8da78 + 36d8886 commit e29e46f

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

platform/broadcom/docker-syncd-brcm-dnx/start.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,16 @@ else
2626
sonic-cfggen -d -t $HWSKU_DIR/config.bcm.j2 > /etc/sai.d/config.bcm
2727
fi
2828
if [ -f $HWSKU_DIR/sai.profile ]; then
29+
if [ ! -z $(grep "aboot_platform=.*arista" "/etc/machine.conf") ]; then
30+
if [ -f /etc/sai.d/sai.profile ]; then
31+
hashSrc=$(md5sum $HWSKU_DIR/sai.profile | cut -d ' ' -f 1)
32+
hashDst=$(md5sum /etc/sai.d/sai.profile | cut -d ' ' -f 1)
33+
if [ "${hashSrc}" == "${hashDst}" ]; then
34+
logger -p info "Arista: sai.profile unchanged, skip copying"
35+
exit 0
36+
fi
37+
fi
38+
fi
2939
cp $HWSKU_DIR/sai.profile /etc/sai.d/sai.profile
3040
fi
3141
fi

platform/checkout/cisco-8000.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[module]
22
repo[email protected]:Cisco-8000-sonic/platform-cisco-8000.git
3-
ref=202405.1.3.7
3+
ref=202405.1.3.9

0 commit comments

Comments
 (0)