index
:
bitbake-contrib
abelloni/master-next
abelloni/master-next-success
akuster/1.32-next
akuster/1.38
alpianon/2.0+unpacktracer
alpianon/srctrace
alpianon/srctrace2
alpianon/srctrace3
alpianon/srctrace4
alpianon/srctrace5
alpianon/srctrace6
anujm/1.46
anujm/1.50
dankm/bb-go-fetcher
dankm/incpr-list
halstead/hashclient
jansa/1.40
jansa/1.42
jansa/1.44
jansa/1.46
jansa/1.48
jansa/1.50
jansa/1.52
jansa/2.0
jansa/2.0-siggen
jansa/2.10
jansa/2.2
jansa/2.4
jansa/2.6
jansa/2.8
jansa/master
jansa/nanbield
jansa/npm
jansa/test
lucaceresoli/master-next
lucaceresoli/master-next-success
master
mathieu/master-next
mathieu/master-next-success
mgh/12928
mgh/bitbake-layerindex
mgh/bitbake-setup
mgh/cooker-fix
mgh/gitsm
mgh/gitsm-need-update
mgh/layerindex-fetch
mgh/wip
paule/bb-fixes
paule/bb-fixes2
paule/bb-shell-remove
paule/bb-tinfoil-logging2
paule/bb-watch-fixes
paule/bblayers-fix2
paule/bitbake-setup
paule/doc-git-pw
paule/doc-updates-2.4
paule/fetch2-encodeurl-fix
paule/fix-event-save-restore
paule/parsecache-invalidate
paule/python-36-inotify-fix
paule/sigfixes
paule/tinfoil-fixes-bb4
paule/toaster-fix
rpurdie/2.8
stable/1.34-next
stable/1.36-next
stable/1.38-nmut
stable/1.38-test
stable/1.40-next
stable/1.40-nmut
stable/1.40-nut
stable/1.42-next
stable/1.42-nmut
stable/1.42-nut
stable/1.44-next
stable/1.44-nut
stable/1.46-next
stable/1.46-nut
stable/1.48-next
stable/1.50-next
stable/1.52-next
stable/2.0-next
stable/2.0-nut
stable/2.10-next
stable/2.10-nut
stable/2.2-next
stable/2.2-nut
stable/2.4-next
stable/2.4-nut
stable/2.6-next
stable/2.6-nut
stable/2.8-next
stable/2.8-nut
timo/2.2-toaster-fixtures
timo/2.2-toaster-fixtures-v2
timo/2.8-scarthgap-toaster-fixtures
timo/toaster-fixtures-langdale
timo/toaster-fixtures-mickledore
timo/toaster-logging
timo/toaster-logging-v2
timo/toaster-logging-v4
timo/toaster-review-v3
yattdev/Feature-10259-Write-UI-and-UnitTests-TabConfig-CREATE-ACCESS-CUSTOM-IMAGE-RecipeImage
yattdev/Feature-10259-Write-UI-and-UnitTests-display-landing-page
yattdev/Feature-generate-positive-tests-report-using-pytest
Bitbake user contribution trees
Grokmirror user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
bb
/
COW.py
Age
Commit message (
Expand
)
Author
2019-05-04
bitbake: Strip old editor directives from file headers
Richard Purdie
2019-05-04
bitbake: Drop duplicate license boilerplace text
Richard Purdie
2018-09-21
COW: Fix StopIteration warning
Richard Purdie
2017-05-15
lib/bb/COW.py: fix typo in Tim Ansell's name
Paul Eggleton
2016-11-23
COW.py: fix sample codes
Kai Kang
2016-06-01
bitbake: Convert to python 3
Richard Purdie
2010-06-21
Apply some 2to3 refactorings
Chris Larson
2010-04-12
Kill unnecessary usages of the types module
Chris Larson
2010-04-11
Add __contains__ to COWDictMeta
Chris Larson
2010-04-09
Apply the 2to3 print function transform
Chris Larson
2010-04-09
Formatting cleanups
Chris Larson
2009-05-11
[bb] Remove unused imports reported by pyflakes
Holger Hans Peter Freyther
2009-04-21
lib: remove use of 'sets' to make Python 2.6 happy
Marcin Juszkiewicz
2006-12-08
Add proper GPLv2 headers to all BitBake files
Holger Hans Peter Freyther
2006-04-24
Delete now works. Other cleanup and fixes.
Tim Ansell
2006-04-24
Degrades to copy on mutable types - Cheap is the mutable types are already COW.
Tim Ansell
2006-04-21
COW example...
Tim Ansell