From f8defb420be82ede2ca29d26ec0daf3e921235de Mon Sep 17 00:00:00 2001 From: Zubair Lutfullah Kakakhel Date: Mon, 30 Sep 2019 13:02:16 +0100 Subject: [PATCH] local.conf: Change TARGET_TAG to SUPERVISOR_TAG Signed-off-by: Zubair Lutfullah Kakakhel --- layers/meta-balena-allwinner/conf/samples/local.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layers/meta-balena-allwinner/conf/samples/local.conf.sample b/layers/meta-balena-allwinner/conf/samples/local.conf.sample index 4263fb0..1123dcc 100644 --- a/layers/meta-balena-allwinner/conf/samples/local.conf.sample +++ b/layers/meta-balena-allwinner/conf/samples/local.conf.sample @@ -14,7 +14,7 @@ BALENA_STORAGE = "overlay2" #RESINHUP ?= "yes" # Set this to change the supervisor tag used -#TARGET_TAG ?= "master" +#SUPERVISOR_TAG ?= "master" # Compress final raw image #RESIN_RAW_IMG_COMPRESSION ?= "xz"