summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/installer/adt-installer/adt_installer.conf
Commit message (Collapse)AuthorAgeFilesLines
* adt-installer: Fixed ppc kernel naming.Lianhao Lu2012-04-101-10/+10
| | | | | | | | | | | 1. Fixed the ppc kernel naming. 2. Disabled opkg shared library to avoid runtime opkg-cl launching error. 3. Adjusted the variable sequence in adt-installer.conf Fixed bug [YOCTO #2233] Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
* Fix the issue that adt-installer tar ball is not regenerated if sstate is ↵Jessica Zhang2012-02-011-1/+1
| | | | | | on, and other minor bug fixes Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
* Fix powerpc term and provide more template for different archesJessica Zhang2011-08-311-1/+14
| | | | | Signed-off-by: Jessica Zhang <jessica.zhang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Revert "Fix adt-installer for consistent naming for powerpc and add all arch ↵Jessica Zhang2011-08-311-15/+2
| | | | | | | | template for installation" This reverts commit ae4ad20edbb6ea023155f7ae2b00871d479e370d. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* [YOCTO #1396] Fix adt-installer for consistent naming for powerpc and add ↵Jessica Zhang2011-08-261-2/+15
| | | | | | all arch template for installation Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
* Add adt repo checkingJessica Zhang2011-05-191-1/+1
| | | | Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
* extract bitbake config setting into data_define, use more variables ↵Jessica Zhang2011-05-191-1/+1
| | | | | | replacing hardcoded values Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
* ADT: Fix several bugs for adt installerLiping Ke2011-03-021-4/+4
| | | | | | | | | | 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>
* adt-installer: change to adopt the adt public repo directory layoutJessica Zhang2011-02-081-1/+1
| | | | Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
* adt-intaller feature implementation, including the bitbake recipe file for ↵Liping Ke2011-01-121-0/+52
creating the intaller tar file under /tmp/deploy/sdk, and the adt-installer script files and config files, set the reference to adt repo entry empty before it's setup Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>