[devices]: enable platform modules for various platforms

This commit is contained in:
Guohan Lu 2018-02-12 21:19:11 +00:00
parent f9c57838b1
commit 9801ba9cc9
2 changed files with 12 additions and 6 deletions

View File

@ -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

View File

@ -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