mbox

[0/3] fix PTESTS_PPROBLEMS_*

Message ID cover.1708573650.git.tim.orling@konsulko.com
State Accepted
Headers show

Pull-request

https://git.openembedded.org/meta-openembedded-contrib timo/fix-PTESTS_PROBLEMS

Message

Tim Orling Feb. 22, 2024, 4:26 a.m. UTC
When PTESTS_FAST_* and PTESTS_SLOW_* were added, we should also have added
PTEST_PROBLEMS_* for meta-*-image-ptest.bb and meta-*-image-ptest-all.bb
so that the BBCLASSEXTEND magic works, even for the "problem children".

This series makes meta-oe, meta-perl and meta-python behave the same as
oe-core (even the PTESTS_PROBLEMS are available there in core-image-ptest-*).

The following changes since commit 7f173ed0fb3d91200e22762f3f6c8b62955fc39e:

  netdata: version bump 1.43.2 -> 1.44.3 (2024-02-21 14:36:06 -0800)

are available in the Git repository at:

  https://git.openembedded.org/meta-openembedded-contrib timo/fix-PTESTS_PROBLEMS
  https://git.openembedded.org/meta-openembedded-contrib/log/?h=timo/fix-PTESTS_PROBLEMS

Tim Orling (3):
  meta-oe-image-ptest: add PTESTS_PROBLEMS_META_OE
  meta-perl-image-ptest: add PTESTS_PROBLEMS_META_PERL
  meta-python-image-ptest: add PTESTS_PROBLEMS_META_PYTHON

 meta-oe/recipes-core/images/meta-oe-image-ptest-all.bb         | 2 +-
 meta-oe/recipes-core/images/meta-oe-image-ptest.bb             | 2 +-
 meta-perl/recipes-core/images/meta-perl-image-ptest-all.bb     | 2 +-
 meta-perl/recipes-core/images/meta-perl-image-ptest.bb         | 2 +-
 meta-python/recipes-core/images/meta-python-image-ptest-all.bb | 2 +-
 meta-python/recipes-core/images/meta-python-image-ptest.bb     | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)