diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-02-22 18:55:43 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-02-22 19:23:55 -0800 |
commit | e886090d9a1c12870f7dd99eca166305db1004cb (patch) | |
tree | da6e0e173d239ae25d83f3c41fb0c476dab15bcc /meta-multimedia/conf/include | |
parent | 2a86823036e1c1ed3c6fe121f9d39851fb04cd23 (diff) | |
download | meta-openembedded-e886090d9a1c12870f7dd99eca166305db1004cb.tar.gz |
meta-multimedia-image-ptest: Add images to enable BBCLASSEXTEND parallel execution
In line with other layers like meta-oe, meta-python add capability to
run recipe ptests
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia/conf/include')
-rw-r--r-- | meta-multimedia/conf/include/ptest-packagelists-meta-multimedia.inc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-multimedia/conf/include/ptest-packagelists-meta-multimedia.inc b/meta-multimedia/conf/include/ptest-packagelists-meta-multimedia.inc new file mode 100644 index 000000000..e21ad5766 --- /dev/null +++ b/meta-multimedia/conf/include/ptest-packagelists-meta-multimedia.inc | |||
@@ -0,0 +1,17 @@ | |||
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 | |||
9 | PTESTS_FAST_META_MULTIMEDIA = "\ | ||
10 | " | ||
11 | |||
12 | PTESTS_SLOW_META_MULTIMEDIA = "\ | ||
13 | " | ||
14 | |||
15 | PTESTS_PROBLEMS_META_MULTIMEDIA = "\ | ||
16 | libopenmpt \ | ||
17 | " | ||