summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/runtime/scanelf.py
Commit message (Collapse)AuthorAgeFilesLines
* lib/oeqa/runtime: add basic scanelf testStefan Stanacar2013-09-061-0/+26
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>