From fc641ce6807e9b994e0dd6421c4b5725ffe4fea0 Mon Sep 17 00:00:00 2001 From: Hector Palacios Date: Fri, 13 Jun 2025 10:38:24 +0200 Subject: [PATCH] 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 --- meta-digi-dey/classes/dey-image.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-digi-dey/classes/dey-image.bbclass b/meta-digi-dey/classes/dey-image.bbclass index 1b44ddb98..ec653c9d9 100644 --- a/meta-digi-dey/classes/dey-image.bbclass +++ b/meta-digi-dey/classes/dey-image.bbclass @@ -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)} #