summaryrefslogtreecommitdiffstats
path: root/meta-perl
diff options
context:
space:
mode:
authorTim Orling <tim.orling@konsulko.com>2024-02-21 20:26:30 -0800
committerKhem Raj <raj.khem@gmail.com>2024-02-22 07:38:42 -0800
commit22f6e7eec394fcfbb84b48dd50c5bb90f1afb3f5 (patch)
tree7494b24b632f27e7ff8e7356bf1e2235c242b9d4 /meta-perl
parentc558d137d438900519a68a542d1780edfb390fc9 (diff)
downloadmeta-openembedded-22f6e7eec394fcfbb84b48dd50c5bb90f1afb3f5.tar.gz
meta-perl-image-ptest: add PTESTS_PROBLEMS_META_PERL
In oe-core, PTESTS_PROBLEMS are also enabled, so even though the recipe might have failures or the ptests do not run cleanly, the BBCLASSEXTEND still works. Enable the same behavior for meta-perl. Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-perl')
-rw-r--r--meta-perl/recipes-core/images/meta-perl-image-ptest-all.bb2
-rw-r--r--meta-perl/recipes-core/images/meta-perl-image-ptest.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-perl/recipes-core/images/meta-perl-image-ptest-all.bb b/meta-perl/recipes-core/images/meta-perl-image-ptest-all.bb
index e2cafa98a..9efe5087f 100644
--- a/meta-perl/recipes-core/images/meta-perl-image-ptest-all.bb
+++ b/meta-perl/recipes-core/images/meta-perl-image-ptest-all.bb
@@ -9,7 +9,7 @@ REQUIRED_DISTRO_FEATURES = "ptest"
9require conf/include/ptest-packagelists-meta-perl.inc 9require conf/include/ptest-packagelists-meta-perl.inc
10 10
11# Include the full set of ptests 11# Include the full set of ptests
12PTESTS_META_PERL = "${PTESTS_FAST_META_PERL} ${PTESTS_SLOW_META_PERL}" 12PTESTS_META_PERL = "${PTESTS_FAST_META_PERL} ${PTESTS_SLOW_META_PERL} ${PTESTS_PROBLEMS_META_PERL}"
13 13
14do_testimage[noexec] = "1" 14do_testimage[noexec] = "1"
15do_testimage[depends] = "${@' '.join(['meta-perl-image-ptest-'+x+':do_testimage' for x in d.getVar('PTESTS_META_PERL').split()])}" 15do_testimage[depends] = "${@' '.join(['meta-perl-image-ptest-'+x+':do_testimage' for x in d.getVar('PTESTS_META_PERL').split()])}"
diff --git a/meta-perl/recipes-core/images/meta-perl-image-ptest.bb b/meta-perl/recipes-core/images/meta-perl-image-ptest.bb
index 790597782..94d77b97f 100644
--- a/meta-perl/recipes-core/images/meta-perl-image-ptest.bb
+++ b/meta-perl/recipes-core/images/meta-perl-image-ptest.bb
@@ -9,7 +9,7 @@ require conf/include/ptest-packagelists-meta-perl.inc
9DESCRIPTION += "Also including the ${MCNAME} ptest package." 9DESCRIPTION += "Also including the ${MCNAME} ptest package."
10HOMEPAGE = "https://www.openembedded.org/" 10HOMEPAGE = "https://www.openembedded.org/"
11 11
12PTESTS_META_PERL = "${PTESTS_SLOW_META_PERL} ${PTESTS_FAST_META_PERL}" 12PTESTS_META_PERL = "${PTESTS_SLOW_META_PERL} ${PTESTS_FAST_META_PERL} ${PTESTS_PROBLEMS_META_PERL}"
13 13
14IMAGE_INSTALL:append = " ${MCNAME}-ptest openssh" 14IMAGE_INSTALL:append = " ${MCNAME}-ptest openssh"
15 15