digi-defaults: add crank image to the list of graphical images

This fixes a failure in the firmware installation script when trying to
program crank images:

./install_linux_fw_uuu.sh -i dey-image-crank

[ERROR] Could not find file 'dey-image-crank-ccimx6ulsbc.boot.ubifs'
[ERROR] Could not find file 'dey-image-crank-ccimx6ulsbc.recovery.ubifs'
[ERROR] Could not find file 'dey-image-crank-ccimx6ulsbc.ubifs'

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2022-09-05 18:05:07 +02:00
parent 69f4956f7a
commit caacf056ab
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ MACHINE_EXTRA_RRECOMMENDS += " \
DEFAULT_IMAGE_NAME ??= "dey-image-qt" DEFAULT_IMAGE_NAME ??= "dey-image-qt"
# List of graphical images names (for install scripts) # List of graphical images names (for install scripts)
GRAPHICAL_IMAGES ?= "dey-image-qt dey-image-webkit" GRAPHICAL_IMAGES ?= "dey-image-crank dey-image-qt dey-image-webkit"
# Include DEY SELinux policy modifications by default # Include DEY SELinux policy modifications by default
DEY_SELINUX_POLICY ?= "1" DEY_SELINUX_POLICY ?= "1"