]> code.ossystems Code Review - openembedded-core.git/commit
scripts/wic: append bitbake executable file path in eSDK environment
authorChang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>
Thu, 11 Jan 2018 14:55:20 +0000 (22:55 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 12 Jan 2018 08:43:54 +0000 (08:43 +0000)
commit89df0d31c9dd22ceba4c95a2a56ca78e58d871a8
treefc8211972546bccb069137521e967410152351d0
parent8aba1fd023ce3c6767bf42b9faf9ec14fd7c4d02
scripts/wic: append bitbake executable file path in eSDK environment

wic needs a set of tools to be available from sysroots.
wic will find bitbake executable within the environment,
and wic was unable to locate bitbake executable within eSDK
because it wasn't setup with the OE build environment script.
Hence, we need to add bitbake file path into the environment
PATH for wic to be able to discover it and import bb modules.

Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/wic