[yocto] [prelink-cross][PATCH 0/2] aarch64 fixes reported by testsuite failures

2015-11-26 Thread Maninder Singh
aarch64 fixes reported by testsuite failures To work this we need to copy all required system libs in testsuite directory, and at our set-up we copied below libs:- 1. ld-linux-aarch64.so.1 2. libc.so.6 3. libgcc_s.so.1 4. libm.so.6 5. libstdc++.so.6 root# make check make check-TESTS make[1]:

Re: [yocto] [prelink-cross][PATCH 0/2] aarch64 fixes reported by testsuite failures

2015-11-26 Thread Mark Hatle
Thank you. I'm going to try to get this and the previous set of pending patches merged in the next day or so. I'll let everyone know when the next test version is ready. --Mark On 11/26/15 2:01 AM, Maninder Singh wrote: > aarch64 fixes reported by testsuite failures > > To work this we need