[poky] [PATCH 07/59] Change qemu kernel downloading output info to be noverbose

Liping Ke liping.ke at intel.com
Mon Jan 3 15:47:49 PST 2011


Since this image is small, no need to output downloading percentage.

Signed-off-by: Liping Ke <liping.ke at intel.com>
---
 scripts/adt-installer/yocto_installer |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/scripts/adt-installer/yocto_installer b/scripts/adt-installer/yocto_installer
index 39e57fd..b97d70d 100755
--- a/scripts/adt-installer/yocto_installer
+++ b/scripts/adt-installer/yocto_installer
@@ -167,7 +167,7 @@ get_qemu_image()
   fi
 
   echo_info "[ADT_INST] Downloading qemu kernel binary: $qemu_kernel"
-  wget "$YOCTOADT_ROOTFS_LOC/$qemu_kernel" -P $LOCAL_DOWNLOAD 2>&1 | tee -a "$YOCTOADT_INSTALL_LOG_FILE" 
+  wget "$YOCTOADT_ROOTFS_LOC/$qemu_kernel" -P $LOCAL_DOWNLOAD -nv 2>&1 | tee -a "$YOCTOADT_INSTALL_LOG_FILE" 
   check_result
   
   for image_type in $select_rootfs; do
-- 
1.7.0.4




More information about the poky mailing list