From 0cf0700e678dd35c16c2374ce9275ef8fe8b1ac0 Mon Sep 17 00:00:00 2001 From: Shaun Mulligan Date: Thu, 13 Jul 2017 12:01:47 +0200 Subject: [PATCH] local.conf.sample: add DOCKER_STORAGE conf to enable overlay2 storage driver --- layers/meta-resin-allwinner/conf/samples/local.conf.sample | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/layers/meta-resin-allwinner/conf/samples/local.conf.sample b/layers/meta-resin-allwinner/conf/samples/local.conf.sample index 3db3c3a..ec6001e 100644 --- a/layers/meta-resin-allwinner/conf/samples/local.conf.sample +++ b/layers/meta-resin-allwinner/conf/samples/local.conf.sample @@ -1,12 +1,12 @@ # Supported machines -#MACHINE ?= "orange-pi-one" -#MACHINE ?= "nanopi-neo"" +#MACHINE ?= "orange-pi-lite" # More info meta-resin/README.md #RESIN_CONNECTABLE ?= "1" #RESIN_CONNECTABLE_ENABLE_SERVICES ?= "0" #TARGET_REPOSITORY ?= "" #TARGET_TAG ?= "" +DOCKER_STORAGE = "overlay2" # Set this to 1 if development image is desired #DEVELOPMENT_IMAGE = "1" @@ -59,4 +59,4 @@ BB_DISKMON_DIRS = "\ ABORT,${DL_DIR},100M,1K \ ABORT,${SSTATE_DIR},100M,1K" -CONF_VERSION = "1" +CONF_VERSION = "1" \ No newline at end of file