aboutsummaryrefslogtreecommitdiffstats
path: root/layerindex/update.py
AgeCommit message (Expand)Author
2016-11-07update_layer: fix regressions in missing layer detectionPaul Eggleton
2016-11-07update.py: fix regression handling layers that failed to fetchPaul Eggleton
2016-10-18layerindexer: Add layer recommends supportLiam R. Howlett
2016-10-18layerindex: Detect dependencies from layer.conf filesLiam R. Howlett
2016-09-20update.py: default to python3 without a defined environmentPaul Eggleton
2016-06-12Handle Python 2 and Python 3 branches in the same indexPaul Eggleton
2016-06-12Support (and require) Python 3Paul Eggleton
2016-06-10update.py: allow updating all branches with one commandPaul Eggleton
2016-05-30update.py: refactor into two separate scriptsPaul Eggleton
2016-05-24Display recipe blacklist informationAlex Franco
2015-11-02update.py: fix splitting on _ when getting class inheritancePaul Eggleton
2015-10-07Support for recipe inherits fieldAlex Franco
2015-06-15update.py: minor fixup for last commitPaul Eggleton
2015-06-15update.py: fix memory leaksPaul Eggleton
2014-06-12update.py: fix not clearing recipe files list on reloadPaul Eggleton
2014-06-12update.py: ignore layers within layersPaul Eggleton
2014-05-24update.py: fix layer exists-on-branch checkPaul Eggleton
2014-05-24update.py: use actual branch when getting last revisionPaul Eggleton
2014-04-06Allow layers to have no master branchPaul Eggleton
2013-12-27update.py: fix subdirectory does not exist error messagePaul Eggleton
2013-09-20update.py: add --fullreload optionPaul Eggleton
2013-09-20update.py: fix ability to test updating with --nocheckoutPaul Eggleton
2013-09-20update.py: fix Ctrl+C handling during layer updatePaul Eggleton
2013-09-05update.py: hide DeprecationWarningsPaul Eggleton
2013-09-05update.py: handle if deleted recipe can't be foundPaul Eggleton
2013-09-05Ensure logger is passed into runcmd function or use sys.stderr.writePaul Eggleton
2013-09-05Implement locking for update/bulkchange processPaul Eggleton
2013-09-05Add support for importing OE-Classic recipesPaul Eggleton
2013-08-11update.py: preserve recipe id when updatingPaul Eggleton
2013-07-28Split out recipe parsing and utility functions to a separate modulePaul Eggleton
2013-06-17Add actual_branch field to layerbranchPaul Eggleton
2013-06-17Collect bbappends and bbclasses for each layerPaul Eggleton
2013-06-03Collect BUGTRACKER, PROVIDES and BBCLASSEXTEND for each recipePaul Eggleton
2013-05-22update.py: add --nocheckout optionPaul Eggleton
2013-05-22update.py: handle change to cooker structure in newer BitBakePaul Eggleton
2013-05-08update.py: improve fetch failure handlingPaul Eggleton
2013-05-08update.py: error out with unexpected argumentsPaul Eggleton
2013-03-20update.py: fix scanning for machine filesPaul Eggleton
2013-03-20update.py: improve handling of machine descriptionsPaul Eggleton
2013-03-20update.py: set log level earlierPaul Eggleton
2013-03-20update.py: make failure to parse a recipe an errorPaul Eggleton
2013-03-20update.py: set PN for recipe even if we fail to parse itPaul Eggleton
2013-03-20update.py: ensure TMPDIR gets created before starting parsePaul Eggleton
2013-03-20update.py: explicitly check for existence of conf/layer.confPaul Eggleton
2013-03-20Move fetch dir calculation to modelPaul Eggleton
2013-03-20update.py: create dependency/maintainer records when creating LayerBranchPaul Eggleton
2013-03-20Move repo subdirectory to layerbranchPaul Eggleton
2013-03-06update.py: ensure script can be run from any directoryPaul Eggleton
2013-03-06update.py: avoid writing bitbake.lock/cache to current directoryPaul Eggleton
2013-03-05Add support for handling multiple branchesPaul Eggleton