summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-10-04 19:08:36 -0700
committerArmin Kuster <akuster808@gmail.com>2023-10-12 09:58:05 -0400
commitbe0088da5ab4df6406f3a3fd20ace00dd686a193 (patch)
tree00e1033cea391daaa0bab5e0e12a76e0866f5842
parent3adc76cf05508e5b396905938366fa029a60cd56 (diff)
downloadmeta-openembedded-be0088da5ab4df6406f3a3fd20ace00dd686a193.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> (cherry picked from commit 7b5cb622b4e40ceb7b150c83ee98c40fd24ab9aa) Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-core/images/meta-oe-image-ptest-all.bb (renamed from meta-oe/recipes-core/images/meta-oe-ptest-all-image.bb)4
-rw-r--r--meta-oe/recipes-core/images/meta-oe-image-ptest-fast.bb (renamed from meta-oe/recipes-core/images/meta-oe-ptest-fast-image.bb)2
-rw-r--r--meta-oe/recipes-core/images/meta-oe-image-ptest.bb (renamed from meta-oe/recipes-core/images/meta-oe-ptest-image.bb)0
-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
-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
9 files changed, 9 insertions, 9 deletions
diff --git a/meta-oe/recipes-core/images/meta-oe-ptest-all-image.bb b/meta-oe/recipes-core/images/meta-oe-image-ptest-all.bb
index 0ea03dd2e3..e8e1750b0e 100644
--- a/meta-oe/recipes-core/images/meta-oe-ptest-all-image.bb
+++ b/meta-oe/recipes-core/images/meta-oe-image-ptest-all.bb
@@ -12,9 +12,9 @@ require conf/include/ptest-packagelists-meta-oe.inc
12PTESTS_META_OE = "${PTESTS_FAST_META_OE} ${PTESTS_SLOW_META_OE}" 12PTESTS_META_OE = "${PTESTS_FAST_META_OE} ${PTESTS_SLOW_META_OE}"
13 13
14do_testimage[noexec] = "1" 14do_testimage[noexec] = "1"
15do_testimage[depends] = "${@' '.join(['meta-oe-ptest-image-'+x+':do_testimage' for x in d.getVar('PTESTS_META_OE').split()])}" 15do_testimage[depends] = "${@' '.join(['meta-oe-image-ptest-'+x+':do_testimage' for x in d.getVar('PTESTS_META_OE').split()])}"
16 16
17do_build[depends] = "${@' '.join(['meta-oe-ptest-image-'+x+':do_build' for x in d.getVar('PTESTS_META_OE').split()])}" 17do_build[depends] = "${@' '.join(['meta-oe-image-ptest-'+x+':do_build' for x in d.getVar('PTESTS_META_OE').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-oe/recipes-core/images/meta-oe-ptest-fast-image.bb b/meta-oe/recipes-core/images/meta-oe-image-ptest-fast.bb
index f56e841ff1..46b48d65d6 100644
--- a/meta-oe/recipes-core/images/meta-oe-ptest-fast-image.bb
+++ b/meta-oe/recipes-core/images/meta-oe-image-ptest-fast.bb
@@ -1,4 +1,4 @@
1require meta-oe-ptest-all-image.bb 1require meta-oe-image-ptest-all.bb
2 2
3DESCRIPTION = "Recipe to trigger execution of all fast meta-oe ptest images." 3DESCRIPTION = "Recipe to trigger execution of all fast meta-oe ptest images."
4 4
diff --git a/meta-oe/recipes-core/images/meta-oe-ptest-image.bb b/meta-oe/recipes-core/images/meta-oe-image-ptest.bb
index dd03022c57..dd03022c57 100644
--- a/meta-oe/recipes-core/images/meta-oe-ptest-image.bb
+++ b/meta-oe/recipes-core/images/meta-oe-image-ptest.bb
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 236043c22a..e2cafa98a5 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 5d8afa08e7..1ac78f30b7 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 d846717580..d846717580 100644
--- a/meta-perl/recipes-core/images/meta-perl-ptest-image.bb
+++ b/meta-perl/recipes-core/images/meta-perl-image-ptest.bb
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 fd4dc42487..56c392f036 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
12PTESTS_META_PYTHON = "${PTESTS_FAST_META_PYTHON} ${PTESTS_SLOW_META_PYTHON}" 12PTESTS_META_PYTHON = "${PTESTS_FAST_META_PYTHON} ${PTESTS_SLOW_META_PYTHON}"
13 13
14do_testimage[noexec] = "1" 14do_testimage[noexec] = "1"
15do_testimage[depends] = "${@' '.join(['meta-python-ptest-image-'+x+':do_testimage' for x in d.getVar('PTESTS_META_PYTHON').split()])}" 15do_testimage[depends] = "${@' '.join(['meta-python-image-ptest-'+x+':do_testimage' for x in d.getVar('PTESTS_META_PYTHON').split()])}"
16 16
17do_build[depends] = "${@' '.join(['meta-python-ptest-image-'+x+':do_build' for x in d.getVar('PTESTS_META_PYTHON').split()])}" 17do_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
20EXCLUDE_FROM_WORLD = "1" 20EXCLUDE_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 4f93a15959..bb6e8213fe 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 @@
1require meta-python-ptest-all-image.bb 1require meta-python-image-ptest-all.bb
2 2
3DESCRIPTION = "Recipe to trigger execution of all fast meta-python ptest images." 3DESCRIPTION = "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 f781322537..f781322537 100644
--- a/meta-python/recipes-core/images/meta-python-ptest-image.bb
+++ b/meta-python/recipes-core/images/meta-python-image-ptest.bb