aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/lib/devtool/__init__.py
AgeCommit message (Expand)Author
2017-07-21devtool: Setup logging before calling prepareRichard Purdie
2017-07-21recipetool: create: refactor code for ensuring npm is availablePaul Eggleton
2017-06-03devtool: Compare abspath of both B and SOla x Nilsson
2017-04-12devtool: add: fix node.js/npm handling with recipe specific sysrootsPaul Eggleton
2017-03-21devtool: tidy up handling of parse failuresPaul Eggleton
2017-02-07devtool: improve parse failure handlingPaul Eggleton
2016-12-16scripts: remove True option to getVar callsJoshua Lock
2016-12-14devtool / recipetool: use tinfoil parsing APIPaul Eggleton
2016-11-23devtool: fix handling of unicode characters from subprocess stdoutJiajie Hu
2016-10-05devtool: add: build nodejs-native if npm is needed and not availablePaul Eggleton
2016-09-03lib/oe/patch: commit with a dummy user/email when PATCHTOOL=gitPaul Eggleton
2016-08-18devtool/recipetool/meta: Adapt to bitbake API changes for multi-configuration...Richard Purdie
2016-07-12devtool: return specific exit code for incompatible recipesPaul Eggleton
2016-06-02scripts: python3: change python to python3 in shebangEd Bartosh
2016-06-02scripts: Fix encoding errors for python3Ed Bartosh
2016-06-02scripts: Replace basestring -> str for python3Ed Bartosh
2016-06-02scripts: Fix deprecated dict methods for python3Ed Bartosh
2016-01-26devtool: add configure-help subcommandPaul Eggleton
2016-01-11devtool: build: support using BBCLASSEXTENDed namesPaul Eggleton
2016-01-11devtool: reset: support recipes with BBCLASSEXTENDPaul Eggleton
2015-12-22devtool: split out function for naming bbappendPaul Eggleton
2015-12-01devtool: ensure we change back to the original dir on errorPaul Eggleton
2015-10-01devtool: update-recipe: enable var history trackingMarkus Lehtonen
2015-09-29devtool: better support for local source filesMarkus Lehtonen
2015-09-23devtool: second fix for running from a different directoryMarkus Lehtonen
2015-09-22devtool: add: set up fetched source as a git repository by defaultPaul Eggleton
2015-09-22devtool: add: properly handle separate build directoryPaul Eggleton
2015-09-22devtool / lib/oe/recipeutils: ensure we can parse without bbappendsPaul Eggleton
2015-09-22devtool: check that source tree still existsPaul Eggleton
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-07-27devtool: also load plugins from BBPATHChristopher Larson
2015-06-18devtool: deploy: fix preservation of symlinks and permissions/ownershipPaul Eggleton
2015-06-18devtool: use DevtoolError for error handlingMarkus Lehtonen
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: remove unused imports / re-importsMarkus Lehtonen
2015-04-24devtool: force use of bash when running build within extensible SDKPaul Eggleton
2014-12-21scripts/devtool: add development helper toolPaul Eggleton