From 210ac501818b9fea4d9e5f7a97d24f94ff195de1 Mon Sep 17 00:00:00 2001 From: Florin Sarbu Date: Wed, 18 Jul 2018 17:15:43 +0200 Subject: [PATCH] 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 --- layers/meta-resin-allwinner/conf/samples/local.conf.sample | 2 -- 1 file changed, 2 deletions(-) diff --git a/layers/meta-resin-allwinner/conf/samples/local.conf.sample b/layers/meta-resin-allwinner/conf/samples/local.conf.sample index 2477e2d..4263fb0 100644 --- a/layers/meta-resin-allwinner/conf/samples/local.conf.sample +++ b/layers/meta-resin-allwinner/conf/samples/local.conf.sample @@ -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"