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 <hector.palacios@digi.com>
This commit is contained in:
parent
aea7e88db6
commit
ec8555f936
|
|
@ -21,8 +21,8 @@ fi
|
||||||
|
|
||||||
setenv INSTALL_MMCDEV 0
|
setenv INSTALL_MMCDEV 0
|
||||||
setenv INSTALL_UBOOT_FILENAME u-boot-ccimx6ulsbc.imx
|
setenv INSTALL_UBOOT_FILENAME u-boot-ccimx6ulsbc.imx
|
||||||
setenv INSTALL_LINUX_FILENAME core-image-base-ccimx6ulsbc.boot.ubifs
|
setenv INSTALL_LINUX_FILENAME dey-image-qt-##GRAPHICAL_BACKEND##-ccimx6ulsbc.boot.ubifs
|
||||||
setenv INSTALL_ROOTFS_FILENAME core-image-base-ccimx6ulsbc.ubifs
|
setenv INSTALL_ROOTFS_FILENAME dey-image-qt-##GRAPHICAL_BACKEND##-ccimx6ulsbc.ubifs
|
||||||
|
|
||||||
# Check for presence of firmware files on the SD card
|
# Check for presence of firmware files on the SD card
|
||||||
for install_f in ${INSTALL_UBOOT_FILENAME} ${INSTALL_LINUX_FILENAME} ${INSTALL_ROOTFS_FILENAME}; do
|
for install_f in ${INSTALL_UBOOT_FILENAME} ${INSTALL_LINUX_FILENAME} ${INSTALL_ROOTFS_FILENAME}; do
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue