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:
parent
69f4956f7a
commit
caacf056ab
|
|
@ -77,7 +77,7 @@ MACHINE_EXTRA_RRECOMMENDS += " \
|
|||
DEFAULT_IMAGE_NAME ??= "dey-image-qt"
|
||||
|
||||
# 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
|
||||
DEY_SELINUX_POLICY ?= "1"
|
||||
|
|
|
|||
Loading…
Reference in New Issue