diff options
author | Ross Burton <ross.burton@arm.com> | 2024-07-24 17:08:29 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-07-26 12:28:42 +0100 |
commit | 53e627752a7fc917c1bf6b4f0adc254eeb886d9f (patch) | |
tree | 023025166389d5c5b31178833e20eae7ef3f37a4 /meta/conf/distro | |
parent | 2e3162ffd4cd65baf3a3389bf3469517da1adac6 (diff) | |
download | poky-53e627752a7fc917c1bf6b4f0adc254eeb886d9f.tar.gz |
ptest-packagelists: sort entries
Sort the entries for OCD reasons.
(From OE-Core rev: ca34cbec26baca91689e205a43787745db2caedb)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/distro')
-rw-r--r-- | meta/conf/distro/include/ptest-packagelists.inc | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/meta/conf/distro/include/ptest-packagelists.inc b/meta/conf/distro/include/ptest-packagelists.inc index 5e90096b1e..4025883cca 100644 --- a/meta/conf/distro/include/ptest-packagelists.inc +++ b/meta/conf/distro/include/ptest-packagelists.inc | |||
@@ -28,22 +28,23 @@ PTESTS_FAST = "\ | |||
28 | json-c \ | 28 | json-c \ |
29 | json-glib \ | 29 | json-glib \ |
30 | libconvert-asn1-perl \ | 30 | libconvert-asn1-perl \ |
31 | libexif \ | ||
31 | libgpg-error\ | 32 | libgpg-error\ |
32 | libnl \ | 33 | libnl \ |
33 | libpcre \ | 34 | libpcre \ |
34 | libssh2 \ | 35 | libssh2 \ |
35 | libtimedate-perl \ | ||
36 | libtest-fatal-perl \ | 36 | libtest-fatal-perl \ |
37 | libtest-needs-perl \ | 37 | libtest-needs-perl \ |
38 | libtest-warnings-perl \ | 38 | libtest-warnings-perl \ |
39 | libtimedate-perl \ | ||
39 | libtry-tiny-perl \ | 40 | libtry-tiny-perl \ |
40 | liburi-perl \ | 41 | liburi-perl \ |
41 | libusb1 \ | 42 | libusb1 \ |
42 | libxml-namespacesupport-perl \ | 43 | libxml-namespacesupport-perl \ |
43 | libxml-perl \ | ||
44 | libxml-parser-perl \ | 44 | libxml-parser-perl \ |
45 | libxml-sax-perl \ | 45 | libxml-perl \ |
46 | libxml-sax-base-perl \ | 46 | libxml-sax-base-perl \ |
47 | libxml-sax-perl \ | ||
47 | libxml-simple-perl \ | 48 | libxml-simple-perl \ |
48 | libxml2 \ | 49 | libxml2 \ |
49 | libxmlb \ | 50 | libxmlb \ |
@@ -81,7 +82,6 @@ PTESTS_FAST = "\ | |||
81 | wayland \ | 82 | wayland \ |
82 | xz \ | 83 | xz \ |
83 | zlib \ | 84 | zlib \ |
84 | libexif \ | ||
85 | " | 85 | " |
86 | PTESTS_FAST:append:libc-glibc = " glibc-y2038-tests" | 86 | PTESTS_FAST:append:libc-glibc = " glibc-y2038-tests" |
87 | PTESTS_PROBLEMS:remove:libc-glibc = "glibc-y2038-tests" | 87 | PTESTS_PROBLEMS:remove:libc-glibc = "glibc-y2038-tests" |
@@ -106,22 +106,22 @@ PTESTS_SLOW = "\ | |||
106 | libevent \ | 106 | libevent \ |
107 | libgcrypt \ | 107 | libgcrypt \ |
108 | libmodule-build-perl \ | 108 | libmodule-build-perl \ |
109 | libseccomp \ | ||
109 | lttng-tools \ | 110 | lttng-tools \ |
111 | lz4 \ | ||
110 | openssh \ | 112 | openssh \ |
111 | openssl \ | 113 | openssl \ |
112 | parted \ | 114 | parted \ |
113 | perl \ | 115 | perl \ |
114 | python3-cryptography \ | ||
115 | python3 \ | 116 | python3 \ |
116 | python3-click \ | 117 | python3-click \ |
118 | python3-cryptography \ | ||
117 | python3-xmltodict \ | 119 | python3-xmltodict \ |
118 | strace \ | 120 | strace \ |
119 | tar \ | 121 | tar \ |
120 | tcl \ | 122 | tcl \ |
121 | util-linux \ | 123 | util-linux \ |
122 | valgrind \ | 124 | valgrind \ |
123 | lz4 \ | ||
124 | libseccomp \ | ||
125 | " | 125 | " |
126 | 126 | ||
127 | # python3 ptests hang on qemuriscv64 | 127 | # python3 ptests hang on qemuriscv64 |