summaryrefslogtreecommitdiffstats
path: root/meta/classes/metadata_scm.bbclass
Commit message (Expand)AuthorAgeFilesLines
* metadata_scm.bbclass: Do not assume ${COREBASE} is a Git repoPeter Kjellerstedt2016-05-111-3/+2
* classes/metadata_scm: fix git errors showing up on non-git repositoriesPaul Eggleton2015-11-241-10/+10
* metadata_scm: rewrite git hash logicRoss Burton2015-10-191-11/+12
* metadata_scm: Fix crash due to uncaught python exceptionMerten Sach2014-12-031-1/+1
* metadata_scm: Avoid crashing on new svn version layoutsRichard Purdie2013-11-241-1/+3
* class/lib: Fix up various file access methodsRichard Purdie2013-05-091-9/+12
* metadata_scm: Replace deprecated operatorRichard Purdie2013-05-091-2/+2
* Convert tab indentation in python functions into four-spaceRichard Purdie2012-07-191-51/+51
* Revert "meta: replace os.popen with subprocess.Popen"Richard Purdie2012-05-301-5/+7
* meta: replace os.popen with subprocess.PopenRobert Yang2012-05-301-7/+5
* meta: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True)Richard Purdie2012-03-051-1/+1
* Convert to use direct access to the data store (instead of bb.data.*Var*())Richard Purdie2011-11-101-1/+1
* metadata_scm.bbclass: Use COREBASE to grok for SCM operationsKhem Raj2011-05-111-4/+1
* metadata_scm: Ensure that if an SCM isn't present, we dont print a revision o...Richard Purdie2010-10-211-3/+6
* metadata_scm.bbclass: Make errors quiet if we're not in a git based scmJoe Sauer2010-06-081-2/+2
* base.bbclass: Split up as per the patch in OE.dev by Chris Larson making code...Richard Purdie2010-03-191-0/+77