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
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
bitbake: bitbake: Strip old editor directives from file headers
Richard Purdie
2019-05-04
4
-8
/
+0
*
bitbake: bitbake: Drop duplicate license boilerplace text
Richard Purdie
2019-05-04
5
-64
/
+2
*
bitbake: bitbake: Add initial pass of SPDX license headers to source code
Richard Purdie
2019-05-04
5
-0
/
+10
*
bitbake: BBHandler: Fix addtask and deltask
Robert Yang
2019-04-30
1
-1
/
+17
*
bitbake: bitbake: ConfHandler: Don't strip leading spaces
Robert Yang
2019-02-06
1
-1
/
+1
*
bitbake: bitbake: Fix Deprecated warnings from regexs
Richard Purdie
2019-01-16
1
-9
/
+9
*
bitbake: bitbake: BBHandler: Check tab indentation for python code
Robert Yang
2018-12-05
1
-0
/
+11
*
bitbake: BBHandler: Fix __python_func_regexp__ for comment lines
Robert Yang
2018-11-19
1
-1
/
+1
*
bitbake: parse/ast: fix line number for anonymous function
Robert Yang
2018-11-19
1
-1
/
+1
*
bitbake: parse/ast: ensure saved event handlers really do get restored
Paul Eggleton
2018-08-24
1
-18
/
+19
*
bitbake: parse/ast: Abstract anonymous function execution into a function
Richard Purdie
2018-03-04
1
-4
/
+7
*
bitbake: bitbake: parse: fixes for resolve_file()
Robert Yang
2018-02-14
3
-7
/
+2
*
bitbake: cooker: Improve inotify overflow handling
Richard Purdie
2017-08-13
1
-0
/
+4
*
bitbake: BBHandler: Remove old style bb.data.setVar() syntax usage
Enrico Scholz
2017-07-08
1
-1
/
+1
*
bitbake: ConfHandler.py: allow require or include with multiple parameters
Patrick Ohly
2017-06-13
1
-8
/
+12
*
bitbake: ConfHandler.py: allow require or include without parameter
Patrick Ohly
2017-06-13
1
-0
/
+4
*
bitbake: ConfHandler: Require whitespace between export and variable name
Ola x Nilsson
2017-06-05
1
-1
/
+1
*
bitbake: ConfHandler: Use the same regular expression for all variable names
Peter Kjellerstedt
2017-03-13
1
-4
/
+4
*
bitbake: lib: Drop now unneeded update_data calls
Richard Purdie
2017-02-15
1
-3
/
+0
*
bitbake: event/ast: Add RecipeTaskPreProcess event before task finalisation
Richard Purdie
2017-01-20
1
-0
/
+1
*
bitbake: BBHandler: use with instead of open/close
2.3_M1
Ross Burton
2016-12-16
1
-11
/
+11
*
bitbake: ast: remove BBVERSIONS support
Ross Burton
2016-11-30
1
-67
/
+0
*
bitbake: bitbake: remove True option to getVarFlag calls
Joshua Lock
2016-11-30
1
-1
/
+1
*
bitbake: bitbake: remove True option to getVar calls
Joshua Lock
2016-11-30
4
-11
/
+11
*
bitbake: cookerdata/ast: Fail gracefully if event handler function is not found
Markus Lehtonen
2016-09-02
1
-0
/
+2
*
bitbake: ast/ConfHandler: Add a syntax to clear variable
Jérémy Rosen
2016-08-18
2
-0
/
+45
*
bitbake: cache/ast: Move __VARIANTS handling to parse cache function
Richard Purdie
2016-08-18
1
-4
/
+0
*
bitbake: parse/ast, event: Ensure we reset registered handlers during parsing
Richard Purdie
2016-06-15
1
-1
/
+3
*
bitbake: bitbake: Convert to python 3
Richard Purdie
2016-06-02
1
-9
/
+9
*
bitbake: bitbake: Drop futures usage since we're python 3
Richard Purdie
2016-06-02
2
-3
/
+2
*
bitbake: bitbake: Update logger.warn() -> logger.warning()
Richard Purdie
2016-05-11
1
-2
/
+2
*
bitbake: BBHandler/ast: Merge handMethod and handleMethodFlags
Richard Purdie
2016-02-10
2
-31
/
+17
*
bitbake: parse/ast: Mark anonymous functions as python functions
Richard Purdie
2016-02-04
1
-2
/
+2
*
bitbake: lib/bb: Add expansion parameter to getVarFlag
Richard Purdie
2016-02-04
1
-7
/
+7
*
bitbake: ast: Add filename/lineno to mapped functions
Richard Purdie
2016-01-06
1
-0
/
+2
*
bitbake: BBHandler: Improve IN_PYTHON_EOF handling
Richard Purdie
2015-12-22
1
-14
/
+4
*
bitbake: ast/event/utils: Improve tracebacks to include file and line numbers...
Richard Purdie
2015-12-18
1
-5
/
+11
*
bitbake: parse: Don't try to expand __base_depends/__depends
Richard Purdie
2015-11-16
1
-2
/
+2
*
bitbake: build: delete tasks thoroughly
Christopher Larson
2015-09-03
1
-2
/
+1
*
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
2
-10
/
+18
*
bitbake: parse/ast/data_smart: Add parsing flag to getVar/setVar
Richard Purdie
2015-07-12
1
-7
/
+7
*
bitbake: bitbake: Add explict getVar param for (non) expansion
Richard Purdie
2015-06-23
4
-19
/
+19
*
bitbake: parse/BBHandler: Avoid repeatedly resetting FILE
Richard Purdie
2015-06-05
1
-2
/
+2
*
bitbake: ConfHandler: Fix bogus dependency problems
Richard Purdie
2015-05-29
1
-1
/
+0
*
bitbake: BBHandler: Drop cwd from search path
Richard Purdie
2015-05-29
1
-2
/
+1
*
bitbake: BBHandler: Error for incomplete function definitions
Richard Purdie
2015-05-15
1
-7
/
+12
*
bitbake: parse/ast: Fix issue if path contains '&'
Pascal Bach
2015-01-29
1
-1
/
+1
*
bitbake: ConfHandler: Clean up bogus imports
Richard Purdie
2015-01-16
1
-6
/
+4
*
bitbake: ConfHandler: Rename oldfn to parentfn to be clearer
Richard Purdie
2015-01-16
1
-5
/
+5
[next]