c059d9982a
* [baseimage]: install picocom 3.1 in base image Signed-off-by: Guohan Lu <gulv@microsoft.com> * add picocom to stretch build Signed-off-by: Guohan Lu <gulv@microsoft.com> * fix slave.mk bug Signed-off-by: Guohan Lu <gulv@microsoft.com>
12 lines
222 B
Makefile
12 lines
222 B
Makefile
# picocom packages
|
|
|
|
PICOCOM_VERSION = 3.1-2
|
|
|
|
export PICOCOM_VERSION
|
|
|
|
PICOCOM = picocom_$(PICOCOM_VERSION)_amd64.deb
|
|
$(PICOCOM)_SRC_PATH = $(SRC_PATH)/picocom
|
|
SONIC_MAKE_DEBS += $(PICOCOM)
|
|
|
|
SONIC_STRETCH_DEBS += $(PICOCOM)
|