From 4413dcf2d1b6a57a8d3a9d1d38baa5b2d615c196 Mon Sep 17 00:00:00 2001 From: Zubair Lutfullah Kakakhel Date: Mon, 30 Sep 2019 13:02:16 +0100 Subject: [PATCH 1/2] balena-yocto-scripts: Update balena-yocto-scripts v1.3.8 Changelog-entry: Update balena-yocto-scripts to v1.3.8 Signed-off-by: Zubair Lutfullah Kakakhel --- balena-yocto-scripts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/balena-yocto-scripts b/balena-yocto-scripts index 692ad5a..6bc9acc 160000 --- a/balena-yocto-scripts +++ b/balena-yocto-scripts @@ -1 +1 @@ -Subproject commit 692ad5aae1a549e1befa24327ff2de5334454b98 +Subproject commit 6bc9accf5b13e99a47909703153063b7af2c8c12 From f8defb420be82ede2ca29d26ec0daf3e921235de Mon Sep 17 00:00:00 2001 From: Zubair Lutfullah Kakakhel Date: Mon, 30 Sep 2019 13:02:16 +0100 Subject: [PATCH 2/2] 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"