From 1f67a74b10897c65968cefdbb738ac4e2fc9b3f7 Mon Sep 17 00:00:00 2001 From: Sonic Build Admin Date: Thu, 5 Mar 2026 17:45:30 +0000 Subject: [PATCH] submod mrvl prestera 15jan nokia master #### Why I did it Fix BGP issues on Marvell-prestera boards ##### Work item tracking - Microsoft ADO **(number only)**: #### How I did it ** marvell-prestera-SMDEP ignore symlink needed for changes for [mrvl-prestera] submodule build ** Move [mrvl-prestera] submodule's git-index to updated version having the - BGP intDriver: Add timeout WA for lost IRQs - amd64: ethDriver.c force DMA_BIT_MASK 32bits #### How to verify it Full PTF-tests on NOKIA boards #### Which release branch to backport (provide reason below if selected) - [ ] 202305 - [ ] 202311 - [ ] 202405 - [ ] 202411 - [ ] 202505 - [x] 202511 Signed-off-by: Sonic Build Admin #### Tested branch (Please provide the tested image version) #### Description for the changelog #### Link to config_db schema for YANG module changes #### A picture of a cute animal (not mandatory but encouraged) --- platform/marvell-prestera/mrvl-prestera.dep | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/platform/marvell-prestera/mrvl-prestera.dep b/platform/marvell-prestera/mrvl-prestera.dep index 3ee32c3cbcd..f307900b7b5 100644 --- a/platform/marvell-prestera/mrvl-prestera.dep +++ b/platform/marvell-prestera/mrvl-prestera.dep @@ -2,6 +2,10 @@ MPATH := $($(MRVL_PRESTERA_DEB)_SRC_PATH) DEP_FILES := $(SONIC_COMMON_FILES_LIST) $(PLATFORM_PATH)/mrvl-prestera.mk $(PLATFORM_PATH)/mrvl-prestera.dep DEP_FILES += $(SONIC_COMMON_BASE_FILES_LIST) SMDEP_FILES := $(addprefix $(MPATH)/,$(shell cd $(MPATH) && git ls-files)) +# Filter out the run-time symlink that is not in build-source tree +SLINKS := $(shell find $(MPATH)/platform/*/common/etc/systemd -type l -exec echo {} \; | grep -Ev ' ') +SLINKS += $(shell find $(MPATH)/platform/common/etc/systemd -type l -exec echo {} \; | grep -Ev ' ') +SMDEP_FILES := $(filter-out $(SLINKS),$(SMDEP_FILES)) $(MRVL_PRESTERA_DEB)_CACHE_MODE := GIT_CONTENT_SHA $(MRVL_PRESTERA_DEB)_DEP_FLAGS := $(SONIC_COMMON_FLAGS_LIST)