]> code.ossystems Code Review - openembedded-core.git/commit
eglibc: Generate cross testing script during install
authorKhem Raj <raj.khem@gmail.com>
Fri, 9 Dec 2011 19:19:35 +0000 (11:19 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 12 Dec 2011 21:50:10 +0000 (21:50 +0000)
commit9244a3b0565fd52d7973fda42a4f706b16240316
tree5c7339e9044404c3c68fb2cb13983a1e02ec5344
parentc09c6e61991b30c99d68fa6c2e5639d490a65e89
eglibc: Generate cross testing script during install

EGLIBC has long had cross testing capability, so use
that there are few steps needed on setting up the target
as well as the build host. This patch tries to generate
a script with all the needed environment on build host system

To use this script one needs to setup the target as described
in the testing intructions of eglibc and then this script
can directly interface to the target and run the tests from
eglibc's build directory. To run this script

bash <script> username@testing_hostname/ip

The output can be dumped into a log file for later viewing
and checked for "Error " to see the failed tests

Removes INC_PR its not used anywhere

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/recipes-core/eglibc/eglibc-common.inc
meta/recipes-core/eglibc/eglibc-testing.inc [new file with mode: 0644]
meta/recipes-core/eglibc/eglibc.inc
meta/recipes-core/eglibc/eglibc_2.13.bb
meta/recipes-core/eglibc/eglibc_2.14.bb