diff options
-rw-r--r-- | recipes-bsp/imx-bootlets/imx-bootlets_10.12.01.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/imx-bootlets/imx-bootlets_10.12.01.bb b/recipes-bsp/imx-bootlets/imx-bootlets_10.12.01.bb index 6cea049..5161a7c 100644 --- a/recipes-bsp/imx-bootlets/imx-bootlets_10.12.01.bb +++ b/recipes-bsp/imx-bootlets/imx-bootlets_10.12.01.bb | |||
@@ -61,7 +61,7 @@ do_deploy () { | |||
61 | symlink_name="imx-bootlets-`basename $f`-${MACHINE}" | 61 | symlink_name="imx-bootlets-`basename $f`-${MACHINE}" |
62 | 62 | ||
63 | install -m 644 ${S}/$f ${DEPLOY_DIR_IMAGE}/$full_name | 63 | install -m 644 ${S}/$f ${DEPLOY_DIR_IMAGE}/$full_name |
64 | (cd ${DEPLOY_DIR_IMAGE} ; rm -f $symlink_nake ; ln -sf $full_name $symlink_name) | 64 | (cd ${DEPLOY_DIR_IMAGE} ; rm -f $symlink_name ; ln -sf $full_name $symlink_name) |
65 | done | 65 | done |
66 | } | 66 | } |
67 | 67 | ||