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
/
cooker.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bb/command|cooker: refactor the reparseFiles logic
Joshua Lock
2011-08-12
1
-3
/
+6
*
bitbake: Fix -e when used with -b option
Richard Purdie
2011-08-11
1
-0
/
+6
*
bb/cooker: only emit ConfigFilePathFound for files which were parsed
Joshua Lock
2011-08-10
1
-2
/
+26
*
bb/cooker: mark parsed conf files as potential cache invalidators
Joshua Lock
2011-08-05
1
-1
/
+1
*
bitbake: show more information for NoProvider errors
Paul Eggleton
2011-07-27
1
-2
/
+4
*
cooker: populate rdepends-pkg in generatePkgDepTreeData
Joshua Lock
2011-07-27
1
-0
/
+3
*
cooker: only append files once
Joshua Lock
2011-07-26
1
-1
/
+2
*
command|cooker: Add reparseFiles command
Joshua Lock
2011-07-26
1
-19
/
+32
*
data|cooker: use saved environment variables when calling inheritFromOS
Joshua Lock
2011-07-26
1
-1
/
+1
*
bitbake|cooker: save a copy of the environment when BitBake is started
Joshua Lock
2011-07-25
1
-1
/
+9
*
bitbake/cooker: show a warning when -b is specified
Paul Eggleton
2011-07-25
1
-0
/
+4
*
Remove unused target tree data for Hob
Liping Ke
2011-07-21
1
-21
/
+68
*
cooker: only return *Found events if something was actually found
Joshua Lock
2011-07-14
1
-4
/
+8
*
bitbake cooker/ui: handle cmd line parsing result by individual UI.
Lianhao Lu
2011-07-08
1
-18
/
+16
*
cache.py: Ensure additional .bbappend files are accounted for
Richard Purdie
2011-07-07
1
-1
/
+1
*
bitbake/cooker, bitbake-layers: show the .bbappend files that matches no exis...
Dexuan Cui
2011-07-05
1
-0
/
+22
*
bitbake/cooker: implement layer dependencies, make priority optional
Paul Eggleton
2011-07-05
1
-9
/
+70
*
bitbake: track 'overlayed' recipes
Paul Eggleton
2011-07-05
1
-0
/
+13
*
bitbake: add -R option for loading configuration files after bitbake.conf
Joshua Lock
2011-07-01
1
-3
/
+10
*
cooker: switch to new universe target rather than world
Joshua Lock
2011-07-01
1
-2
/
+2
*
cooker: remove code duplication in non trivial functions
Joshua Lock
2011-07-01
1
-44
/
+12
*
cooker|command|event: add new command findFilesMatchingInDir
Joshua Lock
2011-07-01
1
-0
/
+23
*
command|cooker|event: add findConfigFilePath command
Joshua Lock
2011-07-01
1
-0
/
+4
*
cooker: add generic method to locate configuration files
Joshua Lock
2011-07-01
1
-4
/
+7
*
command|cooker: allow generating targets tree for specified pkgs
Joshua Lock
2011-07-01
1
-2
/
+4
*
make exception handling syntax consistent
Scott Garman
2011-06-15
1
-5
/
+5
*
bitbake/cooker: Fix -b option by ensuring the empty cache structure is present
Richard Purdie
2011-06-13
1
-0
/
+3
*
track skipped packages
Paul Eggleton
2011-06-09
1
-0
/
+16
*
Drop psyco support
Richard Purdie
2011-06-09
1
-13
/
+0
*
bitbake/cooker.py: Misc sync with upstream
Richard Purdie
2011-06-08
1
-13
/
+16
*
cooker: use BBHandler.inherit for INHERIT
Chris Larson
2011-06-08
1
-10
/
+24
*
cooker: simplify self.configuration.data vs data usage
Chris Larson
2011-06-08
1
-10
/
+9
*
cooker: don't choke if we have nothing to parse
Chris Larson
2011-06-08
1
-5
/
+11
*
cooker: handle ExpansionError the same way we do ParseError
Chris Larson
2011-06-08
1
-1
/
+1
*
Shift exception formatting into the UI
Chris Larson
2011-06-08
1
-6
/
+4
*
cooker: don't show a traceback for ParseError
Chris Larson
2011-06-08
1
-0
/
+2
*
cooker: don't show a useless traceback for SyntaxError
Chris Larson
2011-06-08
1
-1
/
+4
*
cooker: use logger.exception for config file parse errors
Chris Larson
2011-06-08
1
-1
/
+7
*
cooker: pass traceback back from parsing thread
Chris Larson
2011-06-08
1
-2
/
+9
*
cooker: show a useful message for ParsingFailure
Chris Larson
2011-06-08
1
-3
/
+6
*
bitbake/cooker.py: Fix debug message arguments
Richard Purdie
2011-06-08
1
-1
/
+1
*
bitbake: Cleanup bitbake server init process to be clearer to follow
Richard Purdie
2011-06-08
1
-6
/
+5
*
cache: Implement multiple extra cache fields request support
Liping Ke
2011-06-07
1
-8
/
+8
*
Introduce new param caches_array into Cache impl.
Liping Ke
2011-06-07
1
-8
/
+44
*
bitbake: use layer priority when applying bbappends
Paul Eggleton
2011-06-01
1
-10
/
+14
*
bitbake/codeparser: Improve cache handling
Richard Purdie
2011-05-27
1
-0
/
+1
*
bitbake/cooker.py: Ensure BBFILES is processed in order
Richard Purdie
2011-05-27
1
-3
/
+8
*
bitbake/cooker.py: Fix -b option regexp handling
Richard Purdie
2011-05-27
1
-7
/
+6
*
cooker.py: Don't show spurious warnings for collections of .bbappend files
Richard Purdie
2011-05-25
1
-1
/
+18
*
cooker: fix -b with BBCLASSEXTEND
Chris Larson
2011-05-06
1
-7
/
+10
[next]