Minor fixes
This commit is contained in:
parent
2ed939450c
commit
05b6cd9607
3
Makefile
3
Makefile
@ -45,6 +45,7 @@ $(eval $(call mkabspath,GLUON_PATCHESDIR))
|
|||||||
|
|
||||||
GLUON_MULTIDOMAIN ?= 0
|
GLUON_MULTIDOMAIN ?= 0
|
||||||
GLUON_DEBUG ?= 0
|
GLUON_DEBUG ?= 0
|
||||||
|
GLUON_MINIFY ?= 1
|
||||||
|
|
||||||
# Can be overridden via environment/command line/... to use the Gluon
|
# Can be overridden via environment/command line/... to use the Gluon
|
||||||
# build system for non-Gluon builds
|
# build system for non-Gluon builds
|
||||||
@ -53,7 +54,7 @@ src-link gluon_base ../../package
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
GLUON_VARS = \
|
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_TARGETSDIR GLUON_PATCHESDIR GLUON_TMPDIR GLUON_IMAGEDIR GLUON_PACKAGEDIR \
|
||||||
GLUON_SITEDIR GLUON_RELEASE GLUON_BRANCH GLUON_LANGS GLUON_BASE_FEEDS \
|
GLUON_SITEDIR GLUON_RELEASE GLUON_BRANCH GLUON_LANGS GLUON_BASE_FEEDS \
|
||||||
GLUON_TARGET BOARD SUBTARGET
|
GLUON_TARGET BOARD SUBTARGET
|
||||||
|
@ -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.
|
similar tools. Requires a device or target with at least 16 MB of flash space, e.g. `x86-64`. Unset by default.
|
||||||
|
|
||||||
GLUON_MINIFY
|
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
|
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.
|
is therefore not suitable for devices with small flash chips.
|
||||||
|
|
||||||
GLUON_DEVICES
|
GLUON_DEVICES
|
||||||
|
Loading…
Reference in New Issue
Block a user