aboutsummaryrefslogtreecommitdiffstats
path: root/layerindex/update.py
AgeCommit message (Expand)Author
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
2013-02-26Use top commit for subdirectory instead of repository in update scriptPaul Eggleton
2013-02-26Handle updating of inc files/classes within same layerPaul Eggleton
2013-02-26Don't stop parsing layer on fatal error in update scriptPaul Eggleton
2013-02-25Fix update script to handle layers which include/inherit files from other layersPaul Eggleton
2013-02-24Collect machine information from layersPaul Eggleton
2013-02-24Add ability to update specific layers by namePaul Eggleton
2013-02-24Fix update script to handle includes from other directoriesPaul Eggleton
2013-02-24Don't fail with an error due to unset LICENSEPaul Eggleton
2013-02-18Clear default value of DESCRIPTION before parsing recipesPaul Eggleton
2013-02-18Clear default value of HOMEPAGE before parsing recipesPaul Eggleton
2013-02-13Initial commit of layerindex-webPaul Eggleton