38beca654c
* [docker-platform-monitor] make file and supervisord conf change for new xcvrd deamon * make file change for the new daemon * supervisord conf change for the new daemon signed-off-by Liu Kebo kebol@mellanox.com * make xcvrd start sequence aligned with the supervisord conf * update submodules to include xcvrd modification
6 lines
230 B
Makefile
6 lines
230 B
Makefile
# sonic-xcvrd (SONiC Transceiver monitoring daemon) Debian package
|
|
|
|
SONIC_XCVRD = python-sonic-xcvrd_1.0-1_all.deb
|
|
$(SONIC_XCVRD)_SRC_PATH = $(SRC_PATH)/sonic-platform-daemons/sonic-xcvrd
|
|
SONIC_PYTHON_STDEB_DEBS += $(SONIC_XCVRD)
|