local.conf.sample: Delete references

to RESIN_CONNECTABLE* variables

meta-resin 2.14.0 will allow building of one image which by default is unmanaged.
The conversion between managed and unmanaged will be done through the os-config tool
at boot time, based on the existence of resinio configuration parameters in config.json,
so we remove the references to these obsolete variables from here.

Signed-off-by: Florin Sarbu <florin@resin.io>
This commit is contained in:
Florin Sarbu 2018-07-18 17:15:43 +02:00
parent 17cad30c07
commit 210ac50181

View file

@ -3,8 +3,6 @@
#MACHINE ?= "nanopi-neo-air"
# More info meta-resin/README.md
#RESIN_CONNECTABLE ?= "1"
#RESIN_CONNECTABLE_ENABLE_SERVICES ?= "0"
#TARGET_REPOSITORY ?= ""
#TARGET_TAG ?= ""
BALENA_STORAGE = "overlay2"