ccimx93: installer: add helper msg to set image-name
Up until recently, we were only generating dey-image-qt images for the ccimx93-dvk. Now that we are generating dey-image-lvgl images as well, make sure to print the helper message to set image-name when installing said images. Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
parent
7fb5205e73
commit
1d15803ff2
|
|
@ -57,6 +57,8 @@ if test ! -e mmc ${INSTALL_MMCDEV} ${INSTALL_ROOTFS_FILENAME}; then
|
|||
fi
|
||||
fi
|
||||
if test "${install_abort}" = "1"; then
|
||||
echo "To install a different image, set variable 'image-name', e.g.:"
|
||||
echo " => setenv image-name core-image-base"
|
||||
echo "Aborted.";
|
||||
exit;
|
||||
fi
|
||||
|
|
|
|||
|
|
@ -57,6 +57,8 @@ if test ! -e usb ${INSTALL_USBDEV} ${INSTALL_ROOTFS_FILENAME}; then
|
|||
fi
|
||||
fi
|
||||
if test "${install_abort}" = "1"; then
|
||||
echo "To install a different image, set variable 'image-name', e.g.:"
|
||||
echo " => setenv image-name core-image-base"
|
||||
echo "Aborted.";
|
||||
exit;
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in New Issue