From 79b8e2eec5bc4bec4a8298b01986ea55f8664026 Mon Sep 17 00:00:00 2001 From: Saikrishna Arcot Date: Fri, 8 Sep 2023 15:59:14 -0700 Subject: [PATCH] Disable several platform modules for Bookworm Signed-off-by: Saikrishna Arcot --- platform/broadcom/rules.dep | 17 ++++++++++++----- platform/broadcom/rules.mk | 22 +++++++++++++++------- 2 files changed, 27 insertions(+), 12 deletions(-) diff --git a/platform/broadcom/rules.dep b/platform/broadcom/rules.dep index 47f7f849ed2f..103fed00ef7c 100644 --- a/platform/broadcom/rules.dep +++ b/platform/broadcom/rules.dep @@ -1,19 +1,26 @@ #DPKG FRK include $(PLATFORM_PATH)/sai-modules.dep include $(PLATFORM_PATH)/sai.dep +# TODO: re-enable once the following have been updated for bookworm: +# * Nokia +# * Dell +# * Accton +# * Celestica +# * Juniper +# * Ragile include $(PLATFORM_PATH)/platform-modules-s6000.dep -include $(PLATFORM_PATH)/platform-modules-dell.dep +#include $(PLATFORM_PATH)/platform-modules-dell.dep include $(PLATFORM_PATH)/platform-modules-arista.dep include $(PLATFORM_PATH)/platform-modules-ingrasys.dep -include $(PLATFORM_PATH)/platform-modules-accton.dep +#include $(PLATFORM_PATH)/platform-modules-accton.dep include $(PLATFORM_PATH)/platform-modules-alphanetworks.dep include $(PLATFORM_PATH)/platform-modules-inventec.dep -include $(PLATFORM_PATH)/platform-modules-cel.dep +#include $(PLATFORM_PATH)/platform-modules-cel.dep include $(PLATFORM_PATH)/platform-modules-delta.dep include $(PLATFORM_PATH)/platform-modules-quanta.dep #include $(PLATFORM_PATH)/platform-modules-mitac.dep -include $(PLATFORM_PATH)/platform-modules-juniper.dep -include $(PLATFORM_PATH)/platform-modules-ragile.dep +#include $(PLATFORM_PATH)/platform-modules-juniper.dep +#include $(PLATFORM_PATH)/platform-modules-ragile.dep include $(PLATFORM_PATH)/platform-modules-ruijie.dep include $(PLATFORM_PATH)/platform-modules-brcm-xlr-gts.dep include $(PLATFORM_PATH)/docker-syncd-brcm.dep diff --git a/platform/broadcom/rules.mk b/platform/broadcom/rules.mk index 46700df119b1..0365c980936d 100755 --- a/platform/broadcom/rules.mk +++ b/platform/broadcom/rules.mk @@ -1,22 +1,30 @@ include $(PLATFORM_PATH)/sai-modules.mk include $(PLATFORM_PATH)/sai.mk -include $(PLATFORM_PATH)/platform-modules-nokia.mk -include $(PLATFORM_PATH)/platform-modules-dell.mk +# TODO: re-enable once the following have been updated for bookworm: +# * Nokia +# * Dell +# * Accton +# * Celestica +# * Juniper +# * Ragile +# * Ufispace +#include $(PLATFORM_PATH)/platform-modules-nokia.mk +#include $(PLATFORM_PATH)/platform-modules-dell.mk include $(PLATFORM_PATH)/platform-modules-arista.mk #include $(PLATFORM_PATH)/platform-modules-ingrasys.mk -include $(PLATFORM_PATH)/platform-modules-accton.mk +#include $(PLATFORM_PATH)/platform-modules-accton.mk include $(PLATFORM_PATH)/platform-modules-alphanetworks.mk #include $(PLATFORM_PATH)/platform-modules-inventec.mk -include $(PLATFORM_PATH)/platform-modules-cel.mk +#include $(PLATFORM_PATH)/platform-modules-cel.mk #include $(PLATFORM_PATH)/platform-modules-delta.mk include $(PLATFORM_PATH)/platform-modules-quanta.mk ##include $(PLATFORM_PATH)/platform-modules-mitac.mk -include $(PLATFORM_PATH)/platform-modules-juniper.mk +#include $(PLATFORM_PATH)/platform-modules-juniper.mk #include $(PLATFORM_PATH)/platform-modules-brcm-xlr-gts.mk #include $(PLATFORM_PATH)/platform-modules-ruijie.mk -include $(PLATFORM_PATH)/platform-modules-ragile.mk +#include $(PLATFORM_PATH)/platform-modules-ragile.mk #include $(PLATFORM_PATH)/platform-modules-tencent.mk -include $(PLATFORM_PATH)/platform-modules-ufispace.mk +#include $(PLATFORM_PATH)/platform-modules-ufispace.mk include $(PLATFORM_PATH)/docker-syncd-brcm.mk include $(PLATFORM_PATH)/docker-syncd-brcm-rpc.mk include $(PLATFORM_PATH)/docker-saiserver-brcm.mk