diff options
3 files changed, 15 insertions, 15 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 | ||
diff --git a/meta/recipes-devtools/installer/adt-installer/adt_installer.conf b/meta/recipes-devtools/installer/adt-installer/adt_installer.conf index 9329a8d199..867fbd107b 100644 --- a/meta/recipes-devtools/installer/adt-installer/adt_installer.conf +++ b/meta/recipes-devtools/installer/adt-installer/adt_installer.conf | |||
| @@ -58,18 +58,18 @@ YOCTOADT_TARGET_MACHINE_x86="qemux86" | |||
| 58 | YOCTOADT_TARGET_SYSROOT_LOC_x86="$HOME/test-yocto/$YOCTOADT_TARGET_MACHINE_x86" | 58 | YOCTOADT_TARGET_SYSROOT_LOC_x86="$HOME/test-yocto/$YOCTOADT_TARGET_MACHINE_x86" |
| 59 | 59 | ||
| 60 | #Here's some template of other arches, which you need to change the value in "" | 60 | #Here's some template of other arches, which you need to change the value in "" |
| 61 | #YOCTOADT_ROOTFS_x86_64="sato-sdk" | 61 | YOCTOADT_ROOTFS_x86_64="sato-sdk" |
| 62 | #YOCTOADT_TARGET_SYSROOT_IMAGE_x86_64="sato-sdk" | 62 | YOCTOADT_TARGET_SYSROOT_IMAGE_x86_64="sato-sdk" |
| 63 | #YOCTOADT_TARGET_MACHINE_x86_64="qemux86-64" | 63 | YOCTOADT_TARGET_MACHINE_x86_64="qemux86-64" |
| 64 | #YOCTOADT_TARGET_SYSROOT_LOC_x86_64="$HOME/test-yocto/$YOCTOADT_TARGET_MACHINE_x86_64" | 64 | YOCTOADT_TARGET_SYSROOT_LOC_x86_64="$HOME/test-yocto/$YOCTOADT_TARGET_MACHINE_x86_64" |
| 65 | 65 | ||
| 66 | #YOCTOADT_ROOTFS_ppc="sato-sdk" | 66 | YOCTOADT_ROOTFS_ppc="sato-sdk" |
| 67 | #YOCTOADT_TARGET_SYSROOT_IMAGE_ppc="sato-sdk" | 67 | YOCTOADT_TARGET_SYSROOT_IMAGE_ppc="sato-sdk" |
| 68 | #YOCTOADT_TARGET_MACHINE_ppc="qemuppc" | 68 | YOCTOADT_TARGET_MACHINE_ppc="qemuppc" |
| 69 | #YOCTOADT_TARGET_SYSROOT_LOC_ppc="$HOME/test-yocto/$YOCTOADT_TARGET_MACHINE_ppc" | 69 | YOCTOADT_TARGET_SYSROOT_LOC_ppc="$HOME/test-yocto/$YOCTOADT_TARGET_MACHINE_ppc" |
| 70 | 70 | ||
| 71 | #YOCTOADT_ROOTFS_mips="sato-sdk" | 71 | YOCTOADT_ROOTFS_mips="sato-sdk" |
| 72 | #YOCTOADT_TARGET_SYSROOT_IMAGE_mips="sato-sdk" | 72 | YOCTOADT_TARGET_SYSROOT_IMAGE_mips="sato-sdk" |
| 73 | #YOCTOADT_TARGET_MACHINE_mips="qemumips" | 73 | YOCTOADT_TARGET_MACHINE_mips="qemumips" |
| 74 | #YOCTOADT_TARGET_SYSROOT_LOC_mips="$HOME/test-yocto/$YOCTOADT_TARGET_MACHINE_mips" | 74 | YOCTOADT_TARGET_SYSROOT_LOC_mips="$HOME/test-yocto/$YOCTOADT_TARGET_MACHINE_mips" |
| 75 | 75 | ||
diff --git a/meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal b/meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal index 2eb13a9044..2fef7b0eed 100755 --- a/meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal +++ b/meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal | |||
| @@ -292,7 +292,7 @@ user_inst_type=$1 | |||
| 292 | install_native_sdk $user_inst_type | 292 | install_native_sdk $user_inst_type |
| 293 | check_result | 293 | check_result |
| 294 | 294 | ||
| 295 | for arch_type in $YOCTOADT_SUPPORTED_TARGETS; do | 295 | for arch_type in $YOCTOADT_TARGETS; do |
| 296 | install_target $arch_type | 296 | install_target $arch_type |
| 297 | check_result | 297 | check_result |
| 298 | done | 298 | done |
