diff options
| -rw-r--r-- | meta-perl/recipes-core/images/meta-perl-image-ptest-all.bb | 2 | ||||
| -rw-r--r-- | meta-perl/recipes-core/images/meta-perl-image-ptest.bb | 2 |
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 e2cafa98a5..9efe5087f0 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" | |||
| 9 | require conf/include/ptest-packagelists-meta-perl.inc | 9 | require conf/include/ptest-packagelists-meta-perl.inc |
| 10 | 10 | ||
| 11 | # Include the full set of ptests | 11 | # Include the full set of ptests |
| 12 | PTESTS_META_PERL = "${PTESTS_FAST_META_PERL} ${PTESTS_SLOW_META_PERL}" | 12 | PTESTS_META_PERL = "${PTESTS_FAST_META_PERL} ${PTESTS_SLOW_META_PERL} ${PTESTS_PROBLEMS_META_PERL}" |
| 13 | 13 | ||
| 14 | do_testimage[noexec] = "1" | 14 | do_testimage[noexec] = "1" |
| 15 | do_testimage[depends] = "${@' '.join(['meta-perl-image-ptest-'+x+':do_testimage' for x in d.getVar('PTESTS_META_PERL').split()])}" | 15 | do_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 7905977828..94d77b97f0 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 | |||
| 9 | DESCRIPTION += "Also including the ${MCNAME} ptest package." | 9 | DESCRIPTION += "Also including the ${MCNAME} ptest package." |
| 10 | HOMEPAGE = "https://www.openembedded.org/" | 10 | HOMEPAGE = "https://www.openembedded.org/" |
| 11 | 11 | ||
| 12 | PTESTS_META_PERL = "${PTESTS_SLOW_META_PERL} ${PTESTS_FAST_META_PERL}" | 12 | PTESTS_META_PERL = "${PTESTS_SLOW_META_PERL} ${PTESTS_FAST_META_PERL} ${PTESTS_PROBLEMS_META_PERL}" |
| 13 | 13 | ||
| 14 | IMAGE_INSTALL:append = " ${MCNAME}-ptest openssh" | 14 | IMAGE_INSTALL:append = " ${MCNAME}-ptest openssh" |
| 15 | 15 | ||
