Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2011-11-10 | Convert to use direct access to the data store (instead of bb.data.*Var*()) | Richard Purdie | 1 | |
This is the result of running the following over the metadata: sed \ -e 's:bb.data.\(setVar([^,()]*,[^,()]*\), *\([^ )]*\) *):\2.\1):g' \ -e 's:bb.data.\(setVarFlag([^,()]*,[^,()]*,[^,()]*\), *\([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(getVar([^,()]*\), *\([^(), ]*\) *,\([^)]*\)):\2.\1,\3):g' \ -e 's:bb.data.\(getVarFlag([^,()]*,[^,()]*\), *\([^(), ]*\) *,\([^)]*\)):\2.\1,\3):g' \ -e 's:bb.data.\(getVarFlag([^,()]*,[^,()]*\), *\([^() ]*\) *):\2.\1):g' \ -e 's:bb.data.\(getVar([^,()]*\), *\([^) ]*\) *):\2.\1):g' \ -i `grep -ril bb.data *` Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> | ||||
2011-05-11 | metadata_scm.bbclass: Use COREBASE to grok for SCM operations | Khem Raj | 1 | |
Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
2010-10-21 | metadata_scm: Ensure that if an SCM isn't present, we dont print a revision ↵ | Richard Purdie | 1 | |
of 'fatal:' as it looks bad Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2010-06-08 | metadata_scm.bbclass: Make errors quiet if we're not in a git based scm | Joe Sauer | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2010-03-19 | base.bbclass: Split up as per the patch in OE.dev by Chris Larson making ↵ | Richard Purdie | 1 | |
code more readable and modularised Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> |