diff options
| author | Tim Orling <tim.orling@konsulko.com> | 2024-02-21 20:26:31 -0800 | 
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-02-22 07:38:42 -0800 | 
| commit | 1e853f5c5f8db616baac7dd17634cf4807a70e7d (patch) | |
| tree | 55bc5fa5632565788c43fae3cceae337dfb62626 | |
| parent | 22f6e7eec394fcfbb84b48dd50c5bb90f1afb3f5 (diff) | |
| download | meta-openembedded-1e853f5c5f8db616baac7dd17634cf4807a70e7d.tar.gz | |
meta-python-image-ptest: add PTESTS_PROBLEMS_META_PYTHON
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-python.
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-python/recipes-core/images/meta-python-image-ptest-all.bb | 2 | ||||
| -rw-r--r-- | meta-python/recipes-core/images/meta-python-image-ptest.bb | 2 | 
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-core/images/meta-python-image-ptest-all.bb b/meta-python/recipes-core/images/meta-python-image-ptest-all.bb index 56c392f036..d6708c5fd0 100644 --- a/meta-python/recipes-core/images/meta-python-image-ptest-all.bb +++ b/meta-python/recipes-core/images/meta-python-image-ptest-all.bb  | |||
| @@ -9,7 +9,7 @@ REQUIRED_DISTRO_FEATURES = "ptest" | |||
| 9 | require conf/include/ptest-packagelists-meta-python.inc | 9 | require conf/include/ptest-packagelists-meta-python.inc | 
| 10 | 10 | ||
| 11 | # Include the full set of ptests | 11 | # Include the full set of ptests | 
| 12 | PTESTS_META_PYTHON = "${PTESTS_FAST_META_PYTHON} ${PTESTS_SLOW_META_PYTHON}" | 12 | PTESTS_META_PYTHON = "${PTESTS_FAST_META_PYTHON} ${PTESTS_SLOW_META_PYTHON} ${PTESTS_PROBLEMS_META_PYTHON}" | 
| 13 | 13 | ||
| 14 | do_testimage[noexec] = "1" | 14 | do_testimage[noexec] = "1" | 
| 15 | do_testimage[depends] = "${@' '.join(['meta-python-image-ptest-'+x+':do_testimage' for x in d.getVar('PTESTS_META_PYTHON').split()])}" | 15 | do_testimage[depends] = "${@' '.join(['meta-python-image-ptest-'+x+':do_testimage' for x in d.getVar('PTESTS_META_PYTHON').split()])}" | 
diff --git a/meta-python/recipes-core/images/meta-python-image-ptest.bb b/meta-python/recipes-core/images/meta-python-image-ptest.bb index fed676c42e..9c542855a2 100644 --- a/meta-python/recipes-core/images/meta-python-image-ptest.bb +++ b/meta-python/recipes-core/images/meta-python-image-ptest.bb  | |||
| @@ -9,7 +9,7 @@ SUMMARY = "meta-python 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_PYTHON = "${PTESTS_SLOW_META_PYTHON} ${PTESTS_FAST_META_PYTHON}" | 12 | PTESTS_META_PYTHON = "${PTESTS_SLOW_META_PYTHON} ${PTESTS_FAST_META_PYTHON} ${PTESTS_PROBLEMS_META_PYTHON}" | 
| 13 | 13 | ||
| 14 | IMAGE_INSTALL:append = " ${MCNAME}-ptest openssh" | 14 | IMAGE_INSTALL:append = " ${MCNAME}-ptest openssh" | 
| 15 | 15 | ||
