8eab0e02df
* [202012][platform/barefoot] (#8543) Why I did it Pcied running by python 2. How I did it dropped python2 support and add python3 support for pcied in file docker-pmon.supervisord.conf.j2 How to verify it docker exec pmon supervisorctl status * [Netberg][nba715] Initial support for Netberg Aurora 715 switch Signed-off-by: Andrew Sapronov <andrew.sapronov@gmail.com> Co-authored-by: Kostiantyn Yarovyi <kostiantynx.yarovyi@intel.com>
22 lines
784 B
Makefile
Executable File
22 lines
784 B
Makefile
Executable File
include $(PLATFORM_PATH)/invm-sai.mk
|
|
include $(PLATFORM_PATH)/platform-modules-cel.mk
|
|
include $(PLATFORM_PATH)/platform-modules-delta.mk
|
|
include $(PLATFORM_PATH)/platform-modules-netberg.mk
|
|
include $(PLATFORM_PATH)/docker-syncd-invm.mk
|
|
include $(PLATFORM_PATH)/docker-syncd-invm-rpc.mk
|
|
include $(PLATFORM_PATH)/one-image.mk
|
|
include $(PLATFORM_PATH)/libsaithrift-dev.mk
|
|
include $(PLATFORM_PATH)/python-saithrift.mk
|
|
|
|
SONIC_ALL += $(SONIC_INVM_ONE_IMAGE) \
|
|
$(DOCKER_FPM) \
|
|
$(DOCKER_PTF_INVM) \
|
|
$(DOCKER_SYNCD_INVM_RPC)
|
|
|
|
# Inject invm sai into syncd
|
|
$(SYNCD)_DEPENDS += $(INVM_HSAI) $(INVM_LIBSAI) $(LIBSAITHRIFT_DEV_INVM)
|
|
$(SYNCD)_UNINSTALLS += $(INVM_HSAI)
|
|
|
|
# Runtime dependency on invm sai is set only for syncd
|
|
$(SYNCD)_RDEPENDS += $(INVM_HSAI)
|