summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/installer/adt-installer/scripts/data_define
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Fix adt-installer for consistent naming for powerpc and add all arch ↵Jessica Zhang2011-08-311-1/+1
| | | | | | | | 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-1/+1
| | | | | | all arch template for installation Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
* extract bitbake config setting into data_define, use more variables ↵Jessica Zhang2011-05-191-1/+0
| | | | | | replacing hardcoded values Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
* adt: fix ppc/powerpcc naming bugLiping Ke2011-03-141-1/+1
| | | | | | | | | for ipk files on ppc, the name should be powerpc. So does the environment file name. For the tar file name, it should be ppc. This patch is to correct the arch/machine name pair. Related Bug#864 Signed-off-by: Liping ke <liping.ke@intel.com>
* Fixup merge error and apply cleanupsRichard Purdie2011-03-031-1/+1
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* ADT: Bug fix for Suse LinuxLiping Ke2011-03-031-1/+1
| | | | | | | | | | On Suse linux11.2, we found when using sudo, we must add -E opts to preserver some network proxy environment settings. Otherwise, opkg-cl can't access files behind firewall. [bug #785] Also, we need to add absolute path when sourcing files. Fix for [bug #786] Signed-off-by: Liping Ke <liping.ke@intel.com>
* ADT: Fix several bugs for adt installerLiping Ke2011-03-021-1/+1
| | | | | | | | | | 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/+40
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>