diff options
author | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2016-09-15 14:21:26 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-16 15:15:33 +0100 |
commit | 8fda70bb74f7c63d393d5424436d034d2cc6c05e (patch) | |
tree | d1db2ab6098b1d12351b738fcc5ac652e90bb618 /meta/recipes-extended | |
parent | 3309007b423654c1b021d85205f81e68cbd84475 (diff) | |
download | openembedded-core-8fda70bb74f7c63d393d5424436d034d2cc6c05e.tar.gz openembedded-core-8fda70bb74f7c63d393d5424436d034d2cc6c05e.tar.bz2 openembedded-core-8fda70bb74f7c63d393d5424436d034d2cc6c05e.zip |
sanity.bbclass: split out config re-parse check
Split out the functionality doing configuration re-parse check into a
separate event handler that is hooked into ConfigParsed event. This will
make config re-parsing actually work. Re-parsing in bitbake is triggered
by setting BB_INVALIDCONF whose value is checked after configuration has
been parsed (after ConfigParsed event). However, previously
BB_INVALIDCONF was set in SanityCheck event handler which caused
re-parsing never to happen.
[YOCTO #10188]
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
0 files changed, 0 insertions, 0 deletions