diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-10-04 19:08:36 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-10-06 08:37:21 -0700 |
commit | 7b5cb622b4e40ceb7b150c83ee98c40fd24ab9aa (patch) | |
tree | ec9a1c8b08251581960b18aa5c7b7081c03f1f69 /meta-python/recipes-core | |
parent | 0cb018059499f7531749ee1d5d1cbb02a6cf3f0a (diff) | |
download | meta-openembedded-7b5cb622b4e40ceb7b150c83ee98c40fd24ab9aa.tar.gz |
images: Rename ptest images to rhyme with oe-core ptest images
Easy to understand for new-comers.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-core')
-rw-r--r-- | meta-python/recipes-core/images/meta-python-image-ptest-all.bb (renamed from meta-python/recipes-core/images/meta-python-ptest-all-image.bb) | 4 | ||||
-rw-r--r-- | meta-python/recipes-core/images/meta-python-image-ptest-fast.bb (renamed from meta-python/recipes-core/images/meta-python-ptest-fast-image.bb) | 2 | ||||
-rw-r--r-- | meta-python/recipes-core/images/meta-python-image-ptest.bb (renamed from meta-python/recipes-core/images/meta-python-ptest-image.bb) | 0 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-python/recipes-core/images/meta-python-ptest-all-image.bb b/meta-python/recipes-core/images/meta-python-image-ptest-all.bb index fd4dc4248..56c392f03 100644 --- a/meta-python/recipes-core/images/meta-python-ptest-all-image.bb +++ b/meta-python/recipes-core/images/meta-python-image-ptest-all.bb | |||
@@ -12,9 +12,9 @@ require conf/include/ptest-packagelists-meta-python.inc | |||
12 | PTESTS_META_PYTHON = "${PTESTS_FAST_META_PYTHON} ${PTESTS_SLOW_META_PYTHON}" | 12 | PTESTS_META_PYTHON = "${PTESTS_FAST_META_PYTHON} ${PTESTS_SLOW_META_PYTHON}" |
13 | 13 | ||
14 | do_testimage[noexec] = "1" | 14 | do_testimage[noexec] = "1" |
15 | do_testimage[depends] = "${@' '.join(['meta-python-ptest-image-'+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()])}" |
16 | 16 | ||
17 | do_build[depends] = "${@' '.join(['meta-python-ptest-image-'+x+':do_build' for x in d.getVar('PTESTS_META_PYTHON').split()])}" | 17 | do_build[depends] = "${@' '.join(['meta-python-image-ptest-'+x+':do_build' for x in d.getVar('PTESTS_META_PYTHON').split()])}" |
18 | 18 | ||
19 | # normally image.bbclass would do this | 19 | # normally image.bbclass would do this |
20 | EXCLUDE_FROM_WORLD = "1" | 20 | EXCLUDE_FROM_WORLD = "1" |
diff --git a/meta-python/recipes-core/images/meta-python-ptest-fast-image.bb b/meta-python/recipes-core/images/meta-python-image-ptest-fast.bb index 4f93a1595..bb6e8213f 100644 --- a/meta-python/recipes-core/images/meta-python-ptest-fast-image.bb +++ b/meta-python/recipes-core/images/meta-python-image-ptest-fast.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | require meta-python-ptest-all-image.bb | 1 | require meta-python-image-ptest-all.bb |
2 | 2 | ||
3 | DESCRIPTION = "Recipe to trigger execution of all fast meta-python ptest images." | 3 | DESCRIPTION = "Recipe to trigger execution of all fast meta-python ptest images." |
4 | 4 | ||
diff --git a/meta-python/recipes-core/images/meta-python-ptest-image.bb b/meta-python/recipes-core/images/meta-python-image-ptest.bb index f78132253..f78132253 100644 --- a/meta-python/recipes-core/images/meta-python-ptest-image.bb +++ b/meta-python/recipes-core/images/meta-python-image-ptest.bb | |||