summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/m4
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-12-13 12:10:55 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-12-21 10:16:31 +0000
commit82855a1a84cab1f9b551dc126fca0560d725e4ec (patch)
tree5e91717887fc59d601855ef7982e392049a53e54 /meta/recipes-devtools/m4
parentace02cec70a4a1bc9088044905b3c4a801a39a1b (diff)
downloadpoky-82855a1a84cab1f9b551dc126fca0560d725e4ec.tar.gz
ptest-packagelists.inc: correctly assign fast and slow tests
The execution times were checked from https://autobuilder.yocto.io/pub/non-release/20221127-2/testresults/qemux86-64-ptest/core-image-ptest-all/log.do_testimage.40537.20221127010849 and ptests were moved both ways according to the same criteria: more than 30 seconds or less. openssl is dropped from fast tests, as it is also listed in slow tests (which is correct). With the rearrangement fast ptests altogether take about 420 seconds on qemux86_64 with kvm. m4 ptest was missing a depedency. (From OE-Core rev: e15ad965f22fe14270274687eff9849256a74fec) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/m4')
-rw-r--r--meta/recipes-devtools/m4/m4-1.4.19.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/m4/m4-1.4.19.inc b/meta/recipes-devtools/m4/m4-1.4.19.inc
index 2adf4de6f2..6ee9742277 100644
--- a/meta/recipes-devtools/m4/m4-1.4.19.inc
+++ b/meta/recipes-devtools/m4/m4-1.4.19.inc
@@ -54,6 +54,7 @@ do_install_ptest() {
54 54
55RDEPENDS:${PN}-ptest += "make coreutils diffutils" 55RDEPENDS:${PN}-ptest += "make coreutils diffutils"
56RDEPENDS:${PN}-ptest:append:libc-glibc = "\ 56RDEPENDS:${PN}-ptest:append:libc-glibc = "\
57 locale-base-fr-fr \
57 locale-base-fr-fr.iso-8859-1 \ 58 locale-base-fr-fr.iso-8859-1 \
58" 59"
59 60