Skip to content

Commit

Permalink
[devices]: enable ingress and ariata devices on barefoot platform
Browse files Browse the repository at this point in the history
  • Loading branch information
lguohan committed Aug 8, 2018
1 parent 6ed0004 commit b115347
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions platform/barefoot/platform-modules-arista.mk
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ $(eval $(call add_extra_package,$(ARISTA_PLATFORM_MODULE),$(ARISTA_PLATFORM_MODU
export ARISTA_PLATFORM_MODULE ARISTA_PLATFORM_MODULE_PYTHON2 ARISTA_PLATFORM_MODULE_PYTHON3 ARISTA_PLATFORM_MODULE_DRIVERS

export ARISTA_SCD_DRIVER_CONFIG=m

SONIC_STRETCH_DEBS += $(ARISTA_PLATFORM_MODULE)
2 changes: 2 additions & 0 deletions platform/barefoot/platform-modules-bfn-montara.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ $(BFN_MONTARA_PLATFORM_MODULE)_SRC_PATH = $(PLATFORM_PATH)/sonic-platform-module
$(BFN_MONTARA_PLATFORM_MODULE)_DEPENDS += $(LINUX_HEADERS) $(LINUX_HEADERS_COMMON)
$(BFN_MONTARA_PLATFORM_MODULE)_PLATFORM = x86_64-accton_wedge100bf_32x-r0
SONIC_DPKG_DEBS += $(BFN_MONTARA_PLATFORM_MODULE)

# SONIC_STRETCH_DEBS += $(BFN_MONTARA_PLATFORM_MODULE)
2 changes: 2 additions & 0 deletions platform/barefoot/platform-modules-ingrasys.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ INGRASYS_S9280_64X_PLATFORM_MODULE = sonic-platform-ingrasys-s9280-64x_$(INGRASY
$(INGRASYS_S9280_64X_PLATFORM_MODULE)_PLATFORM = x86_64-ingrasys_s9280_64x-r0

$(eval $(call add_extra_package,$(INGRASYS_S9180_32X_PLATFORM_MODULE),$(INGRASYS_S9280_64X_PLATFORM_MODULE)))

SONIC_STRETCH_DEBS += $(INGRASYS_S9180_32X_PLATFORM_MODULE)
2 changes: 2 additions & 0 deletions platform/barefoot/platform-modules-wnc-osw1800.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ $(WNC_OSW1800_PLATFORM_MODULE)_SRC_PATH = $(PLATFORM_PATH)/sonic-platform-module
$(WNC_OSW1800_PLATFORM_MODULE)_DEPENDS += $(LINUX_HEADERS) $(LINUX_HEADERS_COMMON)
$(WNC_OSW1800_PLATFORM_MODULE)_PLATFORM = x86_64-wnc_osw1800-r0
SONIC_DPKG_DEBS += $(WNC_OSW1800_PLATFORM_MODULE)

# SONIC_STRETCH_DEBS += $(WNC_OSW1800_PLATFORM_MODULE)

0 comments on commit b115347

Please sign in to comment.