diff options
author | André Draszik <git@andred.net> | 2016-07-21 12:09:23 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-25 23:47:01 +0100 |
commit | 4455da22a151c2ac006af63cbd39779b21b12580 (patch) | |
tree | 6cae91d5780fedc9777bae6324bebb561cdba290 /meta/recipes-kernel/sysprof/sysprof_git.bb | |
parent | 392fc3cd276d5029314c7158245bc65dd82279cd (diff) | |
download | openembedded-core-4455da22a151c2ac006af63cbd39779b21b12580.tar.gz openembedded-core-4455da22a151c2ac006af63cbd39779b21b12580.tar.bz2 openembedded-core-4455da22a151c2ac006af63cbd39779b21b12580.zip |
kernel.bbclass: explicitly set workdir in do_bundle_initramfs
bitbake rev 67a7b8b02 "build: don't use $B as the default cwd for
functions" (included in current bitbake master) breaks the assumption
that do_bundle_initramfs runs inside the build directory.
This causes kernel_do_compile() as called from within
do_bundle_initramfs() to fail, as the former is not being executed
from the correct directory anymore. (Note that kernel_do_compile()
as called from bitbake directly doesn't suffer from that problem,
as it inherits the workdir from base_do_compile() in that case.)
Set workdir explicitly.
Signed-off-by: André Draszik <git@andred.net>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-kernel/sysprof/sysprof_git.bb')
0 files changed, 0 insertions, 0 deletions