From 4366ff922ac637b2f523cd73d9cb99b30f67a873 Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Mon, 2 Dec 2019 05:59:23 +0000 Subject: glibc-testing.inc: Remove testglibc script generation Remove the generation of the testglibc script which could be used to run the glibc test suite with a remote target. The same functionality can now be achieved with the 'do_check' task of glibc-testsuite or with oe-selftest (for automation of execution against qemu-user/qemu-system targets). (From OE-Core rev: 6d6fb46631d7d551cc2de48b51172cfcf36e8dd3) Signed-off-by: Nathan Rossi Signed-off-by: Richard Purdie --- meta/recipes-core/glibc/glibc.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/recipes-core/glibc/glibc.inc') diff --git a/meta/recipes-core/glibc/glibc.inc b/meta/recipes-core/glibc/glibc.inc index ea9a04ac73..58d2ba7bc4 100644 --- a/meta/recipes-core/glibc/glibc.inc +++ b/meta/recipes-core/glibc/glibc.inc @@ -1,6 +1,5 @@ require glibc-common.inc require glibc-ld.inc -require glibc-testing.inc DEPENDS = "virtual/${TARGET_PREFIX}gcc libgcc-initial linux-libc-headers" -- cgit v1.2.3-54-g00ecf