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: 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
*
bitbake: cooker/cache/parse: Implement pyinofity based reconfigure
Richard Purdie
2015-01-14
1
-0
/
+5
*
bitbake: ast: Add error when trying to use dash in sh function names
Richard Purdie
2015-01-08
1
-0
/
+2
*
bitbake: data: rename defaultval to _defaultval
Ross Burton
2014-12-03
1
-1
/
+1
*
bitbake: event: Add SkipRecipe event to replace SkipPackage
Richard Purdie
2014-06-01
3
-6
/
+9
*
bitbake: parse: Improve file inheritance logging
Richard Purdie
2014-05-11
2
-8
/
+1
*
bitbake: parse/ast: Show append logging at lower log level
Richard Purdie
2014-05-11
1
-1
/
+1
*
bitbake: parse/ast: Optimise data finalisation
Richard Purdie
2014-04-23
1
-3
/
+5
*
bitbake: ConfHandlerr: Use full path in variable history
Marius Avram
2014-03-21
1
-1
/
+1
*
bitbake: ast: Fix support for anonymous methods in wildcard .bbappend files
Jacob Kroon
2014-02-24
1
-1
/
+3
*
bitbake: parse: make vars_from_file return None for non-recipes
Paul Eggleton
2014-02-17
1
-1
/
+1
*
bitbake: build/ast: Create strong task add/del API in bb.build
Richard Purdie
2013-12-18
1
-31
/
+2
*
bitbake: ast/BBHandler/build: Add support for removing tasks (deltask)
Richard Purdie
2013-12-18
2
-1
/
+30
*
bitbake: parse/ConfHander/BBHandler/utils: Fix cache dependency bugs
Richard Purdie
2013-11-30
3
-6
/
+27
*
bitbake: parse: Return IOError when including file with absolute path
Martin Jansa
2013-08-26
2
-1
/
+4
*
bitbake: bitbake: python funcname can not include special character @
Li Wang
2013-06-27
1
-1
/
+1
*
bitbake: bitbake: Add event mask flag support
Bogdan Marinescu
2013-06-14
1
-2
/
+1
*
bitbake: methodpool: Retire it, remove global method scope
Richard Purdie
2013-05-24
2
-9
/
+3
*
bitbake: lib: Clean up various file access syntax
Richard Purdie
2013-05-09
2
-0
/
+3
*
bitbake: ConfHandler: Use re.X to make long regexp more readable
Olof Johansson
2013-02-15
1
-1
/
+24
*
bitbake: ConfHandler: Improve regexp to fix mis-parsing of += and no whitespace
Richard Purdie
2013-02-14
1
-1
/
+1
*
bitbake: parse_py: add ~ to config_regexp
Constantin Musca
2013-01-22
1
-1
/
+1
*
bitbake: BBHandler/ConfHandler: Merge fix for multiline comments
Richard Purdie
2013-01-21
2
-2
/
+2
*
bitbake: bitbake: BBHandler/ConfHandler: Improve multiline comment handling
Richard Purdie
2013-01-21
2
-4
/
+14
*
bitbake: bitbake: data_smart.py and friends: Track variable history
Peter Seebach
2013-01-18
1
-5
/
+25
*
bitbake: bitbake: data_smart.py and friends: Track file inclusions for bitbak...
Peter Seebach
2013-01-18
1
-1
/
+2
*
bitbake: BBHandler/data: Standardise some setVar access formats
Richard Purdie
2013-01-18
1
-3
/
+3
*
bitbake: data_smart/BBHandler: Fix SkipParse exception handling
Richard Purdie
2012-12-14
1
-1
/
+6
*
bitbake: BBhandler/data: Fix __inherit_cache duplication
Richard Purdie
2012-12-11
1
-0
/
+7
*
bitbake: BBHandler/ast: Simplify/fix EXPORT_FUNCTIONS usage
Richard Purdie
2012-12-11
2
-46
/
+32
*
bitbake: Revert "BBHandler: Ensure parser state engine is correctly reset for...
Richard Purdie
2012-12-07
1
-3
/
+2
*
bitbake: BBHandler: Ensure parser state engine is correctly reset for new par...
Richard Purdie
2012-12-07
1
-2
/
+3
*
bitbake: parse/cache/cooker: Preserve order in the file inclusion list
Richard Purdie
2012-11-20
1
-4
/
+3
*
bitbake: parse/ConfHandler: Add negative lookahead to spot some quoting problems
Richard Purdie
2012-09-28
1
-1
/
+1
*
bitbake: ast: Store anonymous python function contents in the datstore
Richard Purdie
2012-08-23
1
-0
/
+1
*
bitbake: ast: Extract text variable in PythonMethodNode
Richard Purdie
2012-08-23
1
-2
/
+3
*
bitbake: ast: Rename PythonMethodNode define variable to modulename
Richard Purdie
2012-08-23
1
-6
/
+6
*
bitbake: methodpool: Clean up the parsed module list handling to be slightly ...
Richard Purdie
2012-08-23
2
-2
/
+1
*
bitbake: event/ast: Use better_exec instead of simple_exec
Richard Purdie
2012-08-22
1
-1
/
+1
*
bitbake: bitbake: Warn upon finding tab indentation in python functions
Richard Purdie
2012-07-19
1
-2
/
+2
*
BBHandler: Tweak some data store access methods to the preferred syntax
Richard Purdie
2012-05-25
1
-4
/
+4
*
ConfHandler.py: Add a hook for config parsing
Richard Purdie
2012-04-13
1
-0
/
+11
[next]