summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/parse/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* bitbake: lib: Drop inotify support and replace with mtime checksRichard Purdie2023-09-181-0/+8
* bitbake: parse: Add support for addpylib conf file directive and BB_GLOBAL_PY...Richard Purdie2022-12-081-2/+2
* bitbake: parse: Ensure any existing siggen is closed down firstRichard Purdie2022-04-031-0/+2
* bitbake: logging: Make bitbake logger compatible with python loggerJoshua Watt2021-02-101-1/+1
* bitbake: bitbake: Drop duplicate license boilerplace textRichard Purdie2019-05-041-13/+1
* bitbake: bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie2019-05-041-0/+2
* bitbake: bitbake: parse: fixes for resolve_file()Robert Yang2018-02-141-1/+2
* bitbake: cooker: Improve inotify overflow handlingRichard Purdie2017-08-131-0/+4
* bitbake: bitbake: remove True option to getVar callsJoshua Lock2016-11-301-1/+1
* bitbake: parse: Don't try to expand __base_depends/__dependsRichard Purdie2015-11-161-2/+2
* bitbake: lib/bb/parse: properly handle OSError when updating mtime cachePaul Eggleton2015-08-191-1/+6
* bitbake: bb.parse: properly error out on filesystem errorsChristopher Larson2015-08-011-3/+4
* bitbake: bitbake: Add explict getVar param for (non) expansionRichard Purdie2015-06-231-2/+2
* bitbake: cooker/cache/parse: Implement pyinofity based reconfigureRichard Purdie2015-01-141-0/+5
* bitbake: event: Add SkipRecipe event to replace SkipPackageRichard Purdie2014-06-011-2/+5
* bitbake: parse: Improve file inheritance loggingRichard Purdie2014-05-111-1/+0
* bitbake: parse: make vars_from_file return None for non-recipesPaul Eggleton2014-02-171-1/+1
* bitbake: parse/ConfHander/BBHandler/utils: Fix cache dependency bugsRichard Purdie2013-11-301-4/+15
* bitbake: parse: Return IOError when including file with absolute pathMartin Jansa2013-08-261-0/+3
* bitbake: bitbake: data_smart.py and friends: Track file inclusions for bitbak...Peter Seebach2013-01-181-1/+2
* bitbake: parse/cache/cooker: Preserve order in the file inclusion listRichard Purdie2012-11-201-4/+3
* bitbake: Added BBINCLUDED variable.Lianhao Lu2012-02-281-0/+9
* bitbake: add file and line number to ParseErrorPaul Eggleton2012-02-231-2/+13
* bitbake: Update users of getVar/setVar to use the data store functions directlyRichard Purdie2011-11-271-3/+3
* parse: Use constants from stat instead of magic numbersBernhard Reutner-Fischer2011-01-041-3/+4
* bitbake: Sync a load of whitespace and other non-functionality changes with b...Richard Purdie2011-01-041-4/+3
* parse: use bb.utils.whichChris Larson2011-01-041-1/+1
* Switch bitbake internals to use logging directly rather than bb.msgChris Larson2011-01-041-2/+7
* bitbake/siggen: Ensure full signature data is not held unless needed, reducin...Richard Purdie2010-09-291-2/+2
* bitbake: Implement signaturesRichard Purdie2010-09-031-0/+4
* cache: use a set() for __dependsBernhard Reutner-Fischer2010-07-021-2/+2
* Make the file not found error actually useable.Chris Larson2010-07-021-3/+5
* Apply some 2to3 transforms that don't cause issues in 2.6Chris Larson2010-07-021-2/+2
* Drop __all__ usageChris Larson2010-07-021-2/+0
* Stop using functions via 'bb' that were moved from there to other modulesChris Larson2010-07-021-1/+2
* bitbake: [parse] Use bb.which in resolve_fileChris Larson2010-02-151-7/+3
* bitbake: [parser] Make resolve_file only resolve the pathHolger Freyther2010-02-151-12/+6
* bitbake: [parser] Remove the "data" from feeder, evaluate after parsing a fileHolger Freyther2010-02-151-6/+2
* bitbake: [parse] Move vars_from_file from bb.parse.BBHandler into bb.parse.Chris Larson2010-02-151-0/+20
* bitbake: [parse] Don't use relative import of parse_py.Chris Larson2010-02-151-1/+1
* bitbake: [parser] Cary a Statement Node through the parsingHolger Freyther2010-02-151-2/+6
* bitbake: [parse] Unify opening a file...Holger Freyther2010-02-101-0/+19
* bitbake parse/__init_.py: Add missing update_mtime function fixing bitbake sh...Richard Purdie2008-09-161-0/+4
* bitbake: Sync with upstream. Richard Purdie2007-01-081-16/+18
* bitbake: Upgrade from 1.4 -> 1.7.4ishRichard Purdie2006-11-161-3/+8
* Update to bitbake 1.4.2 (latest stable branch release). This includes the cac...Richard Purdie2006-05-091-3/+3
* Update bitbake to latest bitbake svnRichard Purdie2006-02-101-3/+6
* Initial populationRichard Purdie2005-08-311-0/+70