From 9801ba9cc93216d1e31a42fca5d16d7b3038e6fe Mon Sep 17 00:00:00 2001 From: Guohan Lu Date: Mon, 12 Feb 2018 21:19:11 +0000 Subject: [PATCH] [devices]: enable platform modules for various platforms --- README.md | 8 +++++++- platform/broadcom/rules.mk | 10 +++++----- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index dc359d2b56..12aafefa44 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,13 @@ The SONiC installer contains all docker images needed. SONiC uses one image for For Broadcom ASIC, we build ONIE and EOS image. EOS image is used for Arista devices, ONIE image is used for all other Broadcom ASIC based devices. make configure PLATFORM=broadcom - BLDENV=stretch make target/debs/linux-headers-4.9.0-3-common_4.9.30-2+deb9u5_all.deb + BLDENV=stretch make target/debs/linux-headers-4.9.0-3-common_4.9.30-2+deb9u5_all.deb \ + target/debs/sonic-platform-quanta-ix1b-32x_1.0_amd64.deb \ + target/debs/platform-modules-d7032q28b_1.1.0_amd64.deb \ + target/debs/sonic-platform-accton-as7712-32x_1.1_amd64.deb \ + target/debs/sonic-platform-ingrasys-s9100_1.1.0_amd64.deb \ + target/debs/platform-modules-z9100_1.1_amd64.deb \ + target/debs/platform-modules-s6000_1.0_amd64.deb # build ONIE image make target/sonic-broadcom.bin diff --git a/platform/broadcom/rules.mk b/platform/broadcom/rules.mk index 680b03afdf..9b19410086 100755 --- a/platform/broadcom/rules.mk +++ b/platform/broadcom/rules.mk @@ -1,14 +1,14 @@ include $(PLATFORM_PATH)/sdk.mk include $(PLATFORM_PATH)/sai.mk include $(PLATFORM_PATH)/platform-modules-s6000.mk -#include $(PLATFORM_PATH)/platform-modules-dell.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-inventec.mk +include $(PLATFORM_PATH)/platform-modules-ingrasys.mk +include $(PLATFORM_PATH)/platform-modules-accton.mk +include $(PLATFORM_PATH)/platform-modules-inventec.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-quanta.mk #include $(PLATFORM_PATH)/platform-modules-mitac.mk include $(PLATFORM_PATH)/docker-orchagent-brcm.mk include $(PLATFORM_PATH)/docker-syncd-brcm.mk