summaryrefslogtreecommitdiffstats
path: root/scripts/lib/devtool
Commit message (Expand)AuthorAgeFilesLines
* devtool: build_image: Fix recipe filterOla x Nilsson2016-08-251-1/+1
* 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-183-4/+3
* devtool: add finish subcommandPaul Eggleton2016-07-201-1/+110
* devtool: upgrade: record original recipe filesPaul Eggleton2016-07-201-6/+10
* 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-122-9/+12
* 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: change python to python3 in shebangEd Bartosh2016-06-031-1/+1
* scripts: python3: convert iterables to listsEd Bartosh2016-06-032-3/+3
* scripts: Fix encoding errors for python3Ed Bartosh2016-06-021-0/+1
* scripts: Replace basestring -> str for python3Ed Bartosh2016-06-021-1/+1
* scripts: Fix deprecated dict methods for python3Ed Bartosh2016-06-023-9/+9
* 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: upgrade: clarify help text for --srcrev optionPaul Eggleton2016-05-251-1/+1
* devtool: upgrade: tweak conflict handlingPaul Eggleton2016-05-251-3/+9
* devtool: upgrade: handle upgrading recipes with a versioned inc filePaul Eggleton2016-05-251-0/+8
* devtool: sdk-update: drop support for local updatesPaul Eggleton2016-05-211-112/+76
* devtool: Fix build-sdk when pn doesn't match filenameRandy Witt2016-05-111-5/+19
* devtool: sdk-update: fix handling of UNINATIVE_CHECKSUM changesPaul Eggleton2016-04-191-0/+26
* devtool: sdk-update: reset git metadata on updateStephano Cetola2016-04-181-2/+8
* devtool: upgrade: handle recipes where source is not first entry in SRC_URIPaul Eggleton2016-04-151-1/+9
* 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: configure-help: fix error if do_configure not already runPaul Eggleton2016-03-251-1/+1
* devtool: sdk-install: add option to allow building from sourcePaul Eggleton2016-03-251-1/+20
* 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: add build-sdk subcommandPaul Eggleton2016-03-072-22/+122
* devtool: build-image: rename modulePaul Eggleton2016-03-071-0/+0
* sdk.py: Fix undefined variableJuro Bystricky2016-03-031-0/+1
* devtool: upgrade: print new recipe namePaul Eggleton2016-02-281-0/+1
* devtool: upgrade: drop PR on upgradePaul Eggleton2016-02-281-3/+4
* devtool: upgrade: eliminate unnecessary datastore copyPaul Eggleton2016-02-281-4/+3
* devtool: upgrade: fix several issues with extraction of new sourcePaul Eggleton2016-02-281-2/+12
* devtool: upgrade: fix constructing new branch from tarball releasesPaul Eggleton2016-02-281-1/+1
* devtool: upgrade: fix renaming of recipe if PV is not in namePaul Eggleton2016-02-281-11/+11
* devtool: upgrade: fix moving version-specific files directoryPaul Eggleton2016-02-281-1/+1
* devtool: upgrade: fix version argument checkingPaul Eggleton2016-02-281-2/+7
* devtool: upgrade: drop superfluous call to validate_pnPaul Eggleton2016-02-281-5/+0
* devtool: upgrade: make source tree path optionalPaul Eggleton2016-02-281-7/+15