]> code.ossystems Code Review - openembedded-core.git/commit
wic: try to find bitbake using find_executable API
authorEd Bartosh <eduard.bartosh@intel.com>
Fri, 17 Apr 2015 13:19:01 +0000 (16:19 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 19 Apr 2015 12:34:05 +0000 (13:34 +0100)
commit9d86eb2e448263f7e395b48d95c380b2dc66ad8e
tree66d341a178d3285fbddf732daa36eb7c489132f8
parent7d2b918019b0afe215a6489dad697afac34f73e9
wic: try to find bitbake using find_executable API

Current wic code was assuming that bitbake directory is on the
same level as scripts, which is not the case for oe classic.

Using find_executable bitbake location should be determined better
as this API uss $PATH to search for executables.

Fixes [YOCTO #7621]

Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/wic