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