lib/oeqa/runtime: add basic scanelf test
authorStefan Stanacar <stefanx.stanacar@intel.com>
Thu, 5 Sep 2013 10:54:43 +0000 (13:54 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 6 Sep 2013 22:04:50 +0000 (23:04 +0100)
commitc537036b8ff5f06fe9b56fd8f06253ceaa314976
treef7e2ed9279a0ba1044e4a8fcbcc0275d2cbc10b1
parentcb46251a3e5ab14f1abf3e750169cc2fa333b9ec
lib/oeqa/runtime: add basic scanelf test

This uses scanelf from the pax-utils package and scans the binaries in PATH
for TEXTREL and RPATH information. For a sato image with pax-utils installed
it shows no output (which is good).

(From OE-Core rev: 629099ad66f5fa2814e5f7908b426149e8978e43)

Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/runtime/scanelf.py [new file with mode: 0644]