diff options
author | Lianhao Lu <lianhao.lu@intel.com> | 2012-03-07 10:06:47 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-08 12:18:52 -0800 |
commit | 6bd23e0faf329f086bb4885991ce5f5d095dac56 (patch) | |
tree | 4d7b769886355e05507076a2c2a0df86121c601e /meta/recipes-devtools/installer/adt-installer | |
parent | 3f6ed2c850cac41f40aa3f3fe8ae7832668c1e45 (diff) | |
download | poky-6bd23e0faf329f086bb4885991ce5f5d095dac56.tar.gz |
adt-installer: Corrected wrong environment file names.
[YOCTO #2055]
1. Corrected the wrong environment file name for powerpc.
2. Removed unnecessary variables in adt_installer.conf.
(From OE-Core rev: 9c52fe75b7f77feda075e9c5296448dea6ff7922)
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/installer/adt-installer')
-rwxr-xr-x | meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal | 2 |
1 files changed, 2 insertions, 0 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 6201095117..684dc880cf 100755 --- a/meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal +++ b/meta/recipes-devtools/installer/adt-installer/scripts/adt_installer_internal | |||
@@ -175,6 +175,8 @@ check_result | |||
175 | echo_info "Updating environment script with target sysroot location." | 175 | echo_info "Updating environment script with target sysroot location." |
176 | if [ "$1" == "x86" ]; then | 176 | if [ "$1" == "x86" ]; then |
177 | env_filename=`ls $INSTALL_FOLDER/environment-setup-i586*` | 177 | env_filename=`ls $INSTALL_FOLDER/environment-setup-i586*` |
178 | elif [ "$1" == "ppc" ]; then | ||
179 | env_filename=`ls $INSTALL_FOLDER/environment-setup-powerpc*` | ||
178 | else | 180 | else |
179 | env_filename=`ls $INSTALL_FOLDER/environment-setup-$1*` | 181 | env_filename=`ls $INSTALL_FOLDER/environment-setup-$1*` |
180 | fi | 182 | fi |