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
/
data.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
data/runqueue.py: Fix commented out test code after variable name changes
Richard Purdie
2012-01-27
1
-1
/
+1
*
bitbake: Update users of getVar/setVar to use the data store functions directly
Richard Purdie
2011-11-27
1
-2
/
+2
*
data/siggen: Add vardepvalue mechanism to allow the variable dependency code ...
Richard Purdie
2011-11-24
1
-9
/
+14
*
codeparser: silence non-literal warnings for vardeps
Christopher Larson
2011-11-10
1
-5
/
+9
*
codeparser: accept a name for better messages
Christopher Larson
2011-11-10
1
-4
/
+4
*
Ensure only the filtered environment variables are inherited from the OS
Joshua Lock
2011-08-15
1
-7
/
+8
*
data|cooker: use saved environment variables when calling inheritFromOS
Joshua Lock
2011-07-26
1
-4
/
+4
*
make exception handling syntax consistent
Scott Garman
2011-06-15
1
-1
/
+1
*
bitbake/data/runqueue: Sync up with upstream to clean up environment variable...
Richard Purdie
2011-06-08
1
-16
/
+11
*
bitbake/siggen.py: Fix whitelisted variable handling
Richard Purdie
2011-01-12
1
-4
/
+1
*
bitbake: Sync environment handling function names and comments with upstream ...
Richard Purdie
2011-01-10
1
-1
/
+1
*
bitbake/data.py: corrected the output for shell syntax.
Lianhao Lu
2011-01-07
1
-1
/
+3
*
data: fewer newlines for (un)export
Bernhard Reutner-Fischer
2011-01-04
1
-2
/
+2
*
bitbake: Sync a load of whitespace and other non-functionality changes with b...
Richard Purdie
2011-01-04
1
-2
/
+2
*
bitbake: add optional expansion to getVarFlag()
Paul Eggleton
2010-12-14
1
-2
/
+2
*
bitbake: allow excluding dependencies of variables
Paul Eggleton
2010-12-14
1
-0
/
+1
*
bitbake: Overhaul environment handling
Richard Purdie
2010-12-09
1
-1
/
+9
*
bitbake/data.py: Allow variables to suplement dependencies using the vardep flag
Richard Purdie
2010-09-13
1
-0
/
+1
*
bitbake/data.py: Add emit_func() and generate_dependencies() functions
Richard Purdie
2010-08-31
1
-0
/
+75
*
bitbake/data.py: Handle exceptions in export_bars in the same way as emit_var()
Richard Purdie
2010-08-20
1
-3
/
+8
*
bitbake: Switch to use subprocess for forking tasks and FAKEROOTENV to run sh...
Richard Purdie
2010-08-19
1
-0
/
+9
*
Don't emit vars starting with __, as those are internal
Chris Larson
2010-07-02
1
-1
/
+1
*
Enhance the expansion exception message
Chris Larson
2010-07-02
1
-6
/
+3
*
Allow emission of non-string objects in emit_var, instead running str() on it...
Chris Larson
2010-07-02
1
-4
/
+2
*
emit_env: clean up, iterate once
Chris Larson
2010-07-02
1
-11
/
+7
*
Kill unnecessary usages of the types module
Chris Larson
2010-07-02
1
-2
/
+2
*
Apply some 2to3 transforms that don't cause issues in 2.6
Chris Larson
2010-07-02
1
-1
/
+1
*
Drop unused bb.data.expandData function
Chris Larson
2010-07-02
1
-16
/
+0
*
Add some missing docstrings
Chris Larson
2010-07-02
1
-0
/
+3
*
Drop some unused functions
Chris Larson
2010-07-02
1
-28
/
+0
*
Drop some unused classes
Chris Larson
2010-07-02
1
-3
/
+0
*
Formatting cleanups
Chris Larson
2010-07-02
1
-18
/
+17
*
Drop doctest, as we aren't utilizing it
Chris Larson
2010-07-02
1
-150
/
+13
*
Move update_data into the DataSmart class as a finalize() method
Chris Larson
2010-07-02
1
-136
/
+2
*
Move MalformedUrl, VarExpandError into appropriate modules.
Chris Larson
2010-03-22
1
-0
/
+3
*
bitbake: Switch to bitbake-dev version (bitbake master upstream)
Richard Purdie
2010-01-20
1
-1
/
+1
*
bitbake: Merge further fixes from upstream 1.8 branch
Richard Purdie
2009-05-11
1
-0
/
+2
*
bitbake: Make sure existing environment variables are properly exported
Richard Purdie
2009-05-09
1
-0
/
+1
*
bitbake: Refactor the environment variable handling
Robert Bradford
2008-10-17
1
-2
/
+0
*
bitbake/bitbake-dev: Allow much better control of which variable influence bi...
Richard Purdie
2008-09-30
1
-15
/
+6
*
bitbake data.py: Fix unexport handling (#OE3135)
Richard Purdie
2007-10-22
1
-3
/
+3
*
bitbake: Sync with 1.8.8 release
Richard Purdie
2007-08-20
1
-0
/
+7
*
bitbake: Sync with 1.8 head. Adds locking to the fetcher to prevent parallel ...
Richard Purdie
2007-08-16
1
-18
/
+15
*
bitbake: Sync with upstream 1.8 branch for fixes
Richard Purdie
2007-08-12
1
-0
/
+4
*
bitbake: Update along 1.8 branch
Richard Purdie
2007-08-03
1
-17
/
+23
*
bitbake: Sync with upstream.
Richard Purdie
2007-01-08
1
-19
/
+18
*
bitbake: Sync with bitbake trunk for bugfixes and improved dot file generatio...
Richard Purdie
2006-11-29
1
-2
/
+2
*
bitbake/lib/bb/data.py: Add unexport flag for variables, add speedup for expa...
Richard Purdie
2006-11-25
1
-0
/
+6
*
bitbake: Upgrade from 1.4 -> 1.7.4ish
Richard Purdie
2006-11-16
1
-8
/
+41
*
Update to bitbake 1.4.2 (latest stable branch release). This includes the cac...
Richard Purdie
2006-05-09
1
-170
/
+103
[next]