diff options
Diffstat (limited to 'meta/recipes-devtools/installer/adt-installer/adt_installer')
-rwxr-xr-x | meta/recipes-devtools/installer/adt-installer/adt_installer | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/installer/adt-installer/adt_installer b/meta/recipes-devtools/installer/adt-installer/adt_installer index a150de0525..1f2d039598 100755 --- a/meta/recipes-devtools/installer/adt-installer/adt_installer +++ b/meta/recipes-devtools/installer/adt-installer/adt_installer | |||
@@ -55,7 +55,7 @@ usage () | |||
55 | echo_info "# Your rootfs image(s) and target sysroot selections from adt_installer.conf" | 55 | echo_info "# Your rootfs image(s) and target sysroot selections from adt_installer.conf" |
56 | echo_info "##############################################################################" | 56 | echo_info "##############################################################################" |
57 | prompt=1 | 57 | prompt=1 |
58 | for arch_type in $YOCTOADT_SUPPORTED_TARGETS; do | 58 | for arch_type in $YOCTOADT_TARGETS; do |
59 | download_images $arch_type $prompt | 59 | download_images $arch_type $prompt |
60 | done | 60 | done |
61 | echo_info "############################################################################\n" | 61 | echo_info "############################################################################\n" |
@@ -403,7 +403,7 @@ else | |||
403 | override_oldfile=0 | 403 | override_oldfile=0 |
404 | fi | 404 | fi |
405 | 405 | ||
406 | for arch_type in $YOCTOADT_SUPPORTED_TARGETS; do | 406 | for arch_type in $YOCTOADT_TARGETS; do |
407 | download_images $arch_type | 407 | download_images $arch_type |
408 | done | 408 | done |
409 | 409 | ||