File tree 2 files changed +5
-0
lines changed
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 40
40
# * ENABLE_NATIVE_WRITE: Enable native write/config operations via the gNMI interface.
41
41
# * Default: unset
42
42
# * Values: y
43
+ # * ENABLE_DIALOUT: Enable dialout client in telemetry.
44
+ # * Default: unset
45
+ # * Values: y
43
46
# * SONIC_DPKG_CACHE_METHOD: Specifying method of obtaining the Debian packages from cache: none or cache
44
47
# * SONIC_DPKG_CACHE_SOURCE: Debian package cache location when cache enabled for debian packages
45
48
# * BUILD_LOG_TIMESTAMP: Set timestamp in the build log (simple/none)
@@ -542,6 +545,7 @@ SONIC_BUILD_INSTRUCTION := $(MAKE) \
542
545
SONIC_INCLUDE_MUX=$(INCLUDE_MUX) \
543
546
ENABLE_TRANSLIB_WRITE=$(ENABLE_TRANSLIB_WRITE) \
544
547
ENABLE_NATIVE_WRITE=$(ENABLE_NATIVE_WRITE) \
548
+ ENABLE_DIALOUT=$(ENABLE_DIALOUT) \
545
549
EXTRA_DOCKER_TARGETS=$(EXTRA_DOCKER_TARGETS) \
546
550
BUILD_LOG_TIMESTAMP=$(BUILD_LOG_TIMESTAMP) \
547
551
SONIC_ENABLE_IMAGE_SIGNATURE=$(ENABLE_IMAGE_SIGNATURE) \
Original file line number Diff line number Diff line change @@ -431,6 +431,7 @@ $(info "ENABLE_BOOTCHART : "$(ENABLE_BOOTCHART)")
431
431
$(info "ENABLE_FIPS_FEATURE" : "$(ENABLE_FIPS_FEATURE ) ")
432
432
$(info "ENABLE_TRANSLIB_WRITE" : "$(ENABLE_TRANSLIB_WRITE ) ")
433
433
$(info "ENABLE_NATIVE_WRITE" : "$(ENABLE_NATIVE_WRITE ) ")
434
+ $(info "ENABLE_DIALOUT" : "$(ENABLE_DIALOUT ) ")
434
435
$(info "ENABLE_AUTO_TECH_SUPPORT" : "$(ENABLE_AUTO_TECH_SUPPORT ) ")
435
436
$(info "PDDF_SUPPORT" : "$(PDDF_SUPPORT ) ")
436
437
$(info "MULTIARCH_QEMU_ENVIRON" : "$(MULTIARCH_QEMU_ENVIRON ) ")
You can’t perform that action at this time.
0 commit comments