generic-poky/bitbake/lib/bb/tests
Paul Eggleton d325d94f3f bitbake: data_smart: implement remote datastore functionality
This allows you to maintain a local reference to a remote datastore. The
actual implementation of the remote connection is delegated to a
connector object that the caller must define and supply. There is
support for getting variable values and expanding python references
(i.e. ${@...} remotely, however setting variables remotely is not
supported - any variable setting is done locally as if the datastore
were a copy (which it kind of is).

Loosely based on an earlier prototype implementation by Qing He.

(Bitbake rev: a3edc3eefa2d03c4ad5d12187b32fa4dc495082a)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-12-14 12:25:07 +00:00
..
__init__.py bitbake: Fixup bitbake-selftest 2012-05-04 17:41:47 +01:00
codeparser.py bitbake: bitbake: remove True option to getVar calls 2016-11-30 15:48:09 +00:00
cow.py bitbake: tests: assertEquals -> assertEqual 2016-05-11 10:34:30 +01:00
data.py bitbake: data_smart: implement remote datastore functionality 2016-12-14 12:25:07 +00:00
fetch.py bitbake: fetch2: handle absolute paths in subdir 2016-09-22 11:18:11 +01:00
parse.py bitbake: bitbake: remove True option to getVarFlag calls 2016-11-30 15:48:09 +00:00
utils.py bitbake: tests/utils.py: test origvalue in a callback matches what is expected 2016-04-09 23:00:46 +01:00