diff options
-rw-r--r-- | meta/classes-recipe/kernel-fit-image.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes-recipe/kernel-fit-image.bbclass b/meta/classes-recipe/kernel-fit-image.bbclass index 39845997ed..fd4c6a30fe 100644 --- a/meta/classes-recipe/kernel-fit-image.bbclass +++ b/meta/classes-recipe/kernel-fit-image.bbclass | |||
@@ -173,7 +173,7 @@ do_deploy() { | |||
173 | fi | 173 | fi |
174 | 174 | ||
175 | if [ -n "${INITRAMFS_IMAGE}" ]; then | 175 | if [ -n "${INITRAMFS_IMAGE}" ]; then |
176 | ln -snf fit-image-its "$deploy_dir/fitImage-its-${INITRAMFS_IMAGE_NAME}-${KERNEL_FIT_NAME}.its" | 176 | ln -snf fit-image.its "$deploy_dir/fitImage-its-${INITRAMFS_IMAGE_NAME}-${KERNEL_FIT_NAME}.its" |
177 | if [ -n "${KERNEL_FIT_LINK_NAME}" ]; then | 177 | if [ -n "${KERNEL_FIT_LINK_NAME}" ]; then |
178 | ln -snf fit-image.its "$deploy_dir/fitImage-its-${INITRAMFS_IMAGE_NAME}-${KERNEL_FIT_LINK_NAME}" | 178 | ln -snf fit-image.its "$deploy_dir/fitImage-its-${INITRAMFS_IMAGE_NAME}-${KERNEL_FIT_LINK_NAME}" |
179 | fi | 179 | fi |