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
/
utils.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bb.utils: Modifed vercmp() to meet Debian rules.
Lianhao Lu
2012-04-13
1
-24
/
+16
*
utils: Add split_version function for splitting a version into its components
Richard Purdie
2012-03-20
1
-0
/
+14
*
command.py: add new API to get the cpu count on the server
Shane Wang
2012-02-23
1
-0
/
+4
*
bitbake: Update users of getVar/setVar to use the data store functions directly
Richard Purdie
2011-11-27
1
-3
/
+3
*
Nothing uses USERNAME, remove it - can cause sstate-cache conflicts
Matthew McClintock
2011-11-25
1
-1
/
+0
*
utils.py: Fix lockfile retry handling
Richard Purdie
2011-11-10
1
-1
/
+1
*
Ensure only the filtered environment variables are inherited from the OS
Joshua Lock
2011-08-15
1
-7
/
+16
*
bitbake/logging: Overhaul internal logging process
Richard Purdie
2011-08-15
1
-15
/
+0
*
bitbake/utils: 'Fix' bb.utils.contains() behaviour
Richard Purdie
2011-07-26
1
-7
/
+6
*
bitbake/utils: Add contains helper function from lib.oe.utils
Richard Purdie
2011-07-22
1
-0
/
+14
*
bitbake/utils.py: Add option to lockfiles to return immediately rather than wait
Richard Purdie
2011-05-27
1
-1
/
+5
*
utils: fix typo in lockfile
Chris Larson
2011-03-31
1
-1
/
+1
*
lockfile: ask for forgiveness, not permission
Chris Larson
2011-03-31
1
-7
/
+6
*
bitbake/utils.py: Only try and add read access to a file if we don't have it
Richard Purdie
2011-02-25
1
-4
/
+11
*
bitbake/utils.py: Allow join_deps to return a list that isn't comman separated
Richard Purdie
2011-02-25
1
-2
/
+5
*
fetch2: unpack revision
Mark Hatle
2011-02-12
1
-0
/
+12
*
Export KRB5CCNAME variable
Javier Martin
2011-02-10
1
-0
/
+1
*
bitbake/utils.py: add glob name matching to remove
Saul Wold
2011-02-08
1
-8
/
+9
*
bitbake/unlockfile: Fix exception handling
Richard Purdie
2011-01-26
1
-1
/
+1
*
bitbake/utils: Ignore OSError in unlockfile
Richard Purdie
2011-01-24
1
-1
/
+1
*
bitbake/utils.py: Teach unlockfile about shared mode lockfiles
Richard Purdie
2011-01-19
1
-1
/
+7
*
bitbake/utils.py: Add option of holding shared lockfiles
Richard Purdie
2011-01-19
1
-2
/
+6
*
*: use utils.remove() some more
Bernhard Reutner-Fischer
2011-01-12
1
-1
/
+3
*
utils: show the actual exception in better_exec
Chris Larson
2011-01-10
1
-6
/
+4
*
bitbake/utils.py: Drop unused function extend_deps()
Richard Purdie
2011-01-10
1
-11
/
+0
*
bitbake: Sync environment handling function names and comments with upstream ...
Richard Purdie
2011-01-10
1
-12
/
+12
*
bitbake: Sync a load of whitespace and other non-functionality changes with b...
Richard Purdie
2011-01-04
1
-8
/
+8
*
utils: fix typo in error message
Bernhard Reutner-Fischer
2011-01-04
1
-1
/
+1
*
utils: don't overwrite builtin dir() function
Bernhard Reutner-Fischer
2011-01-04
1
-2
/
+2
*
utils: drop unnecessary debug msgs from mkdirhier
Chris Larson
2011-01-04
1
-2
/
+0
*
utils: fix 'lock' variable reference
Chris Larson
2011-01-04
1
-1
/
+1
*
utils: fix calls to close() in the lock/unlock functions
Chris Larson
2011-01-04
1
-8
/
+9
*
build: use a contextmanager for locks
Chris Larson
2011-01-04
1
-0
/
+13
*
build: use bb.process instead of os.system
Chris Larson
2011-01-04
1
-0
/
+11
*
vercmp: don't choke on empty first version components
Chris Larson
2011-01-04
1
-1
/
+1
*
Prefer xrange over range for small performance gain.
Bob Foerster
2011-01-04
1
-5
/
+5
*
Don't show tracebacks for SystemExit or KeyboardInterrupt
Chris Larson
2011-01-04
1
-1
/
+1
*
Switch bitbake internals to use logging directly rather than bb.msg
Chris Larson
2011-01-04
1
-21
/
+26
*
Use the python logging module under the hood for bb.msg
Chris Larson
2011-01-04
1
-6
/
+5
*
Make realfile optional for better_exec, using the existing fn in the code object
Chris Larson
2011-01-04
1
-2
/
+4
*
bb.utils: check if lock file is writable, to fix bug 606
Yu Ke
2010-12-30
1
-0
/
+4
*
bitbake: Overhaul environment handling
Richard Purdie
2010-12-09
1
-15
/
+33
*
bitbake/utils.py: Improve traceback to be more helpful/clear to users
Richard Purdie
2010-12-05
1
-7
/
+23
*
bitbake/utils.py: Ensure the last lines of functions are printed in tracebacks
Richard Purdie
2010-12-05
1
-2
/
+5
*
bitbake: Implement signatures
Richard Purdie
2010-09-03
1
-0
/
+1
*
utils.py: Fix bb.copyfile to change the permissions of the file back correctly
Richard Purdie
2010-08-23
1
-2
/
+4
*
utils.py: Add a new extend_deps() to easily merge two dependency lists
Mark Hatle
2010-08-20
1
-0
/
+11
*
bitbake/utils.py: Allow copyfile to copy files which aren't readable
Richard Purdie
2010-08-20
1
-0
/
+3
*
bitbake/utils.py: Improve better_exec debug output
Richard Purdie
2010-08-20
1
-5
/
+9
*
bitbake/utils.py: Give useful debug information when no lineno information is...
Richard Purdie
2010-08-19
1
-7
/
+10
[next]