Skip to content

Commit

Permalink
Additional bullseye patch for innovium
Browse files Browse the repository at this point in the history
  • Loading branch information
Krishnan Sridharan authored and pavannaregundi committed Jan 12, 2024
1 parent d0a6b43 commit cce1f7c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions sonic_202211_apply_patch_teralynx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,15 @@ LOG_FILE=patches_result.log
FULL_PATH=`pwd`

# Path for 202211 patches
WGET_PATH="https://raw.githubusercontent.com/Marvell-switching/sonic-scripts/tl_01/files/202211/"
WGET_PATH="https://raw.githubusercontent.com/Marvell-switching/sonic-scripts/tl_02/files/202211/"

# Patches
SERIES="0001-marvell-x86-syncd-docker-TL10-and-SAI-inclusions.patch
0002-marvell-Backport-of-master-PR-14589-to-202211-branch.patch
0003-marvell-backport-master-PR-12653-innovium-platform-f.patch
0004-marvell-midstone-Compilation-Error-in-master-branch-.patch
0005-marvell-platform-and-hwsku-files-for-wistron-and-cel.patch"
0005-marvell-platform-and-hwsku-files-for-wistron-and-cel.patch
0006-marvell-bullseye-migration-for-innovium.patch"

PATCHES=""

Expand Down Expand Up @@ -116,8 +117,8 @@ apply_submodule_patches()
apply_hwsku_changes()
{
# Download hwsku
wget -c https://raw.githubusercontent.com/Marvell-switching/sonic-scripts/tl_01/files/mrvl_sonic_hwsku_dbmvtx9180.tgz
wget -c https://raw.githubusercontent.com/Marvell-switching/sonic-scripts/tl_01/files/mrvl_sonic_platform_dbmvtx9180.tgz
wget -c https://raw.githubusercontent.com/Marvell-switching/sonic-scripts/tl_02/files/mrvl_sonic_hwsku_dbmvtx9180.tgz
wget -c https://raw.githubusercontent.com/Marvell-switching/sonic-scripts/tl_02/files/mrvl_sonic_platform_dbmvtx9180.tgz

rm -fr device/marvell/x86_64-marvell_dbmvtx9180-r0 || true
rm -fr platform/innovium/sonic-platform-modules-marvell || true
Expand Down

0 comments on commit cce1f7c

Please sign in to comment.