index
:
linux/poky.git
1.1_M1
1.1_M2
1.1_M3
1.1_M4
1.2_M1
1.2_M2
1.2_M3
1.2_M4
1.3_M1
1.3_M2
1.3_M3
1.3_M4
1.3_M5
1.3_beta
1.4_M1
1.4_M3
1.4_M4
1.4_M5
1.6_M5
bernard
blinky
clyde
daisy
daisy-140929
daisy-enea
daisy-enea-231026
danny
danny-next
denzil
dizzy
dizzy-enea
dora
dora-toaster
dunfell
dunfell-next
dylan
edison
elroy
enea_linux_3
fido
gatesgarth
gatesgarth-next
genericarm64
green
halstead/hashclient
hardknott
hardknott-next
honister
jethro
kirkstone
kirkstone-next
krogoth
krogoth-enea
krogoth-next
langdale
laverne
master
master-next
master-next2
master-test
master-uninative
mickledore
mickledore-next
morty
morty-next
nanbield
pinky
purple
pyro
pyro-enea
pyro-next
pyro-nfvaccess
python3
rocko
rocko-next
scarthgap
styhead
sumo
sumo-next
thud
thud-next
walnascar
walnascar-next
warrior
warrior-next
zeus
zeus-next
zeus-next2
Mirror of git.yoctoproject.org/poky
N/A
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bitbake
/
lib
/
bb
/
parse
/
__init__.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bitbake: parse: Improve/fix cache invalidation via mtime
Richard Purdie
2024-05-16
1
-4
/
+8
*
bitbake: lib: Drop inotify support and replace with mtime checks
Richard Purdie
2023-09-18
1
-0
/
+8
*
bitbake: parse: Add support for addpylib conf file directive and BB_GLOBAL_PY...
Richard Purdie
2022-12-08
1
-2
/
+2
*
bitbake: parse: Ensure any existing siggen is closed down first
Richard Purdie
2022-04-03
1
-0
/
+2
*
bitbake: logging: Make bitbake logger compatible with python logger
Joshua Watt
2021-02-10
1
-1
/
+1
*
bitbake: bitbake: Drop duplicate license boilerplace text
Richard Purdie
2019-05-04
1
-13
/
+1
*
bitbake: bitbake: Add initial pass of SPDX license headers to source code
Richard Purdie
2019-05-04
1
-0
/
+2
*
bitbake: bitbake: parse: fixes for resolve_file()
Robert Yang
2018-02-14
1
-1
/
+2
*
bitbake: cooker: Improve inotify overflow handling
Richard Purdie
2017-08-13
1
-0
/
+4
*
bitbake: bitbake: remove True option to getVar calls
Joshua Lock
2016-11-30
1
-1
/
+1
*
bitbake: parse: Don't try to expand __base_depends/__depends
Richard Purdie
2015-11-16
1
-2
/
+2
*
bitbake: lib/bb/parse: properly handle OSError when updating mtime cache
Paul Eggleton
2015-08-19
1
-1
/
+6
*
bitbake: bb.parse: properly error out on filesystem errors
Christopher Larson
2015-08-01
1
-3
/
+4
*
bitbake: bitbake: Add explict getVar param for (non) expansion
Richard Purdie
2015-06-23
1
-2
/
+2
*
bitbake: cooker/cache/parse: Implement pyinofity based reconfigure
Richard Purdie
2015-01-14
1
-0
/
+5
*
bitbake: event: Add SkipRecipe event to replace SkipPackage
Richard Purdie
2014-06-01
1
-2
/
+5
*
bitbake: parse: Improve file inheritance logging
Richard Purdie
2014-05-11
1
-1
/
+0
*
bitbake: parse: make vars_from_file return None for non-recipes
Paul Eggleton
2014-02-17
1
-1
/
+1
*
bitbake: parse/ConfHander/BBHandler/utils: Fix cache dependency bugs
Richard Purdie
2013-11-30
1
-4
/
+15
*
bitbake: parse: Return IOError when including file with absolute path
Martin Jansa
2013-08-26
1
-0
/
+3
*
bitbake: bitbake: data_smart.py and friends: Track file inclusions for bitbak...
Peter Seebach
2013-01-18
1
-1
/
+2
*
bitbake: parse/cache/cooker: Preserve order in the file inclusion list
Richard Purdie
2012-11-20
1
-4
/
+3
*
bitbake: Added BBINCLUDED variable.
Lianhao Lu
2012-02-28
1
-0
/
+9
*
bitbake: add file and line number to ParseError
Paul Eggleton
2012-02-23
1
-2
/
+13
*
bitbake: Update users of getVar/setVar to use the data store functions directly
Richard Purdie
2011-11-27
1
-3
/
+3
*
parse: Use constants from stat instead of magic numbers
Bernhard Reutner-Fischer
2011-01-04
1
-3
/
+4
*
bitbake: Sync a load of whitespace and other non-functionality changes with b...
Richard Purdie
2011-01-04
1
-4
/
+3
*
parse: use bb.utils.which
Chris Larson
2011-01-04
1
-1
/
+1
*
Switch bitbake internals to use logging directly rather than bb.msg
Chris Larson
2011-01-04
1
-2
/
+7
*
bitbake/siggen: Ensure full signature data is not held unless needed, reducin...
Richard Purdie
2010-09-29
1
-2
/
+2
*
bitbake: Implement signatures
Richard Purdie
2010-09-03
1
-0
/
+4
*
cache: use a set() for __depends
Bernhard Reutner-Fischer
2010-07-02
1
-2
/
+2
*
Make the file not found error actually useable.
Chris Larson
2010-07-02
1
-3
/
+5
*
Apply some 2to3 transforms that don't cause issues in 2.6
Chris Larson
2010-07-02
1
-2
/
+2
*
Drop __all__ usage
Chris Larson
2010-07-02
1
-2
/
+0
*
Stop using functions via 'bb' that were moved from there to other modules
Chris Larson
2010-07-02
1
-1
/
+2
*
bitbake: [parse] Use bb.which in resolve_file
Chris Larson
2010-02-15
1
-7
/
+3
*
bitbake: [parser] Make resolve_file only resolve the path
Holger Freyther
2010-02-15
1
-12
/
+6
*
bitbake: [parser] Remove the "data" from feeder, evaluate after parsing a file
Holger Freyther
2010-02-15
1
-6
/
+2
*
bitbake: [parse] Move vars_from_file from bb.parse.BBHandler into bb.parse.
Chris Larson
2010-02-15
1
-0
/
+20
*
bitbake: [parse] Don't use relative import of parse_py.
Chris Larson
2010-02-15
1
-1
/
+1
*
bitbake: [parser] Cary a Statement Node through the parsing
Holger Freyther
2010-02-15
1
-2
/
+6
*
bitbake: [parse] Unify opening a file...
Holger Freyther
2010-02-10
1
-0
/
+19
*
bitbake parse/__init_.py: Add missing update_mtime function fixing bitbake sh...
Richard Purdie
2008-09-16
1
-0
/
+4
*
bitbake: Sync with upstream.
Richard Purdie
2007-01-08
1
-16
/
+18
*
bitbake: Upgrade from 1.4 -> 1.7.4ish
Richard Purdie
2006-11-16
1
-3
/
+8
*
Update to bitbake 1.4.2 (latest stable branch release). This includes the cac...
Richard Purdie
2006-05-09
1
-3
/
+3
*
Update bitbake to latest bitbake svn
Richard Purdie
2006-02-10
1
-3
/
+6
*
Initial population
Richard Purdie
2005-08-31
1
-0
/
+70