aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/lib/devtool/standard.py
AgeCommit message (Expand)Author
2015-10-03devtool: update-recipe: avoid updating patches that have not changedPaul Eggleton
2015-10-01devtool: modify: use correct local files directory nameMarkus Lehtonen
2015-10-01devtool: update-recipe: enable var history trackingMarkus Lehtonen
2015-09-29devtool: modify: make bitbake use local files from srctreeMarkus Lehtonen
2015-09-29devtool: better support for local source filesMarkus Lehtonen
2015-09-29devtool: file mover function that creates target dirMarkus Lehtonen
2015-09-29devtool: update_recipe: refactor patch generationMarkus Lehtonen
2015-09-29devtool: update-recipe: add new patches in correct orderMarkus Lehtonen
2015-09-23devtool: second fix for running from a different directoryMarkus Lehtonen
2015-09-22devtool / recipetool: add handling for binary-only packagesPaul Eggleton
2015-09-22devtool: add: move important "recipe created" message to the endPaul Eggleton
2015-09-22devtool: add: set up fetched source as a git repository by defaultPaul Eggleton
2015-09-22devtool: better handling for recipes that don't unpack sourcePaul Eggleton
2015-09-22devtool: fix extracting source for work-shared recipesPaul Eggleton
2015-09-22devtool: show proper error when extracting source for recipes with disabled u...Paul Eggleton
2015-09-22devtool: add: properly handle separate build directoryPaul Eggleton
2015-09-22devtool: add: ensure --color=never turns off recipetool colour outputPaul Eggleton
2015-09-22devtool: check that source tree still existsPaul Eggleton
2015-09-12devtool: update-recipe: get srcuri parameters with decodeurl()Markus Lehtonen
2015-09-12devtool: make plugin_init optionalEd Bartosh
2015-09-09devtool: update-recipe: add a warning when recipe is inside the workspacePaul Eggleton
2015-09-09devtool: update-recipe: better 'auto' modeMarkus Lehtonen
2015-09-09devtool: Create a single file for the build devtool featureLeonardo Sandoval
2015-09-09devtool: add upgrade featureLeonardo Sandoval
2015-09-09devtool: improve modified file preservation to handle directory structuresPaul Eggleton
2015-09-09devtool: modify: enable do_shared_workdir for kernelMarkus Lehtonen
2015-09-03devtool: run kernel dependenciesMarkus Lehtonen
2015-09-03devtool: extract: correct initial rev for kernel packagesMarkus Lehtonen
2015-09-03devtool: make required tasks be run in kernel buildMarkus Lehtonen
2015-08-31Revert "devtool: make add_md5 a public API"Ed Bartosh
2015-08-31devtool: make 2 functions publicEd Bartosh
2015-08-30devtool: make add_md5 a public APIEd Bartosh
2015-08-19lib/oe/recipeutils: avoid parsing in get_var_files()Paul Eggleton
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