index
:
ast2050-yocto-poky
fido
Modified yocto poky sources to support the Aspeed AST2050 and ASUS KGPE-D16 / KCMA-D8
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bitbake
/
lib
/
bb
/
persist_data.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bitbake: persist_data: add get_by_pattern method to API
Constantin Musca
2013-01-22
1
-0
/
+5
*
persist_data: survive if sqlite3 couldn't enable the shared cache
Christopher Larson
2012-02-22
1
-1
/
+4
*
bitbake/persist_data: Reconnect when DB is locked
Lianhao Lu
2012-01-19
1
-5
/
+7
*
bitbake: Update users of getVar/setVar to use the data store functions directly
Richard Purdie
2011-11-27
1
-3
/
+3
*
bitbake/persist_data: Sync file with upstream bitbake
Richard Purdie
2011-05-06
1
-12
/
+24
*
persist_data: implement comparison, same as dict
Chris Larson
2011-05-06
1
-31
/
+17
*
persist_data: don't allow non-string keys/values
Chris Larson
2011-05-06
1
-0
/
+5
*
persist_data: add has_key
Chris Larson
2011-05-06
1
-0
/
+3
*
persist_data: raise KeyError on missing elements
Chris Larson
2011-05-06
1
-0
/
+3
*
Initial work on getting bitbake working under pypy
Chris Larson
2011-05-06
1
-0
/
+2
*
persist_data: kill unreachable break line
Chris Larson
2011-02-10
1
-1
/
+0
*
persist_data: loop on database lock for table creation
Chris Larson
2011-02-10
1
-2
/
+2
*
persist_data: resurrect the lock wait for selects
Chris Larson
2011-01-05
1
-7
/
+7
*
Rework the persist_data API
Chris Larson
2011-01-05
1
-72
/
+137
*
Revert "persist_data: cache connection and use cursor"
Chris Larson
2011-01-05
1
-8
/
+3
*
persist_data: handle locked db for SELECT
Chris Larson
2011-01-04
1
-3
/
+1
*
Switch bitbake internals to use logging directly rather than bb.msg
Chris Larson
2011-01-04
1
-2
/
+6
*
bitbake/persist_data: Attempt to fix locking issues
Richard Purdie
2010-08-20
1
-8
/
+17
*
persist_data: cache connection and use cursor
Bernhard Reutner-Fischer
2010-07-02
1
-8
/
+13
*
Apply some 2to3 transforms that don't cause issues in 2.6
Chris Larson
2010-07-02
1
-2
/
+2
*
Switch some references to moved functions
Chris Larson
2010-07-02
1
-1
/
+2
*
Formatting cleanups
Chris Larson
2010-07-02
1
-8
/
+5
*
bitbake: Remove persist_data domain renaming code as it appears to expose sql...
Richard Purdie
2009-07-30
1
-10
/
+0
*
bitbake: Make sure tables exist when renaming
Richard Purdie
2009-07-30
1
-0
/
+1
*
bitbake: Add renameDomain and getKeyValues functions to the persistent data code
Richard Purdie
2009-07-29
1
-0
/
+20
*
bitbake: Sync with 1.8 branch
Richard Purdie
2008-05-13
1
-2
/
+2
*
bitbake: Update to 1.8.10 release
Richard Purdie
2008-01-20
1
-1
/
+5
*
bitbake persist_data: Fix for python 2.4
Richard Purdie
2007-08-04
1
-2
/
+2
*
bitbake persist_data: Fix for python 2.4
Richard Purdie
2007-08-04
1
-1
/
+1
*
bitbake persist_data: Fix module reference
Richard Purdie
2007-08-04
1
-1
/
+1
*
bitbake persist_data: Add own retry logic
Richard Purdie
2007-08-04
1
-5
/
+16
*
bitbake persist_data: Use immediate connection mode
Richard Purdie
2007-08-04
1
-1
/
+2
*
bitbake: Update along 1.8 branch
Richard Purdie
2007-08-03
1
-0
/
+94