summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eglibc/eglibc.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-12-09 11:19:35 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-12-12 21:50:21 +0000
commitab31da70677592af9eed6fe6b7951a47d647bd9a (patch)
treea9ab5d001917941503ea74ba544921524d669115 /meta/recipes-core/eglibc/eglibc.inc
parent976443267b0938942c25b83d55156133e8f9bca8 (diff)
downloadpoky-ab31da70677592af9eed6fe6b7951a47d647bd9a.tar.gz
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 (From OE-Core rev: 9244a3b0565fd52d7973fda42a4f706b16240316) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/eglibc/eglibc.inc')
-rw-r--r--meta/recipes-core/eglibc/eglibc.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/eglibc/eglibc.inc b/meta/recipes-core/eglibc/eglibc.inc
index 272fcb6273..64694a04d8 100644
--- a/meta/recipes-core/eglibc/eglibc.inc
+++ b/meta/recipes-core/eglibc/eglibc.inc
@@ -1,5 +1,6 @@
1require eglibc-common.inc 1require eglibc-common.inc
2require eglibc-ld.inc 2require eglibc-ld.inc
3require eglibc-testing.inc
3 4
4STAGINGCC = "gcc-cross-intermediate" 5STAGINGCC = "gcc-cross-intermediate"
5STAGINGCC_virtclass-nativesdk = "gcc-crosssdk-intermediate" 6STAGINGCC_virtclass-nativesdk = "gcc-crosssdk-intermediate"