summaryrefslogtreecommitdiffstats
path: root/meta/recipes-rt
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2019-08-27 08:52:00 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-08-28 11:31:21 +0100
commited929bed4cccdf9836dff149ac8beab62abbfbd3 (patch)
tree4cca70e52e46fb298938b240f61ce6d21ca62806 /meta/recipes-rt
parentb0efa1952c7eee4fbf834042e290ab804492ba9d (diff)
downloadpoky-ed929bed4cccdf9836dff149ac8beab62abbfbd3.tar.gz
world-broken.inc: Remove
Move still required entries as COMPATIBLE_HOST_libc-musl = 'null' to individual recipes. This also gives users a proper error message when trying to build a known non-building package. (From OE-Core rev: 8bbb17d2dcafa9b4e26941a55932f4be2782e1d1) Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-rt')
-rw-r--r--meta/recipes-rt/rt-tests/rt-tests_1.1.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-rt/rt-tests/rt-tests_1.1.bb b/meta/recipes-rt/rt-tests/rt-tests_1.1.bb
index b673cd784f..5aa0aa10c3 100644
--- a/meta/recipes-rt/rt-tests/rt-tests_1.1.bb
+++ b/meta/recipes-rt/rt-tests/rt-tests_1.1.bb
@@ -14,6 +14,10 @@ SRC_URI += " \
14 file://run-ptest \ 14 file://run-ptest \
15 file://rt_bmark.py \ 15 file://rt_bmark.py \
16 " 16 "
17
18# rt-tests needs PI mutex support in libc
19COMPATIBLE_HOST_libc-musl = 'null'
20
17# Do not install hwlatdetect 21# Do not install hwlatdetect
18EXTRA_OEMAKE += "PYLIB=''" 22EXTRA_OEMAKE += "PYLIB=''"
19 23