summaryrefslogtreecommitdiffstats
path: root/scripts/lib/devtool/standard.py
Commit message (Expand)AuthorAgeFilesLines
* devtool: modify command fails to ignore source filesStephano Cetola2016-10-061-1/+7
* devtool: add: build nodejs-native if npm is needed and not availablePaul Eggleton2016-10-051-9/+22
* devtool: add: display a warning for deprecated -f/--fetch optionPaul Eggleton2016-10-051-1/+1
* devtool: add: fix error message when only specifying a recipe namePaul Eggleton2016-10-051-1/+1
* devtool: add: drop superfluous validation for recipe namePaul Eggleton2016-09-201-4/+0
* recipetool: create: support git short form URLsPaul Eggleton2016-09-201-2/+2
* devtool: update-recipe: support files with subdir=Paul Eggleton2016-09-081-2/+36
* scripts: ensure tinfoil is shut down correctlyPaul Eggleton2016-09-031-172/+183
* lib/oe/patch: commit with a dummy user/email when PATCHTOOL=gitPaul Eggleton2016-09-031-8/+11
* devtool: Use the wildcard flag in update_recipe_patchOla x Nilsson2016-08-251-0/+1
* devtool/recipetool/meta: Adapt to bitbake API changes for multi-configuration...Richard Purdie2016-08-181-1/+1
* devtool: add finish subcommandPaul Eggleton2016-07-201-1/+110
* devtool: update-recipe: refactor to allow calling separatelyPaul Eggleton2016-07-201-27/+29
* devtool: reset: refactor to allow calling separatelyPaul Eggleton2016-07-201-17/+23
* devtool: update-recipe: don't copy local files that haven't changedPaul Eggleton2016-07-201-1/+5
* devtool: update-recipe: find and use existing files directoriesPaul Eggleton2016-07-201-4/+14
* recipetool: create: support specifying a file as the local sourcePaul Eggleton2016-07-121-0/+4
* devtool: return specific exit code for incompatible recipesPaul Eggleton2016-07-121-7/+9
* devtool: reset: allow reset to work if the recipe file has been deletedPaul Eggleton2016-07-121-1/+1
* devtool: update-recipe: fix --initial-rev optionPaul Eggleton2016-07-121-8/+5
* devtool: reset: allow specifying multiple recipesPaul Eggleton2016-06-151-4/+5
* scripts: python3: convert iterables to listsEd Bartosh2016-06-031-2/+2
* scripts: Fix deprecated dict methods for python3Ed Bartosh2016-06-021-7/+7
* classes/lib: Update xrange -> range for python3Richard Purdie2016-06-021-2/+2
* classes/lib: Update to explictly create lists where neededRichard Purdie2016-06-021-6/+6
* recipetool / devtool: set a fixed SRCREV by default when fetching from gitPaul Eggleton2016-06-011-0/+3
* devtool: modify: call shutdown on tinfoil when donePaul Eggleton2016-03-311-0/+2
* devtool: add: create git repository if URL specified as positional argumentPaul Eggleton2016-03-251-1/+1
* devtool: add: delete externalsrc files on npm recipe do_installPaul Eggleton2016-03-251-0/+11
* devtool: change config symlink name to .config.newMarkus Lehtonen2016-03-201-2/+2
* recipetool: create: support creation of additional files by pluginsPaul Eggleton2016-03-091-1/+5
* devtool: modify: fix source tree default name when mapping virtualsPaul Eggleton2016-02-281-17/+18
* devtool: add: tweak auto-determining name failure messagePaul Eggleton2016-02-281-1/+1
* devtool: update-recipe: create config fragmentMarkus Lehtonen2016-02-281-1/+55
* devtool: sync: update kernel configMarkus Lehtonen2016-02-281-1/+5
* devtool: modify: tweak help description for behaviour changePaul Eggleton2016-02-211-2/+2
* devtool: categorise and order subcommands in help outputPaul Eggleton2016-02-211-7/+14
* devtool: update-recipe: don't show workspace recipe warning if no updatePaul Eggleton2016-02-211-5/+9
* devtool: reset: fix preserving patches/other files next to recipesPaul Eggleton2016-02-211-4/+4
* devtool: minor fix for error messagePaul Eggleton2016-02-211-1/+1
* devtool: add: fix adding from a local source directoryPaul Eggleton2016-02-111-1/+1
* devtool: modify: make -x the default behaviourPaul Eggleton2016-02-111-6/+8
* devtool: commit for extra tasks that modify source when extractingPaul Eggleton2016-02-111-13/+35
* scripts/devtool: Add getVarFlag expand argumentRichard Purdie2016-02-061-1/+1
* devtool: extract: use the correct datastore for builddirMarkus Lehtonen2016-01-261-1/+1
* devtool: properly handle bb.build.FuncFailed when extracting sourcePaul Eggleton2016-01-261-1/+4
* devtool: add: warn if modified recipe found in attic directoryPaul Eggleton2016-01-261-0/+3
* devtool: move edit-recipe to a separate modulePaul Eggleton2016-01-261-36/+0
* devtool / recipetool: support specifying a subdirectory within the fetched so...Paul Eggleton2016-01-241-0/+6
* devtool: reset: support recipes with BBCLASSEXTENDPaul Eggleton2016-01-111-2/+11