Re: [OE-core] [PATCH 2/3] Added methods for manipulating bblayer.conf file in the same manner as local.conf file: - write_bblayers_config - append_bblayers_config - remove_bblayers_config

2015-06-26 Thread Burton, Ross
Hi Daniel, Unfortunately this series doesn't apply to the current master, can you rebase and resubmit? Also, patches 2 and 3 have bad commit messages still. Please keep the first line as a *short* summary (say, 70 characters), start it with the recipe/class/subsystem that is modified, and end wi

[OE-core] [PATCH 2/3] Added methods for manipulating bblayer.conf file in the same manner as local.conf file: - write_bblayers_config - append_bblayers_config - remove_bblayers_config

2015-06-26 Thread Daniel Istrate
--- meta/lib/oeqa/selftest/base.py | 22 ++ scripts/oe-selftest| 16 +++- 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/meta/lib/oeqa/selftest/base.py b/meta/lib/oeqa/selftest/base.py index 80b9b4b..b2faa66 100644 --- a/meta/lib/oeqa/sel