blob: f57bbab93028f29e7b3f6a469856bbf1155537e9 [file] [log] [blame]
Patrick Williams39653562024-03-01 08:54:02 -06001#
2# Lists of the ptest in meta-filesystems, sorted into two sets by the time they take
3# Please keep these sorted in alphabetical order
4#
5# A first pass at getting all meta-filesystems recipes which inherit ptest
6# meta_filesystems_ptest_recipes=$(bitbake-layers show-recipes --recipes-only --layer meta-filesystems --inherits ptest --bare | sed -e '1,/=== Matching recipes: ===/d')
7# ptests which take less than ~30s each
8
9PTESTS_FAST_META_FILESYSTEMS = "\
10 e2tools \
11 fuse3 \
12"
13
14PTESTS_SLOW_META_FILESYSTEMS = "\
15"
16PTESTS_PROBLEMS_META_FILESYSTEMS = "\
17 sshfs-fuse \
18"