summaryrefslogtreecommitdiffstats
path: root/scripts/lib/devtool
Commit message (Expand)AuthorAgeFilesLines
...
* devtool: move edit-recipe to a separate modulePaul Eggleton2016-01-262-36/+70
* devtool / recipetool: support specifying a subdirectory within the fetched so...Paul Eggleton2016-01-241-0/+6
* devtool: add sdk-install subcommandPaul Eggleton2016-01-241-1/+62
* devtool: sdk-update: improve SDK update process robustnessPaul Eggleton2016-01-241-34/+84
* devtool: sdk-update: improve temp directory handlingPaul Eggleton2016-01-241-37/+38
* devtool: build: ensure pkgdata is written outPaul Eggleton2016-01-241-5/+11
* classes/populate_sdk_ext: add option to bring in pkgdata for worldPaul Eggleton2016-01-241-3/+3
* populate_sdk_ext: Use new --setscene-only option to bitbake instead of workar...Richard Purdie2016-01-111-1/+1
* devtool: build: support using BBCLASSEXTENDed namesPaul Eggleton2016-01-112-7/+23
* devtool: reset: support recipes with BBCLASSEXTENDPaul Eggleton2016-01-112-2/+35
* devtool: refactor code for getting local recipe filePaul Eggleton2016-01-111-15/+4
* devtool: add: support adding a native variantPaul Eggleton2016-01-111-0/+3
* devtool: reset: do clean for multiple recipes at once with -aPaul Eggleton2016-01-111-11/+14
* devtool: sdk-update: add option to skip preparation stepPaul Eggleton2016-01-111-8/+10
* devtool: sdk-update: fix error checkingPaul Eggleton2016-01-111-7/+6
* devtool: sdk-update: fix metadata update stepPaul Eggleton2016-01-111-2/+2
* devtool: sdk-update: fix not using updateserver config file optionPaul Eggleton2016-01-111-15/+15
* devtool: use cp instead of shutil.copytreeEd Bartosh2015-12-281-1/+4
* devtool: sync: tweak help / messagesPaul Eggleton2015-12-281-5/+5
* devtool: reset: print message about leaving source tree behindPaul Eggleton2015-12-281-0/+11
* devtool: status: list recipe file within workspace if one existsPaul Eggleton2015-12-281-1/+11
* devtool: modify: default source tree pathPaul Eggleton2015-12-281-11/+15
* devtool: add: allow specifying URL as positional argumentPaul Eggleton2015-12-281-15/+37
* devtool: add: figure out recipe name from recipetoolPaul Eggleton2015-12-281-37/+90
* devtool: add: allow source tree to be omittedPaul Eggleton2015-12-281-4/+26
* devtool: update-recipe: use correct method to get bbappend filenamePaul Eggleton2015-12-281-4/+3
* devtool: split out function for naming bbappendPaul Eggleton2015-12-282-13/+20
* devtool: add: tweak help textPaul Eggleton2015-12-281-2/+2
* devtool: edit-recipe: add new subcommandPaul Eggleton2015-12-281-0/+44
* devtool: sdk-update: fix traceback without update server setPaul Eggleton2015-12-281-5/+1
* devtool: extract: update SRCTREECOVEREDTASKS for kernelMarkus Lehtonen2015-12-091-1/+2
* devtool: extract: copy kernel config to srctreeMarkus Lehtonen2015-12-091-0/+8
* lib/oe/recipeutils: refactor patch_recipe_file() to use edit_metadata()Paul Eggleton2015-12-011-26/+4
* devtool: clarify help textPaul Eggleton2015-12-013-20/+15
* devtool: build: enable showing default task in helpPaul Eggleton2015-12-011-2/+4
* devtool: build: use bbappend to set PARALLEL_MAKEPaul Eggleton2015-12-011-19/+26
* devtool: ensure we change back to the original dir on errorPaul Eggleton2015-12-011-12/+14
* devtool: search: print SUMMARY valuePaul Eggleton2015-12-011-35/+42
* devtool: drop unused plugin_init() functionsPaul Eggleton2015-12-014-16/+0
* devtool: package: use DEPLOY_DIR_<pkgtype> to get deploy directoryPaul Eggleton2015-12-011-8/+12
* devtool: disable creating workspace for extract and search subcommandsPaul Eggleton2015-12-012-2/+2
* devtool: upgrade: provide a means to update the source branchPaul Eggleton2015-12-011-2/+30
* devtool: upgrade: fetch remote repository before checking out new revisionPaul Eggleton2015-12-011-0/+1
* devtool: upgrade: remove erroneous error when not renaming recipePaul Eggleton2015-12-011-1/+0
* devtool: upgrade: fix updating PV and SRCREVPaul Eggleton2015-12-011-14/+20
* devtool: upgrade: fix removing other recipes from workspace on resetPaul Eggleton2015-12-011-1/+1
* devtool: include do_patch in SRCTREECOVEREDTASKSTzu-Jung Lee2015-12-011-1/+1
* devtool: add sync commandTzu-Jung Lee2015-11-252-22/+80
* devtool: handle virtual providersPaul Eggleton2015-10-212-9/+27
* devtool: extract: fix error handlingPaul Eggleton2015-10-191-0/+8