summaryrefslogtreecommitdiffstats
path: root/scripts/lib/devtool/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* devtool: ensure recipes devtool is working on are unlocked within the eSDKPaul Eggleton2017-09-181-0/+40
* devtool: import: new plugin to import the devtool workspaceLeonardo Sandoval2017-08-231-0/+36
* devtool: Setup logging before calling prepareRichard Purdie2017-07-211-1/+1
* recipetool: create: refactor code for ensuring npm is availablePaul Eggleton2017-07-211-31/+0
* devtool: Compare abspath of both B and SOla x Nilsson2017-06-031-1/+1
* devtool: add: fix node.js/npm handling with recipe specific sysrootsPaul Eggleton2017-04-131-11/+14
* devtool: tidy up handling of parse failuresPaul Eggleton2017-03-221-2/+9
* devtool: improve parse failure handlingPaul Eggleton2017-02-071-1/+6
* scripts: remove True option to getVar callsJoshua Lock2016-12-161-4/+4
* devtool / recipetool: use tinfoil parsing APIPaul Eggleton2016-12-141-19/+7
* devtool: fix handling of unicode characters from subprocess stdoutJiajie Hu2016-11-231-2/+3
* devtool: add: build nodejs-native if npm is needed and not availablePaul Eggleton2016-10-051-0/+29
* lib/oe/patch: commit with a dummy user/email when PATCHTOOL=gitPaul Eggleton2016-09-031-2/+5
* devtool/recipetool/meta: Adapt to bitbake API changes for multi-configuration...Richard Purdie2016-08-181-2/+1
* devtool: return specific exit code for incompatible recipesPaul Eggleton2016-07-121-2/+3
* scripts: python3: change python to python3 in shebangEd Bartosh2016-06-031-1/+1
* scripts: Fix encoding errors for python3Ed Bartosh2016-06-021-0/+1
* scripts: Replace basestring -> str for python3Ed Bartosh2016-06-021-1/+1
* scripts: Fix deprecated dict methods for python3Ed Bartosh2016-06-021-1/+1
* devtool: add configure-help subcommandPaul Eggleton2016-01-261-4/+5
* devtool: build: support using BBCLASSEXTENDed namesPaul Eggleton2016-01-111-5/+21
* devtool: reset: support recipes with BBCLASSEXTENDPaul Eggleton2016-01-111-0/+24
* devtool: split out function for naming bbappendPaul Eggleton2015-12-281-0/+15
* devtool: ensure we change back to the original dir on errorPaul Eggleton2015-12-011-12/+14
* devtool: update-recipe: enable var history trackingMarkus Lehtonen2015-10-011-2/+2
* devtool: better support for local source filesMarkus Lehtonen2015-10-011-2/+8
* devtool: second fix for running from a different directoryMarkus Lehtonen2015-09-241-1/+5
* devtool: add: set up fetched source as a git repository by defaultPaul Eggleton2015-09-231-0/+17
* devtool: add: properly handle separate build directoryPaul Eggleton2015-09-231-0/+18
* devtool / lib/oe/recipeutils: ensure we can parse without bbappendsPaul Eggleton2015-09-231-0/+2
* devtool: check that source tree still existsPaul Eggleton2015-09-231-0/+14
* Revert "devtool: make add_md5 a public API"Ed Bartosh2015-08-311-7/+0
* devtool: make 2 functions publicEd Bartosh2015-08-311-0/+27
* devtool: make add_md5 a public APIEd Bartosh2015-08-301-0/+6
* devtool: also load plugins from BBPATHChristopher Larson2015-07-271-2/+2
* devtool: deploy: fix preservation of symlinks and permissions/ownershipPaul Eggleton2015-06-181-0/+16
* devtool: use DevtoolError for error handlingMarkus Lehtonen2015-06-181-0/+6
* devtool / recipetool: ensure bb.note() gets printedPaul Eggleton2015-05-201-1/+1
* devtool: fix build env command execution error handlingPaul Eggleton2015-05-161-2/+7
* devtool: add missing docstringsMarkus Lehtonen2015-05-161-1/+4
* devtool: remove unused imports / re-importsMarkus Lehtonen2015-05-161-1/+0
* devtool: force use of bash when running build within extensible SDKPaul Eggleton2015-04-241-0/+5
* scripts/devtool: add development helper toolPaul Eggleton2014-12-231-0/+78