diff options
author | yanxk <yanxk.fnst@fujitsu.com> | 2023-02-09 08:54:56 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-02-10 09:25:44 +0000 |
commit | 456a61c0f82bffccdc415405214bf5227d5f6b43 (patch) | |
tree | df7f9e8472805a5e58826167d900002e7e7d6ef0 /meta/conf | |
parent | 8a1e91934e1adca6be15947b0074928beff5a15e (diff) | |
download | poky-456a61c0f82bffccdc415405214bf5227d5f6b43.tar.gz |
cpio: Add ptest support
Add ptest function for oss 'cpio'.
Tis test takes less than 1 second with kvm enabled, so it is a fast test.
autotest files would contain TMPDIR, they are removed from script files
atconfig and atlocal.
(From OE-Core rev: 9661e76aa1ea89b3dcc24a4d69fa7e6161873d7f)
Signed-off-by: yanxk <yanxk.fnst@fujitsu.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/distro/include/ptest-packagelists.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/distro/include/ptest-packagelists.inc b/meta/conf/distro/include/ptest-packagelists.inc index 5422ecd378..0681b4b7a2 100644 --- a/meta/conf/distro/include/ptest-packagelists.inc +++ b/meta/conf/distro/include/ptest-packagelists.inc | |||
@@ -12,6 +12,7 @@ PTESTS_FAST = "\ | |||
12 | bc-ptest \ | 12 | bc-ptest \ |
13 | bluez5-ptest \ | 13 | bluez5-ptest \ |
14 | busybox-ptest \ | 14 | busybox-ptest \ |
15 | cpio-ptest \ | ||
15 | diffstat-ptest \ | 16 | diffstat-ptest \ |
16 | diffutils-ptest \ | 17 | diffutils-ptest \ |
17 | ethtool-ptest \ | 18 | ethtool-ptest \ |