summaryrefslogtreecommitdiffstats
path: root/meta-perl
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-10-04 19:08:36 -0700
committerKhem Raj <raj.khem@gmail.com>2023-10-06 08:37:21 -0700
commit7b5cb622b4e40ceb7b150c83ee98c40fd24ab9aa (patch)
treeec9a1c8b08251581960b18aa5c7b7081c03f1f69 /meta-perl
parent0cb018059499f7531749ee1d5d1cbb02a6cf3f0a (diff)
downloadmeta-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-perl')
-rw-r--r--meta-perl/recipes-core/images/meta-perl-image-ptest-all.bb (renamed from meta-perl/recipes-core/images/meta-perl-ptest-all-image.bb)4
-rw-r--r--meta-perl/recipes-core/images/meta-perl-image-ptest-fast.bb (renamed from meta-perl/recipes-core/images/meta-perl-ptest-fast-image.bb)2
-rw-r--r--meta-perl/recipes-core/images/meta-perl-image-ptest.bb (renamed from meta-perl/recipes-core/images/meta-perl-ptest-image.bb)0
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-perl/recipes-core/images/meta-perl-ptest-all-image.bb b/meta-perl/recipes-core/images/meta-perl-image-ptest-all.bb
index 236043c22..e2cafa98a 100644
--- a/meta-perl/recipes-core/images/meta-perl-ptest-all-image.bb
+++ b/meta-perl/recipes-core/images/meta-perl-image-ptest-all.bb
@@ -12,9 +12,9 @@ require conf/include/ptest-packagelists-meta-perl.inc
12PTESTS_META_PERL = "${PTESTS_FAST_META_PERL} ${PTESTS_SLOW_META_PERL}" 12PTESTS_META_PERL = "${PTESTS_FAST_META_PERL} ${PTESTS_SLOW_META_PERL}"
13 13
14do_testimage[noexec] = "1" 14do_testimage[noexec] = "1"
15do_testimage[depends] = "${@' '.join(['meta-perl-ptest-image-'+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()])}"
16 16
17do_build[depends] = "${@' '.join(['meta-perl-ptest-image-'+x+':do_build' for x in d.getVar('PTESTS_META_PERL').split()])}" 17do_build[depends] = "${@' '.join(['meta-perl-image-ptest-'+x+':do_build' for x in d.getVar('PTESTS_META_PERL').split()])}"
18 18
19# normally image.bbclass would do this 19# normally image.bbclass would do this
20EXCLUDE_FROM_WORLD = "1" 20EXCLUDE_FROM_WORLD = "1"
diff --git a/meta-perl/recipes-core/images/meta-perl-ptest-fast-image.bb b/meta-perl/recipes-core/images/meta-perl-image-ptest-fast.bb
index 5d8afa08e..1ac78f30b 100644
--- a/meta-perl/recipes-core/images/meta-perl-ptest-fast-image.bb
+++ b/meta-perl/recipes-core/images/meta-perl-image-ptest-fast.bb
@@ -1,4 +1,4 @@
1require meta-perl-ptest-all-image.bb 1require meta-perl-image-ptest-all.bb
2 2
3DESCRIPTION = "Recipe to trigger execution of all fast meta-perl ptest images." 3DESCRIPTION = "Recipe to trigger execution of all fast meta-perl ptest images."
4 4
diff --git a/meta-perl/recipes-core/images/meta-perl-ptest-image.bb b/meta-perl/recipes-core/images/meta-perl-image-ptest.bb
index d84671758..d84671758 100644
--- a/meta-perl/recipes-core/images/meta-perl-ptest-image.bb
+++ b/meta-perl/recipes-core/images/meta-perl-image-ptest.bb