1#
2# Lists of the ptest in meta-multimedia, 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-multimedia recipes which inherit ptest
6# meta_multimedia_ptest_recipes=$(bitbake-layers show-recipes --recipes-only --layer meta-multimedia --inherits ptest --bare | sed -e '1,/=== Matching recipes: ===/d')
7# ptests which take less than ~30s each
8
9PTESTS_FAST_META_MULTIMEDIA = "\
10"
11
12PTESTS_SLOW_META_MULTIMEDIA = "\
13"
14
15PTESTS_PROBLEMS_META_MULTIMEDIA = "\
16    libopenmpt \
17"
18