diff options
author | Ross Burton <ross@burtonini.com> | 2021-09-01 17:57:03 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-09-02 12:12:08 +0100 |
commit | b3dcbdc4d63f968966ef118d5e073349adeae22c (patch) | |
tree | 40e240ce0065a7ede8c0002396d928ec390ea358 /documentation/migration-guides | |
parent | 75d9a77eba40d8494063f73b666cd73640be5a6f (diff) | |
download | poky-b3dcbdc4d63f968966ef118d5e073349adeae22c.tar.gz |
ptest: allow the ptest-packagelists.inc warning to be disabled
ptest.bbclass has a sanity check that all recipes in oe-core which
inherit ptest are also listed in the ptest-packagelists.inc file, and
the build fails if this is not the case.
Whilst this is a laudable goal, it is over-zealous as if the recipe has
a bbappend in another layer which inherits ptest, the build will fail.
By changing the combination of anonymous Python and bb.error() to a
recipe-scope QA test, this can be handled with the other sanity checks
and bbappends can skip the test if desired.
(From OE-Core rev: abe45c8c0a6da56a278796654d0520250dfd2a97)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/migration-guides')
0 files changed, 0 insertions, 0 deletions