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, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/installer/adt-installer/adt_installer b/meta/recipes-devtools/installer/adt-installer/adt_installer
index 58728afd63..a6042b9c2d 100755
--- a/meta/recipes-devtools/installer/adt-installer/adt_installer
+++ b/meta/recipes-devtools/installer/adt-installer/adt_installer
@@ -272,6 +272,10 @@ download_images()
272 select_sysroot_image=`eval echo $select_sysroot_image_var` 272 select_sysroot_image=`eval echo $select_sysroot_image_var`
273 select_sysroot=`eval echo $select_sysroot_var` 273 select_sysroot=`eval echo $select_sysroot_var`
274 274
275 if [ -n "$select_sysroot" ]; then
276 select_sysroot=`readlink -m $select_sysroot`
277 fi
278
275 if [ "$select_rootfs" != "" ]; then 279 if [ "$select_rootfs" != "" ]; then
276 if [ $2 ]; then 280 if [ $2 ]; then
277 #echo_info "\n############################################################################" 281 #echo_info "\n############################################################################"