generic-poky/bitbake/lib/bb/tests
Paul Eggleton 4de214f752 bitbake: lib/bb/utils: improve edit_bblayers_conf() handling of bblayers.conf formatting
Make the following improvements to edit_bblayers_conf():

* Support ~ in BBLAYERS entries
* Handle where BBLAYERS items are added over multiple lines with +=
  instead of one single long item

Also add some comments documenting the function arguments and return
values as well as a set of bitbake-selftest tests.

(This function is used by the bitbake-layers add, remove and
layerindex-fetch subcommands, as well as devtool when adding the
workspace layer).

(Bitbake rev: e9a0858023c7671e30cc8ebb08496304b7f26b31)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-12-07 17:01:21 +00:00
..
__init__.py bitbake: Fixup bitbake-selftest 2012-05-04 17:41:47 +01:00
codeparser.py bitbake: codeparser: Fix var_execs to append to execs, not references 2014-03-02 17:25:29 +00:00
cow.py bitbake: fetch2: Add editor modelines for bb.tests.* 2013-02-17 22:32:05 +00:00
data.py bitbake: tests/data: Add new data tests 2015-07-12 22:50:46 +01:00
fetch.py bitbake: tests/fetch.py: Fix recursion failure in url mapping 2015-09-18 09:05:34 +01:00
parse.py bitbake: tests/parse: Add BBCLASSEXTEND multiple data store corruption reproducer 2015-07-23 08:48:41 +01:00
utils.py bitbake: lib/bb/utils: improve edit_bblayers_conf() handling of bblayers.conf formatting 2015-12-07 17:01:21 +00:00