From ed929bed4cccdf9836dff149ac8beab62abbfbd3 Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Tue, 27 Aug 2019 08:52:00 +0300 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-rt/rt-tests/rt-tests_1.1.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta/recipes-rt/rt-tests/rt-tests_1.1.bb') 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 += " \ file://run-ptest \ file://rt_bmark.py \ " + +# rt-tests needs PI mutex support in libc +COMPATIBLE_HOST_libc-musl = 'null' + # Do not install hwlatdetect EXTRA_OEMAKE += "PYLIB=''" -- cgit v1.2.3-54-g00ecf