diff options
| author | Tim Orling <tim.orling@konsulko.com> | 2024-02-21 20:26:29 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-02-21 21:05:44 -0800 |
| commit | 1fba7ed6158210399abbf502d5dd945d1a456952 (patch) | |
| tree | 31d3164f5ef19d4b9f12a5d033708603fe516e5b | |
| parent | 33236c4c1bd18b52d21417f3f6f38ddcec67e2a9 (diff) | |
| download | meta-openembedded-1fba7ed6158210399abbf502d5dd945d1a456952.tar.gz | |
meta-oe-image-ptest: add PTESTS_PROBLEMS_META_OE
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-oe.
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-core/images/meta-oe-image-ptest-all.bb | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-core/images/meta-oe-image-ptest.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-core/images/meta-oe-image-ptest-all.bb b/meta-oe/recipes-core/images/meta-oe-image-ptest-all.bb index e8e1750b0e..da942e8bee 100644 --- a/meta-oe/recipes-core/images/meta-oe-image-ptest-all.bb +++ b/meta-oe/recipes-core/images/meta-oe-image-ptest-all.bb | |||
| @@ -9,7 +9,7 @@ REQUIRED_DISTRO_FEATURES = "ptest" | |||
| 9 | require conf/include/ptest-packagelists-meta-oe.inc | 9 | require conf/include/ptest-packagelists-meta-oe.inc |
| 10 | 10 | ||
| 11 | # Include the full set of ptests | 11 | # Include the full set of ptests |
| 12 | PTESTS_META_OE = "${PTESTS_FAST_META_OE} ${PTESTS_SLOW_META_OE}" | 12 | PTESTS_META_OE = "${PTESTS_FAST_META_OE} ${PTESTS_SLOW_META_OE} ${PTESTS_PROBLEMS_META_OE}" |
| 13 | 13 | ||
| 14 | do_testimage[noexec] = "1" | 14 | do_testimage[noexec] = "1" |
| 15 | do_testimage[depends] = "${@' '.join(['meta-oe-image-ptest-'+x+':do_testimage' for x in d.getVar('PTESTS_META_OE').split()])}" | 15 | do_testimage[depends] = "${@' '.join(['meta-oe-image-ptest-'+x+':do_testimage' for x in d.getVar('PTESTS_META_OE').split()])}" |
diff --git a/meta-oe/recipes-core/images/meta-oe-image-ptest.bb b/meta-oe/recipes-core/images/meta-oe-image-ptest.bb index 4cd1f4497c..b32df0e221 100644 --- a/meta-oe/recipes-core/images/meta-oe-image-ptest.bb +++ b/meta-oe/recipes-core/images/meta-oe-image-ptest.bb | |||
| @@ -9,7 +9,7 @@ SUMMARY = "meta-oe ptest test image" | |||
| 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_OE = "${PTESTS_SLOW_META_OE} ${PTESTS_FAST_META_OE}" | 12 | PTESTS_META_OE = "${PTESTS_SLOW_META_OE} ${PTESTS_FAST_META_OE} ${PTESTS_PROBLEMS_META_OE}" |
| 13 | 13 | ||
| 14 | IMAGE_INSTALL:append = " ${MCNAME}-ptest openssh" | 14 | IMAGE_INSTALL:append = " ${MCNAME}-ptest openssh" |
| 15 | 15 | ||
