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
*
bitbake/cooker.py: Bring into sync with upstream bitbake (trivial difference)
Richard Purdie
2012-03-31
1
-1
/
+1
*
cooker: add inherit information when generating package tree
Dongxiao Xu
2012-03-22
1
-0
/
+2
*
parse/ast: Expand inherit statements before splitting them
Richard Purdie
2012-03-15
1
-1
/
+1
*
cooker: add package rdepends and rrecommends info
Dongxiao Xu
2012-03-15
1
-1
/
+3
*
cooker.py: Allow parsing shutdown to be called more than once
Richard Purdie
2012-03-12
1
-0
/
+4
*
meta/classes: Convert to use appendVar and appendVarFlags
Richard Purdie
2012-03-05
1
-9
/
+9
*
cooker: fix calculating of depends and rdepends
Dongxiao Xu
2012-03-01
1
-35
/
+10
*
cooker.py: Fix a bug due to variable name
Dongxiao Xu
2012-03-01
1
-2
/
+2
*
command.py: remove the resolve parameter in generateTargetsTree
Dongxiao Xu
2012-03-01
1
-19
/
+14
*
bitbake: implement BB_VERBOSE_LOGS
Paul Eggleton
2012-02-28
1
-0
/
+4
*
bitbake: Added BBINCLUDED variable.
Lianhao Lu
2012-02-28
1
-0
/
+1
*
bitbake/cooker: terminate when errors found in layer configuration
Paul Eggleton
2012-02-24
1
-0
/
+17
*
bitbake: change for adding progress bar in Hob2.
Shane Wang
2012-02-23
1
-4
/
+8
*
command.py: add resolve option for generateTargetsTree API
Dongxiao Xu
2012-02-23
1
-11
/
+47
*
cache: Use configuration's hash value to validate cache
Dongxiao Xu
2012-02-23
1
-1
/
+3
*
bitbake: add file and line number to ParseError
Paul Eggleton
2012-02-23
1
-1
/
+1
*
bitbake: fix parse errors not being reported
Paul Eggleton
2012-02-23
1
-6
/
+4
*
bitbake: show appropriate warnings for universe target
Paul Eggleton
2012-02-22
1
-0
/
+4
*
Fix parser hang at 0% with single-core machines
Caleb Crome
2012-02-22
1
-1
/
+1
*
cooker: roll our own process pool
Christopher Larson
2012-02-22
1
-29
/
+132
*
Revert the switch to futures for now
Christopher Larson
2012-02-10
1
-18
/
+11
*
bitbake: Add description into the cache and clean up cache duplication
Shane Wang
2012-02-02
1
-0
/
+2
*
cooker: add missing shutdowns to the exception handling
Christopher Larson
2012-02-01
1
-0
/
+2
*
bitbake-layers: improve show-overlayed output
Paul Eggleton
2012-02-01
1
-13
/
+1
*
cooker.py: Allow siggen classes to be added by the metadata
Richard Purdie
2012-01-20
1
-1
/
+1
*
cooker: use futures rather than a multiprocessing pool
Christopher Larson
2012-01-20
1
-11
/
+18
*
bitbake/knotty: print task failure summary
Paul Eggleton
2012-01-15
1
-4
/
+0
*
bitbake/cooker: avoid printing stack trace for -b match error
Paul Eggleton
2012-01-15
1
-6
/
+11
*
bitbake: Automatically start local PR service.
Lianhao Lu
2012-01-11
1
-0
/
+3
*
cooker: remove command import in cooker.py
Dongxiao Xu
2012-01-06
1
-0
/
+12
*
cooker: remove command import in cooker.py
Dongxiao Xu
2012-01-06
1
-2
/
+2
*
command.py: add initCooker API
Dongxiao Xu
2012-01-06
1
-0
/
+13
*
cooker: user bb.configuration.data to inject events
Dongxiao Xu
2012-01-06
1
-2
/
+2
*
Remove the duplicated assignments of self.configuration.cmd
Robert Yang
2011-12-05
1
-3
/
+0
*
cooker.py: Allow the -e option to work with virtual classes and -b
Richard Purdie
2011-12-01
1
-1
/
+3
*
bitbake: Update users of getVar/setVar to use the data store functions directly
Richard Purdie
2011-11-27
1
-31
/
+31
*
cooker.py: Ensure only one copy of bitbake executes at once
Richard Purdie
2011-11-10
1
-0
/
+7
*
cooker.py: Fix key expansion issues in showVersions
Richard Purdie
2011-09-19
1
-1
/
+6
*
Ensure only the filtered environment variables are inherited from the OS
Joshua Lock
2011-08-15
1
-1
/
+2
*
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
[next]