summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/installer/adt-installer/adt_installer
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/installer/adt-installer/adt_installer')
-rwxr-xr-xmeta/recipes-devtools/installer/adt-installer/adt_installer4
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 d7a40c2479..ea36674d15 100755
--- a/meta/recipes-devtools/installer/adt-installer/adt_installer
+++ b/meta/recipes-devtools/installer/adt-installer/adt_installer
@@ -252,8 +252,8 @@ get_qemu_image()
252 check_result 252 check_result
253 253
254 for image_type in $select_rootfs; do 254 for image_type in $select_rootfs; do
255 #echo_info "[ADT_INST] Downloading rootfs file: poky-image-$image_type-qemu$1.tar.bz2" 255 #echo_info "[ADT_INST] Downloading rootfs file: core-image-$image_type-qemu$1.tar.bz2"
256 filename="poky-image-$image_type-qemu$target.tar.bz2" 256 filename="core-image-$image_type-qemu$target.tar.bz2"
257 download_file qemu$1/$filename 257 download_file qemu$1/$filename
258 check_result 258 check_result
259 done 259 done