summaryrefslogtreecommitdiffstats
path: root/scripts/lib/devtool
Commit message (Expand)AuthorAgeFilesLines
* devtool: build-image: delete bbappend at end of buildPaul Eggleton2015-09-231-30/+23
* devtool: build-image: improve image recipe handlingPaul Eggleton2015-09-231-3/+23
* devtool: build-image: tell user where to find output filesPaul Eggleton2015-09-231-5/+9
* devtool: build-image: fix recipe/package terminologyPaul Eggleton2015-09-231-21/+24
* devtool: add: move important "recipe created" message to the endPaul Eggleton2015-09-231-1/+2
* devtool: add: set up fetched source as a git repository by defaultPaul Eggleton2015-09-232-7/+23
* devtool: better handling for recipes that don't unpack sourcePaul Eggleton2015-09-231-3/+5
* devtool: fix extracting source for work-shared recipesPaul Eggleton2015-09-231-1/+1
* devtool: show proper error when extracting source for recipes with disabled u...Paul Eggleton2015-09-231-0/+4
* devtool: add: properly handle separate build directoryPaul Eggleton2015-09-233-32/+36
* devtool / lib/oe/recipeutils: ensure we can parse without bbappendsPaul Eggleton2015-09-231-0/+2
* devtool: add: ensure --color=never turns off recipetool colour outputPaul Eggleton2015-09-231-1/+1
* devtool: check that source tree still existsPaul Eggleton2015-09-235-19/+25
* classes/populate_sdk_ext: drop work-config.incPaul Eggleton2015-09-231-1/+1
* devtool: update-recipe: get srcuri parameters with decodeurl()Markus Lehtonen2015-09-121-5/+2
* devtool: make plugin_init optionalEd Bartosh2015-09-123-14/+0
* devtool: add package plugin that lets you create package via devtoolBrendan Le Foll2015-09-091-0/+61
* devtool: update-recipe: add a warning when recipe is inside the workspacePaul Eggleton2015-09-091-0/+4
* devtool: update-recipe: better 'auto' modeMarkus Lehtonen2015-09-091-7/+27
* devtool: Allow disabling make parallelism on build commandLeonardo Sandoval2015-09-091-3/+30
* devtool: Create a single file for the build devtool featureLeonardo Sandoval2015-09-092-22/+50
* devtool: add upgrade featureLeonardo Sandoval2015-09-092-1/+357
* devtool: improve modified file preservation to handle directory structuresPaul Eggleton2015-09-091-9/+21
* devtool: modify: enable do_shared_workdir for kernelMarkus Lehtonen2015-09-091-1/+1
* devtool: add mechanism for updating extensible SDKQi.Chen@windriver.com2015-09-091-0/+197
* devtool: run kernel dependenciesMarkus Lehtonen2015-09-041-3/+23
* devtool: extract: correct initial rev for kernel packagesMarkus Lehtonen2015-09-041-17/+16
* devtool: make required tasks be run in kernel buildMarkus Lehtonen2015-09-041-0/+2
* devtool: build-image: add commentsEd Bartosh2015-08-311-0/+2
* devtool: build-image: remove <image>.bbappendEd Bartosh2015-08-311-0/+5
* devtool: build-image: add extra loggingEd Bartosh2015-08-311-0/+6
* devtool: build-image: generate notification callbackEd Bartosh2015-08-311-0/+9
* devtool: build-image: filter out recipesEd Bartosh2015-08-311-4/+21
* devtool: build-image: improve help and descriptionEd Bartosh2015-08-311-4/+6
* devtool: build-image: rename LOG -> loggerEd Bartosh2015-08-311-2/+2
* Revert "devtool: make add_md5 a public API"Ed Bartosh2015-08-312-11/+11
* devtool: make 2 functions publicEd Bartosh2015-08-312-32/+31
* devtool: build-image: stop using add_md5Ed Bartosh2015-08-311-3/+1
* devtool: implement build-image pluginEd Bartosh2015-08-301-0/+56
* devtool: make add_md5 a public APIEd Bartosh2015-08-302-10/+10
* lib/oe/recipeutils: avoid parsing in get_var_files()Paul Eggleton2015-08-191-2/+2
* devtool: fix handling of BBCLASSEXTENDed recipesPaul Eggleton2015-08-191-8/+12
* devtool: extract: remove patches subdirectory when S == WORKDIRPaul Eggleton2015-08-191-2/+1
* devtool: extract: prevent externalsrc from interfering with extractionPaul Eggleton2015-08-191-0/+2
* devtool: also load plugins from BBPATHChristopher Larson2015-07-271-2/+2
* lib/devtool/standard: Fix patch cleanupRichard Purdie2015-06-261-1/+2
* devtool: deploy: fix preservation of symlinks and permissions/ownershipPaul Eggleton2015-06-182-3/+23
* devtool: use DevtoolError for error handlingMarkus Lehtonen2015-06-183-99/+92
* devtool: remove some unused return valuesMarkus Lehtonen2015-06-181-3/+0
* devtool: split out 'patch' update mode into a separate functionMarkus Lehtonen2015-06-181-114/+122