aboutsummaryrefslogtreecommitdiffstats
path: root/modules
AgeCommit message (Expand)Author
2022-07-19emailhandler: correctly send binary attachmentsAlexander Kanavin
2022-03-01error.py: initialize stdout/stderr to empty stringsAlexander Kanavin
2022-01-18devtool: Verify that stderr is not None typeMarek Vasut
2022-01-02devtool: return both stdout and stderrAlexander Kanavin
2021-12-23bitbake: consider both stdout and stderr when checking or logging outputAlexander Kanavin
2020-09-15buildhistory: do not error on version-going-backwardsAlexander Kanavin
2020-09-15buildhistory: simplify the handling ofAlexander Kanavin
2020-08-16modules: statistics: handle recipes without maintainersQuentin Schulz
2020-06-30emailhandler: actually send messages to cc_list as wellAlexander Kanavin
2020-03-28modules/steps: do not report an error when machine/host is blacklisted by recipeAlexander
2019-10-22add SPDX Licence identifierYann CARDAILLAC
2019-05-17steps.py: set up AUH workdir before calling bitbake to get envAlexander Kanavin
2018-03-21When 'devtool upgrade' fails to rebase patches, stop and report a failureAlexander Kanavin
2017-12-21testimage.py: collect and write out logs from bitbake and testimageAlexander Kanavin
2017-12-21testimage.py: rewrite the logic for building and running testimagesAlexander Kanavin
2017-12-21testimage.py: remove all iterations (over machines, over failing recipes)Alexander Kanavin
2017-12-21testimage.py: run even if no packages were upgradedAlexander Kanavin
2017-12-21testimage.py: clarify what arguments are passed to class constructorAlexander Kanavin
2017-12-19Add support for compiling against non-default C librariesAlexander Kanavin
2017-12-15modules/steps.py: fix warn when skip compilationRobert Yang
2017-12-14upgradehelper.py: revert commits that failed to buildAlexander Kanavin
2017-12-14upgradehelper.py: add all changes before committing themAlexander Kanavin
2017-12-14testimage.py: add extra logging for the testimage logs retrievalAlexander Kanavin
2017-12-14testimage.py: do not call into removed codeAlexander Kanavin
2017-12-14utils/git.py: print current dir when git failsAlexander Kanavin
2017-12-14modules/recipe: removeAlexander Kanavin
2017-12-14testimage.py: do not manipulate branchesAlexander Kanavin
2017-12-14buildhistory.py: replace cleanall with cleansstateAlexander Kanavin
2017-12-14Add devtool support for upgrading recipesAlexander Kanavin
2017-04-27recipe/base.py: Disable do_package error handlingAníbal Limón
2016-11-02recipes/base: Avoid infinite recursion in do_package failure handleAníbal Limón
2016-06-30testimage.py: When patch fail to apply add ability to abort git amv1.0Aníbal Limón
2016-06-30modules/testimage.py: Delete unused variable error_msg.Aníbal Limón
2016-06-20Small fixes to use with Python3.Aníbal Limón
2016-01-13steps.py: Adds {pack,unpack}_original_workdir.Aníbal Limón
2016-01-13buildhistory.py: Add the ability for generate full and simple output.Aníbal Limón
2015-12-16testimage.py: Improve IntegrationError handling.Aníbal Limón
2015-12-16testimage: Don't handle IntegrationError as recipe upgrade ErrorAníbal Limón
2015-12-16testimage.py: When an IntegrationError occurs remove sstate and tmpAníbal Limón
2015-12-14upgradehelper.py: Don't remove patches if fails to applyAníbal Limón
2015-12-14utils/bitbake.py: Preserve runs in error log.Aníbal Limón
2015-12-11testimage: Move run code from upgradehelper to testimageAníbal Limón
2015-12-08recipe/base.py: Fix variable name in append_new_files.Aníbal Limón
2015-12-07recipe/base.py: Add args and kwargs to modify_recipe_files decorator.Aníbal Limón
2015-12-07recipe/git.py: Add missing imports.Aníbal Limón
2015-12-07testimage.py: TestImage class _get_failed_recipe returns first matchAníbal Limón
2015-12-01testimage: Add handling of IntegrationErrorAníbal Limón
2015-12-01testimage/ptest: Add require of ptest-pkgs in EXTRA_IMAGE_FEATURES.Aníbal Limón
2015-12-01upgradehelper.py: Add support for specify what image test.Aníbal Limón
2015-12-01recipe/git.py: Add missing import of re module.Aníbal Limón