File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3232# * Default: yes
3333# * Values: yes, no
3434# * KERNEL_PROCURE_METHOD: Specifying method of obtaining kernel Debian package: download or build
35- # * SONIC_TELEMETRY_WRITABLE : Enable write/config operations via the gNMI interface.
35+ # * TELEMETRY_WRITABLE : Enable write/config operations via the gNMI interface.
3636# * Default: unset
3737# * Values: y
3838# * SONIC_DPKG_CACHE_METHOD: Specifying method of obtaining the Debian packages from cache: none or cache
@@ -203,7 +203,7 @@ SONIC_BUILD_INSTRUCTION := make \
203203 HTTPS_PROXY=$(https_proxy) \
204204 SONIC_ENABLE_SYSTEM_TELEMETRY=$(ENABLE_SYSTEM_TELEMETRY) \
205205 SONIC_ENABLE_RESTAPI=$(ENABLE_RESTAPI) \
206- SONIC_TELEMETRY_WRITABLE =$(SONIC_TELEMETRY_WRITABLE ) \
206+ TELEMETRY_WRITABLE =$(TELEMETRY_WRITABLE ) \
207207 EXTRA_DOCKER_TARGETS=$(EXTRA_DOCKER_TARGETS) \
208208 BUILD_LOG_TIMESTAMP=$(BUILD_LOG_TIMESTAMP) \
209209 SONIC_ENABLE_IMAGE_SIGNATURE=$(ENABLE_IMAGE_SIGNATURE) \
Original file line number Diff line number Diff line change @@ -131,9 +131,9 @@ ENABLE_RESTAPI = n
131131# ENABLE_NAT - build docker-sonic-nat for nat support
132132ENABLE_NAT = y
133133
134- # SONIC_TELEMETRY_WRITABLE - Enable write/config operations via the gNMI interface.
134+ # TELEMETRY_WRITABLE - Enable write/config operations via the gNMI interface.
135135# Uncomment to enable:
136- # SONIC_TELEMETRY_WRITABLE = y
136+ # TELEMETRY_WRITABLE = y
137137# INSTALL_KUBERNETES - if set to y kubernetes packages are installed to be able to
138138# run as worker node in kubernetes cluster.
139139INSTALL_KUBERNETES = n
Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ $(info "BLDENV" : "$(BLDENV)")
230230$(info "VS_PREPARE_MEM" : "$(VS_PREPARE_MEM ) ")
231231$(info "ENABLE_SFLOW" : "$(ENABLE_SFLOW ) ")
232232$(info "ENABLE_NAT" : "$(ENABLE_NAT ) ")
233- $(info "SONIC_TELEMETRY_WRITABLE " : "$(SONIC_TELEMETRY_WRITABLE ) ")
233+ $(info "TELEMETRY_WRITABLE " : "$(TELEMETRY_WRITABLE ) ")
234234$(info )
235235
236236include Makefile.cache
You can’t perform that action at this time.
0 commit comments