diff options
Diffstat (limited to 'meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal')
| -rwxr-xr-x | meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal | 6 |
1 files changed, 3 insertions, 3 deletions
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 e1d4e63b18..65b1b54c72 100755 --- a/meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal +++ b/meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal | |||
| @@ -170,7 +170,9 @@ fi | |||
| 170 | 170 | ||
| 171 | echo_info "Installing target sysroot for arch: $1, rootfs type: $target_sysroot_image, location: $target_sysroot" | 171 | echo_info "Installing target sysroot for arch: $1, rootfs type: $target_sysroot_image, location: $target_sysroot" |
| 172 | 172 | ||
| 173 | sysroot_image_name="poky-image-$target_sysroot_image-qemu$1.tar.bz2" | 173 | |
| 174 | qemu_type=`echo "$1" | sed -e 's/x86_64/x86-64/'` | ||
| 175 | sysroot_image_name="poky-image-$target_sysroot_image-qemu$qemu_type.tar.bz2" | ||
| 174 | #echo_info "Extracting rootfs: $sysroot_image_name, using pseudo..." | 176 | #echo_info "Extracting rootfs: $sysroot_image_name, using pseudo..." |
| 175 | 177 | ||
| 176 | scripts/extract_rootfs $sysroot_image_name $target_sysroot $POKY_NATIVE_SYSROOT $user_inst_type | 178 | scripts/extract_rootfs $sysroot_image_name $target_sysroot $POKY_NATIVE_SYSROOT $user_inst_type |
| @@ -179,8 +181,6 @@ check_result | |||
| 179 | echo_info "Updating environment script with target sysroot location." | 181 | echo_info "Updating environment script with target sysroot location." |
| 180 | if [ "$1" == "x86" ]; then | 182 | if [ "$1" == "x86" ]; then |
| 181 | env_filename=`ls $INSTALL_FOLDER/environment-setup-i586*` | 183 | env_filename=`ls $INSTALL_FOLDER/environment-setup-i586*` |
| 182 | elif [ "$1" == "ppc" ]; then | ||
| 183 | env_filename=`ls $INSTALL_FOLDER/environment-setup-powerpc*` | ||
| 184 | else | 184 | else |
| 185 | env_filename=`ls $INSTALL_FOLDER/environment-setup-$1*` | 185 | env_filename=`ls $INSTALL_FOLDER/environment-setup-$1*` |
| 186 | fi | 186 | fi |
