summaryrefslogtreecommitdiffstats
path: root/scripts/lib/devtool/__init__.py
AgeCommit message (Expand)Author
2024-02-19devtool: Make use of oe.patch.GitApplyTree.commitIgnored()Peter Kjellerstedt
2024-02-02devtool: refactor exec_fakerootAdrian Freihofer
2023-12-01devtool: add support for git submodulesJulien Stephan
2023-12-01devtool: tag all submodulesJulien Stephan
2020-10-17devtool: make sure .git/info exists before writing to .git/info/excludesRoland Hieber
2020-06-04devtool: use -f and don't use --exclude-standard when adding files to workspaceMartin Jansa
2019-05-09meta/lib+scripts: Convert to SPDX license headersRichard Purdie
2019-03-24devtool: prevent starting git gc in backgroundTaras Kondratiuk
2018-02-06devtool: set up git repos so that singletask.lock is ignoredPaul Eggleton
2017-11-11devtool: finish: ensure repository is clean before proceedingPaul Eggleton
2017-11-11devtool: show some warnings for upgrade versionsPaul Eggleton
2017-09-18devtool: ensure recipes devtool is working on are unlocked within the eSDKPaul Eggleton
2017-08-23devtool: import: new plugin to import the devtool workspaceLeonardo Sandoval
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-13devtool: add: fix node.js/npm handling with recipe specific sysrootsPaul Eggleton
2017-03-22devtool: 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-03scripts: 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-28devtool: 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-10-01devtool: better support for local source filesMarkus Lehtonen
2015-09-24devtool: second fix for running from a different directoryMarkus Lehtonen
2015-09-23devtool: add: set up fetched source as a git repository by defaultPaul Eggleton
2015-09-23devtool: add: properly handle separate build directoryPaul Eggleton
2015-09-23devtool / lib/oe/recipeutils: ensure we can parse without bbappendsPaul Eggleton
2015-09-23devtool: 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-20devtool / recipetool: ensure bb.note() gets printedPaul Eggleton
2015-05-16devtool: fix build env command execution error handlingPaul Eggleton