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:
Hector Palacios 2025-06-13 10:38:24 +02:00
parent a20aadbeec
commit fc641ce680
1 changed files with 2 additions and 2 deletions

View File

@ -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)}
#