]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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:43 +0000 (13:34 +0100)
commit9a664b91da58871f8ad3fbfac07f7292d357ce54
tree022bf159a74148f836b25f7c3507c12a9a1241e0
parentd7a9b5ea5553dff3330523f85d358dd6b8503c1c
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]

(From OE-Core rev: 9d86eb2e448263f7e395b48d95c380b2dc66ad8e)

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