From 8a7459e21da7add9e82869e9ef8a2206bbeed471 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Wed, 8 Jun 2016 16:13:06 -0700 Subject: update.sh: vf: fix typo in message and remove unnecessary echo Signed-off-by: Stefan Agner Acked-by: Max Krummenacher --- recipes/images/files/colibri-vf/update.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'recipes') diff --git a/recipes/images/files/colibri-vf/update.sh b/recipes/images/files/colibri-vf/update.sh index 4e21173..2ea5b73 100755 --- a/recipes/images/files/colibri-vf/update.sh +++ b/recipes/images/files/colibri-vf/update.sh @@ -22,7 +22,7 @@ Flash() echo "'run prepare_ubi'" echo "followed by one of:" echo "'run update_kernel'" - echo "'run update_rootfs'" + echo "'run update_dtb'" echo "'run update_rootfs'" echo "" echo "" @@ -188,7 +188,6 @@ sudo mkdir -p "$OUT_DIR" COPIED=false if test -n "${KERNEL_DEVICETREE}"; then for DTB_FILE in ${KERNEL_DEVICETREE}; do - echo ${BINARIES}/${KERNEL_IMAGETYPE}-${DTB_FILE} if [ -e "${BINARIES}/${KERNEL_IMAGETYPE}-${DTB_FILE}" ]; then sudo cp ${BINARIES}/${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGETYPE}-${DTB_FILE} "$OUT_DIR/${DTB_FILE}" COPIED=true -- cgit v1.2.3