Re: [OE-core] [PATCH v2 05/12] glibc-testsuite: Create a recipe to implement glibc test suite

2019-09-04 Thread Khem Raj
https://errors.yoctoproject.org/Errors/Details/268225/ so I guess we need TOOLCHAIN = "gcc" set for this On Tue, Sep 3, 2019 at 9:57 AM Nathan Rossi wrote: > > A recipe needs to be created for the test suite due to the dependency > chain between libgcc -> glibc -> libgcc-initial, and the

[OE-core] [PATCH v2 05/12] glibc-testsuite: Create a recipe to implement glibc test suite

2019-09-03 Thread Nathan Rossi
A recipe needs to be created for the test suite due to the dependency chain between libgcc -> glibc -> libgcc-initial, and the requirements of the test suite to have libgcc for compilation and execution. The glibc test suite does not use dejagnu like the gcc test suites do. Instead a test wrapper