01cb7934b0
- build SONIC_STRETCH_DOCKERS in sonic-slave-stretch docker - build image related module in sonic-slave-buster docker. This includes all kernels modules and some packages Signed-off-by: Guohan Lu <lguohan@gmail.com>
14 lines
224 B
Makefile
14 lines
224 B
Makefile
# SONiC ztp package
|
|
#
|
|
|
|
SONIC_ZTP_VERSION = 1.0.0
|
|
|
|
SONIC_ZTP = sonic-ztp_$(SONIC_ZTP_VERSION)_all.deb
|
|
$(SONIC_ZTP)_SRC_PATH = $(SRC_PATH)/sonic-ztp
|
|
SONIC_DPKG_DEBS += $(SONIC_ZTP)
|
|
|
|
export SONIC_ZTP_VERSION
|
|
export SONIC_ZTP
|
|
|
|
|