summaryrefslogtreecommitdiffstats
path: root/scripts/lib/devtool/standard.py
Commit message (Expand)AuthorAgeFilesLines
* devtool: standard: Expand SRCREV before using it in _update_recipe_srcrevPeter Kjellerstedt2017-10-161-1/+1
* devtool: ensure recipes devtool is working on are unlocked within the eSDKPaul Eggleton2017-09-181-8/+10
* devtool: rework source extraction so that dependencies are handledPaul Eggleton2017-09-181-146/+63
* devtool/standard: set a preferred provider when adding a new recipe with devtoolJuan M Cruz Alcaraz2017-09-131-0/+42
* devtool: status: Sort entries before printingOla x Nilsson2017-09-111-1/+1
* devtool: add: add explicit srcrev/branch optionsPaul Eggleton2017-08-311-2/+15
* devtool: update-recipe: ensure patches get deleted in srcrev modePaul Eggleton2017-08-311-1/+2
* devtool: append md5sum only if not already presentLeonardo Sandoval2017-08-231-2/+5
* devtool: fix handling of errors during task executionPaul Eggleton2017-08-091-0/+10
* devtool: standard: enable options for PREMIRRORS and MIRRORSChang Rebecca Swee Fun2017-07-211-0/+3
* recipetool: create: refactor code for ensuring npm is availablePaul Eggleton2017-07-211-26/+8
* devtool: extract: refactor kern-tools-native handlingPaul Eggleton2017-07-211-32/+5
* devtool/standard: Fix lock in _prep_extract_operationAníbal Limón2017-06-121-0/+1
* devtool/standard.py: Enable perf to be buildableSaul Wold2017-05-251-1/+4
* devtool: extract: drop erroneous bb.event.TaskStartedPaul Eggleton2017-04-141-1/+0
* devtool: extract: fix handling of failed tasksPaul Eggleton2017-04-141-0/+3
* devtool: modify: add --keep-temp option for debuggingPaul Eggleton2017-04-141-1/+2
* devtool: add: prevent repeatedly running recipetoolPaul Eggleton2017-04-131-0/+4
* devtool: add: fix node.js/npm handling with recipe specific sysrootsPaul Eggleton2017-04-131-1/+1
* devtool: open kconfig fragment in binary modeStephano Cetola2017-03-281-1/+1
* devtool/recipetill: npm install of devDependenciesAnders Darander2017-03-221-0/+3
* devtool: improve parse failure handlingPaul Eggleton2017-02-071-1/+10
* devtool: fix source extraction to work with recipe specific sysrootsPaul Eggleton2017-01-201-1/+15
* devtool: modify: fix usage on the kernelPaul Eggleton2016-12-221-0/+2
* scripts: remove True option to getVar callsJoshua Lock2016-12-161-29/+29
* devtool: extract: disable basehash mismatch errorsPaul Eggleton2016-12-141-0/+1
* devtool: fix extraction of source to work in memres modePaul Eggleton2016-12-141-68/+54
* classes/patch: move in logic to commit for additional tasksPaul Eggleton2016-12-141-36/+1
* devtool / recipetool: use tinfoil parsing APIPaul Eggleton2016-12-141-1/+1
* 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-071-0/+202
* 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: 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