summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Collapse)Author
2013-08-05Fix url for eclipse-poky-keplerJessica Zhang
Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
2013-07-31not build utils as featureJessica Zhang
Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
2013-07-16Update build to support Kepler and code refactor for remote util plug-inJessica Zhang
Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
2013-02-08Fixed the DOC_GIT hard coded issueJessica Zhang
Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
2013-02-08scripts/build.sh: Add documentation generation to the default buildTimo Mueller
When building the plugin the matching documentation is automatically generated and added to the user.doc plugin prior to the plugin build. Signed-off-by: Timo Mueller <timo.mueller@bmw-carit.de>
2013-02-08scripts/generate-doc.sh: Copy generated eclipse help into the user.doc pluginTimo Mueller
After successful generation the eclipse help files and the table of contents of each manual are copied to the user.doc plugin. Signed-off-by: Timo Mueller <timo.mueller@bmw-carit.de>
2013-02-08scripts/generate-doc.sh: Add script to handle eclipse help generationTimo Mueller
This script will checkout the yocto-docs project containing the official yocto documentation. After successful checkout the eclipse help is generated and the about.html file of the doc.user plugin is created. Signed-off-by: Timo Mueller <timo.mueller@bmw-carit.de>
2013-02-08scripts/build.sh: Added yocto.doc feature to buildTimo Mueller
Signed-off-by: Timo Mueller <timo.mueller@bmw-carit.de>
2013-01-31scripts/build.sh: Fixed determination of repository path for local buildsTimo Mueller
The path to the local repository is assumed to be one level above the scripts folder. Signed-off-by: Timo Mueller <timo.mueller@bmw-carit.de>
2013-01-22scripts/build.sh: Fixed local build to use the correct repository pathTimo Mueller
Signed-off-by: Timo Mueller <timo.mueller@bmw-carit.de>
2012-12-11script/build.sh: Added option to enable building from local repository.Timo Mueller
If the script is called with the -l option the local git repository is used instead of the upstream repository. Signed-off-by: Timo Mueller <timo.mueller@bmw-carit.de>
2012-12-11scripts/build.sh: Added help option to the cmdlineTimo Mueller
Calling the build script with the -h option will now show the usage. The cmdline parsing can be extended to add new options in the future. Signed-off-by: Timo Mueller <timo.mueller@bmw-carit.de>
2012-12-11scripts/build.sh: Added function to use the local repository for buildingTimo Mueller
If USE_LOCAL_GIT_REPO is set to 1 the build scripts uses the local repository of the eclipse poky project for building instead of the upstream project. The local repository is derived from the location for the build script. Signed-off-by: Timo Mueller <timo.mueller@bmw-carit.de>
2012-12-04Do not build BC archiveJessica Zhang
Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
2012-12-03Switch ADT and BC build orderJessica Zhang
Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
2012-12-03Clean up category and feature descriptionsJessica Zhang
Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
2012-11-30split Yocto Project Bitbake Commander to a different featureJessica Zhang
Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
2012-09-19setup.py: Use Yocto mirror of eclipse juno repoElizabeth Flanagan
The main eclipse download site has been hard to connect to for many users. This sets up the main setup script to use a mirror of the eclipse sdk tarballs and a mirror of the update site. Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com>
2012-07-06scripts/find-version: Added script to find local installed plugin.Lianhao Lu
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2012-06-28scripts/setup.sh: Refactor for 4.2(Juno) release.Lianhao Lu
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2012-06-25scripts: Remove bashism.Lianhao Lu
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2012-03-30script/setup.sh: Using Eclipse 3.7.2 for headless build.Lianhao Lu
1. Rewrite the setup.sh to allow update_feature_remote support version [min, max). 2. Upgrade to Eclipse 3.7.2 for headless build 3. Do not install unnecessary features. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2012-03-26Fix the build error to force using specified version and release date due to ↵Jessica Zhang
Eclipse releases likely to break the backward compatibility, we have to depends on specific plugin versions Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
2012-03-23Correct build errors caused by latest Eclipse release changesJessica Zhang
Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
2011-11-28add needed TMF installationJessica Zhang
Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
2011-07-12scripts/setup.sh: Change for indigo.Lianhao Lu
1. Changed for Indigo building. 2. Replaced the deprecated update manager command line application with p2 director application. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2011-05-27build.sh: Adding tag support to build.sh.Beth Flanagan
This is needed for the autobuilder. Eventually, build.sh needs a re-write as it does a git checkout of code it already has. For now though, this will get me through rc2 without a plugin failure. Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com>
2010-08-09Included site.xml in the headless built archive zip.Lianhao Lu
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2010-08-06Added readme.txt & remove local temporary copy tweak.Lianhao Lu
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2010-08-06Added scripts for auto builder & category definition for archive build.Lianhao Lu
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>