Minor fixes

This commit is contained in:
lemoer 2020-05-11 00:09:17 +02:00
parent 2ed939450c
commit 05b6cd9607
2 changed files with 4 additions and 3 deletions

View File

@ -45,6 +45,7 @@ $(eval $(call mkabspath,GLUON_PATCHESDIR))
GLUON_MULTIDOMAIN ?= 0
GLUON_DEBUG ?= 0
GLUON_MINIFY ?= 1
# Can be overridden via environment/command line/... to use the Gluon
# build system for non-Gluon builds
@ -53,7 +54,7 @@ src-link gluon_base ../../package
endef
GLUON_VARS = \
GLUON_RELEASE GLUON_REGION GLUON_MULTIDOMAIN GLUON_DEBUG GLUON_DEPRECATED GLUON_DEVICES \
GLUON_RELEASE GLUON_REGION GLUON_MULTIDOMAIN GLUON_DEBUG GLUON_MINIFY GLUON_DEPRECATED GLUON_DEVICES \
GLUON_TARGETSDIR GLUON_PATCHESDIR GLUON_TMPDIR GLUON_IMAGEDIR GLUON_PACKAGEDIR \
GLUON_SITEDIR GLUON_RELEASE GLUON_BRANCH GLUON_LANGS GLUON_BASE_FEEDS \
GLUON_TARGET BOARD SUBTARGET

View File

@ -213,9 +213,9 @@ GLUON_DEBUG
similar tools. Requires a device or target with at least 16 MB of flash space, e.g. `x86-64`. Unset by default.
GLUON_MINIFY
Setting ``GLUON_MINIFY`` will minify scripts during the build process. This flag is enabled by
Setting ``GLUON_MINIFY=1`` will minify scripts during the build process. This flag is enabled by
default. Disabling this flag is handy if human readable scripts on the devices are desired for
development purposes. Be aware, that this will increase the size of the resulting images and
development purposes. Be aware that this will increase the size of the resulting images and
is therefore not suitable for devices with small flash chips.
GLUON_DEVICES