File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 4040# * ENABLE_NATIVE_WRITE: Enable native write/config operations via the gNMI interface.
4141# * Default: unset
4242# * Values: y
43+ # * ENABLE_DIALOUT: Enable dialout client in telemetry.
44+ # * Default: unset
45+ # * Values: y
4346# * SONIC_DPKG_CACHE_METHOD: Specifying method of obtaining the Debian packages from cache: none or cache
4447# * SONIC_DPKG_CACHE_SOURCE: Debian package cache location when cache enabled for debian packages
4548# * BUILD_LOG_TIMESTAMP: Set timestamp in the build log (simple/none)
@@ -552,6 +555,7 @@ SONIC_BUILD_INSTRUCTION := $(MAKE) \
552555 SONIC_INCLUDE_MUX=$(INCLUDE_MUX) \
553556 ENABLE_TRANSLIB_WRITE=$(ENABLE_TRANSLIB_WRITE) \
554557 ENABLE_NATIVE_WRITE=$(ENABLE_NATIVE_WRITE) \
558+ ENABLE_DIALOUT=$(ENABLE_DIALOUT) \
555559 EXTRA_DOCKER_TARGETS=$(EXTRA_DOCKER_TARGETS) \
556560 BUILD_LOG_TIMESTAMP=$(BUILD_LOG_TIMESTAMP) \
557561 SONIC_ENABLE_IMAGE_SIGNATURE=$(ENABLE_IMAGE_SIGNATURE) \
Original file line number Diff line number Diff line change @@ -442,6 +442,7 @@ $(info "ENABLE_BOOTCHART : "$(ENABLE_BOOTCHART)")
442442$(info "INCLUDE_FIPS" : "$(INCLUDE_FIPS ) ")
443443$(info "ENABLE_TRANSLIB_WRITE" : "$(ENABLE_TRANSLIB_WRITE ) ")
444444$(info "ENABLE_NATIVE_WRITE" : "$(ENABLE_NATIVE_WRITE ) ")
445+ $(info "ENABLE_DIALOUT" : "$(ENABLE_DIALOUT ) ")
445446$(info "ENABLE_AUTO_TECH_SUPPORT" : "$(ENABLE_AUTO_TECH_SUPPORT ) ")
446447$(info "PDDF_SUPPORT" : "$(PDDF_SUPPORT ) ")
447448$(info "MULTIARCH_QEMU_ENVIRON" : "$(MULTIARCH_QEMU_ENVIRON ) ")
You can’t perform that action at this time.
0 commit comments