summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/installer/adt-installer/scripts
diff options
context:
space:
mode:
authorLiping Ke <liping.ke@intel.com>2011-03-02 01:24:22 +0800
committerSaul Wold <sgw@linux.intel.com>2011-03-01 07:35:58 -0800
commitcad40f4fa980672fa7cae9e8db1274bcee367acf (patch)
treeefd8b94ee6745ac14d90e695cedce40f42205a8a /meta/recipes-devtools/installer/adt-installer/scripts
parentf3a482b47678819b4a91bb58810c7bc6ef9e6f3e (diff)
downloadast2050-yocto-poky-cad40f4fa980672fa7cae9e8db1274bcee367acf.zip
ast2050-yocto-poky-cad40f4fa980672fa7cae9e8db1274bcee367acf.tar.gz
ADT: Fix several bugs for adt installer
Two bugs are found 1) image download file path is not correct. So even if file is downloaded already, it can't be detected. 2) several images now are renamed, such as sato-dev, sato-sdk, we need to change the name accordingly. Signed-off-by: Liping Ke <liping.ke@intel.com>
Diffstat (limited to 'meta/recipes-devtools/installer/adt-installer/scripts')
-rw-r--r--meta/recipes-devtools/installer/adt-installer/scripts/data_define2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/installer/adt-installer/scripts/data_define b/meta/recipes-devtools/installer/adt-installer/scripts/data_define
index 2895c4f..77f8b38 100644
--- a/meta/recipes-devtools/installer/adt-installer/scripts/data_define
+++ b/meta/recipes-devtools/installer/adt-installer/scripts/data_define
@@ -31,7 +31,7 @@ OPKG_LIBDIR="/var/lib"
# List all supported root fs types and target types,
# it will be used in user configuration validity checking
-YOCTOADT_SUPPORTED_ROOTFS="minimal sato sdk lsb"
+YOCTOADT_SUPPORTED_ROOTFS="minimal minimal-dev sato sato-dev sato-sdk lsb lsb-dev lsb-sdk"
YOCTOADT_SUPPORTED_TARGETS="x86 x86_64 arm powerpc mips"
# Different host (32 bit or 64 bit) will have different opkg
# configuration files
OpenPOWER on IntegriCloud