From ec8555f9364521bbd387fc0c87aff26c7eb4859f Mon Sep 17 00:00:00 2001 From: Hector Palacios Date: Mon, 3 Oct 2016 10:59:50 +0200 Subject: [PATCH] ccimx6ulsbc: update install script to match default recipe The default DEY image recipe for ccimx6ulsbc builds dey-image-qt. The graphical backend is determined dynamically. Signed-off-by: Hector Palacios --- .../u-boot-dey-2015.04/ccimx6ulsbc/install_linux_fw_sd.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey-2015.04/ccimx6ulsbc/install_linux_fw_sd.txt b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey-2015.04/ccimx6ulsbc/install_linux_fw_sd.txt index 4f21df3b1..651a69723 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey-2015.04/ccimx6ulsbc/install_linux_fw_sd.txt +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey-2015.04/ccimx6ulsbc/install_linux_fw_sd.txt @@ -21,8 +21,8 @@ fi setenv INSTALL_MMCDEV 0 setenv INSTALL_UBOOT_FILENAME u-boot-ccimx6ulsbc.imx -setenv INSTALL_LINUX_FILENAME core-image-base-ccimx6ulsbc.boot.ubifs -setenv INSTALL_ROOTFS_FILENAME core-image-base-ccimx6ulsbc.ubifs +setenv INSTALL_LINUX_FILENAME dey-image-qt-##GRAPHICAL_BACKEND##-ccimx6ulsbc.boot.ubifs +setenv INSTALL_ROOTFS_FILENAME dey-image-qt-##GRAPHICAL_BACKEND##-ccimx6ulsbc.ubifs # Check for presence of firmware files on the SD card for install_f in ${INSTALL_UBOOT_FILENAME} ${INSTALL_LINUX_FILENAME} ${INSTALL_ROOTFS_FILENAME}; do