]> code.ossystems Code Review - openembedded-core.git/commit
qa.py: Toolchain path should not be hardcoded to execute objdump
authorMuhammad Shakeel <muhammad_shakeel@mentor.com>
Tue, 4 Dec 2012 10:40:59 +0000 (15:40 +0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 6 Dec 2012 12:30:36 +0000 (12:30 +0000)
commita3a0e29d5d796fdf6755503cc31e45199b79d756
tree105f29c8135e7481427a268af6ec6e4a4956d952
parentef2951d052f18be9c5391dce438f5c3fafda3cd5
qa.py: Toolchain path should not be hardcoded to execute objdump

Currently objdump command is invoked from the STAGING_BINDIR_TOOLCHAIN
directory. In case of external toolchain if this directory doesn't
exist then objdump fails to execute. Instead of hardcoding the path
it should search PATH to find it.

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Muhammad Shakeel <muhammad_shakeel@mentor.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/lib/oe/qa.py