Skip to content

Commit

Permalink
[devices]: enable platform modules for various platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
lguohan committed Feb 13, 2018
1 parent a3e1883 commit 675d6f1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,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

Expand Down
10 changes: 5 additions & 5 deletions platform/broadcom/rules.mk
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 675d6f1

Please sign in to comment.