aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/metadata_scm.bbclass
AgeCommit message (Expand)Author
2016-12-16meta: remove True option to getVar callsJoshua Lock
2016-05-11metadata_scm.bbclass: Do not assume ${COREBASE} is a Git repoPeter Kjellerstedt
2015-11-24classes/metadata_scm: fix git errors showing up on non-git repositoriesPaul Eggleton
2015-10-19metadata_scm: rewrite git hash logicRoss Burton
2014-12-03metadata_scm: Fix crash due to uncaught python exceptionMerten Sach
2013-11-22metadata_scm: Avoid crashing on new svn version layoutsRichard Purdie
2013-05-09class/lib: Fix up various file access methodsRichard Purdie
2013-05-09metadata_scm: Replace deprecated operatorRichard Purdie
2012-07-19Convert tab indentation in python functions into four-spaceRichard Purdie
2012-05-30Revert "meta: replace os.popen with subprocess.Popen"Richard Purdie
2012-05-30meta: replace os.popen with subprocess.PopenRobert Yang
2012-03-05meta: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True)Richard Purdie
2011-11-10Convert to use direct access to the data store (instead of bb.data.*Var*())Richard Purdie
2011-05-11metadata_scm.bbclass: Use COREBASE to grok for SCM operationsKhem Raj
2010-10-21metadata_scm: Ensure that if an SCM isn't present, we dont print a revision o...Richard Purdie
2010-06-08metadata_scm.bbclass: Make errors quiet if we're not in a git based scmJoe Sauer
2010-03-19base.bbclass: Split up as per the patch in OE.dev by Chris Larson making code...Richard Purdie