[OE-core] [PATCH RESEND] kernel.bbclass: fix emit_depmod_pkgdata() workdir

Ioan-Adrian Ratiu adrian.ratiu at ni.com
Thu Aug 11 08:48:46 UTC 2016


On Wed, 10 Aug 2016, "Burton, Ross" <ross.burton at intel.com> wrote:
> On 10 August 2016 at 16:58, Ioan-Adrian Ratiu <adrian.ratiu at ni.com> wrote:
>
>> bitbake commit 67a7b8b02 "build: don't use $B as the default cwd for
>> functions" breaks the assumption that this function is running under
>> ${B}. This causes build failures because System.map is under ${B}.
>>
>
> For clarity, can the function simply always use absolute paths instead of
> relying on cwd?

Yes, but other functions inside this bbclass also rely on cwd being
${B}; should I modify only this one to absolute paths or modify all of
these functions (do_shared_workdir, or do_strip) to maintain consistency?

>
> Ross



More information about the Openembedded-core mailing list