poky/meta/lib/oeqa/buildperf
Peter Kjellerstedt 2f90c165aa sanity.bbclass: Move sanity_info from conf to cache
Since this file is written during recipe parsing, having it in the
${BUILDDIR}/conf directory, which is covered by an inotify watcher,
will trigger a re-parse the next time bitbake is run and the resident
bitbake server is enabled. This causes the sanity_info file to be
updated again, which triggers a new parse the next time bitbake is run
ad infinitum. Moving it to ${BUILDDIR}/cache should avoid this.

(From OE-Core rev: f98103b548aa7dba6b1be6c8e02ef41858a8e85c)

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-01-10 21:18:22 +00:00
..
__init__.py meta/lib+scripts: Convert to SPDX license headers 2019-05-09 16:31:55 +01:00
base.py sanity.bbclass: Move sanity_info from conf to cache 2020-01-10 21:18:22 +00:00
test_basic.py meta/lib+scripts: Convert to SPDX license headers 2019-05-09 16:31:55 +01:00