d094ceecc2
* Add files for building ledd package; add ledd to docker-platform-monitor; Control platform monitor docker using supervisord * Add sonic-platform-daemons submodule * Rename ledd.mk -> sonic-ledd.mk * Add led_control.py plugin for x86_64-arista_7050_qx32 platform * Rename Dockerfile -> Dockerfile.j2 * Fix build * Remove blank line
6 lines
225 B
Makefile
6 lines
225 B
Makefile
# sonic-ledd (SONiC Front-panel LED control daemon) Debian package
|
|
|
|
SONIC_LEDD = python-sonic-ledd_1.0-1_all.deb
|
|
$(SONIC_LEDD)_SRC_PATH = $(SRC_PATH)/sonic-platform-daemons/sonic-ledd
|
|
SONIC_PYTHON_STDEB_DEBS += $(SONIC_LEDD)
|