aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/lib/devtool/standard.py
AgeCommit message (Expand)Author
2015-08-19devtool: fix handling of BBCLASSEXTENDed recipesPaul Eggleton
2015-08-19devtool: extract: remove patches subdirectory when S == WORKDIRPaul Eggleton
2015-08-19devtool: extract: prevent externalsrc from interfering with extractionPaul Eggleton
2015-06-26lib/devtool/standard: Fix patch cleanupRichard Purdie
2015-06-18devtool: use DevtoolError for error handlingMarkus Lehtonen
2015-06-18devtool: remove some unused return valuesMarkus Lehtonen
2015-06-18devtool: split out 'patch' update mode into a separate functionMarkus Lehtonen
2015-06-18devtool: split out 'srcrev' update mode into a separate functionMarkus Lehtonen
2015-06-18devtool: slight simplification of path splitting logicMarkus Lehtonen
2015-06-18devtool: simplify few conditionals a bitMarkus Lehtonen
2015-06-18devtool: simplify the logic of determining patches to be removedMarkus Lehtonen
2015-06-18devtool: update-recipe: do rev parsing in a separate functionMarkus Lehtonen
2015-06-18devtool: refactor bb task execution into a separate classMarkus Lehtonen
2015-06-18devtool: fix wrong indentationMarkus Lehtonen
2015-05-19devtool: update-recipe: add option to write changes to bbappendPaul Eggleton
2015-05-19devtool / recipetool: ensure bb.note() gets printedPaul Eggleton
2015-05-15devtool: fix build env command execution error handlingPaul Eggleton
2015-05-15devtool: add missing docstringsMarkus Lehtonen
2015-05-15devtool: rename unused variablesMarkus Lehtonen
2015-05-15devtool: remove unused imports / re-importsMarkus Lehtonen
2015-05-15devtool: extract: remove patches when S=WORKDIRMarkus Lehtonen
2015-05-07devtool: fix for rename of gcc-sourcePaul Eggleton
2015-05-01devtool: add: use the appropriate file naming and versioning for SCM recipesPaul Eggleton
2015-05-01devtool: add: add an option to fetch remote sourcePaul Eggleton
2015-05-01recipetool: ensure git clone is standalone when extractingPaul Eggleton
2015-04-27devtool: update-recipe: check if source tree is a git repositoryPaul Eggleton
2015-04-27devtool: update-recipe: handle unversioned bbappendsPaul Eggleton
2015-04-27devtool: reset: avoid errors in case file no longer existsPaul Eggleton
2015-04-27devtool: add: use correct bbappend file name with -V optionPaul Eggleton
2015-04-27devtool: include bbappends in recipe parsingMarkus Lehtonen
2015-04-27devtool: modify: implement --no-same-dirMarkus Lehtonen
2015-04-27devtool: modify: use B=S if that is the default for the recipeMarkus Lehtonen
2015-04-19devtool: call parse_recipe with correct argumentsMarkus Lehtonen
2015-03-20devtool: modify/extract: prevent usage with incompatible recipesPaul Eggleton
2015-03-20devtool: modify: get correct initial revision from previously extracted sourc...Paul Eggleton
2015-03-20devtool: reset: add ability to reset entire workspacePaul Eggleton
2015-03-20devtool: name command line parsers appropriatelyPaul Eggleton
2015-02-23devtool: fix broken clones of git recipesPaul Eggleton
2015-02-23devtool: support source extraction for recipes that use a shared workdirPaul Eggleton
2015-02-23devtool: modify: handle recipes that use a shared workdirPaul Eggleton
2015-02-23devtool: prevent extract/modify use with image recipesPaul Eggleton
2015-02-23devtool: update-recipe: add handling for git recipesPaul Eggleton
2015-02-23devtool: build: run do_populate_sysroot instead of do_installPaul Eggleton
2015-02-23devtool: reset: run bitbake -c clean on recipePaul Eggleton
2015-02-23devtool: add/modify: add option to build in same directoryPaul Eggleton
2015-02-07devtool: improve command-line helpPaul Eggleton
2014-12-21scripts/devtool: add development helper toolPaul Eggleton