summaryrefslogtreecommitdiffstats
path: root/scripts/lib/devtool
Commit message (Expand)AuthorAgeFilesLines
* devtool/sdk: Run build-sysroots after installing new thingsRichard Purdie2017-03-011-0/+6
* scripts/lib/devtool/deploy.py: add --port/-P argument for target connectionTim Orling2017-03-011-4/+22
* devtool: upgrade: fix error of import recipeutilsLuck Hoang2017-02-231-0/+4
* devtool: improve parse failure handlingPaul Eggleton2017-02-072-2/+16
* devtool: fix source extraction to work with recipe specific sysrootsPaul Eggleton2017-01-201-1/+15
* meta/scripts: Various getVar/getVarFlag expansion parameter fixesRichard Purdie2017-01-092-2/+2
* devtool: modify: fix usage on the kernelPaul Eggleton2016-12-221-0/+2
* scripts: remove True option to getVar callsJoshua Lock2016-12-1610-67/+67
* devtool: extract: disable basehash mismatch errorsPaul Eggleton2016-12-141-0/+1
* devtool: fix extraction of source to work in memres modePaul Eggleton2016-12-142-69/+55
* classes/patch: move in logic to commit for additional tasksPaul Eggleton2016-12-141-36/+1
* devtool / recipetool: use tinfoil parsing APIPaul Eggleton2016-12-144-22/+10
* devtool: package: don't try to initialise tinfoil twicePaul Eggleton2016-12-141-3/+1
* devtool: fix handling of unicode characters from subprocess stdoutJiajie Hu2016-11-231-2/+3
* devtool: modify: support recipes with only local files as sourcePaul Eggleton2016-11-231-0/+23
* devtool: update-recipe: support replacing remote patchesPaul Eggleton2016-11-231-2/+24
* devtool: update-recipe: fix handling of compressed local patchesPaul Eggleton2016-11-231-18/+37
* devtool: update-recipe: check output before treating it as a stringPaul Eggleton2016-11-231-4/+5
* devtool: add "rename" subcommandPaul Eggleton2016-11-072-1/+203
* devtool: finish: warn if moving recipe to unconfigured destination layerPaul Eggleton2016-11-071-0/+5
* devtool: finish: fix error if destination layer is not in bblayers.confPaul Eggleton2016-11-071-1/+3
* devtool: add: show recipetool create outputPaul Eggleton2016-11-071-2/+3
* devtool: runqemu: work around runqemu script path assumptionPaul Eggleton2016-10-251-1/+6
* devtool: modify command fails to ignore source filesStephano Cetola2016-10-061-1/+7
* devtool: deploy-target: Avoid unnecessary dependency on awk on the targetPeter Kjellerstedt2016-10-051-1/+1
* devtool: add: build nodejs-native if npm is needed and not availablePaul Eggleton2016-10-052-9/+51
* 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-035-344/+369
* lib/oe/patch: commit with a dummy user/email when PATCHTOOL=gitPaul Eggleton2016-09-033-11/+19
* 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