dey-image: enable DEY_IMAGE_INSTALLER by default
This generates an installer.zip image with all the firmware images, including install scripts for UUU, SD card, and USB. This is helpful to share the artifacts with manufacturing or for deploying to external media such as microSD or USB stick. Signed-off-by: Hector Palacios <hector.palacios@digi.com>
This commit is contained in:
parent
a20aadbeec
commit
fc641ce680
|
|
@ -24,9 +24,9 @@ EXTRA_USERS_PARAMS += "\
|
|||
"
|
||||
|
||||
#
|
||||
# Generate ZIP installer if configured in the project's local.conf
|
||||
# Generate ZIP installer unless disabled in the project's local.conf
|
||||
#
|
||||
DEY_IMAGE_INSTALLER ?= "0"
|
||||
DEY_IMAGE_INSTALLER ?= "1"
|
||||
inherit ${@oe.utils.conditional("DEY_IMAGE_INSTALLER", "1", "dey-image-installer", "", d)}
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in New Issue