diff options
author | Chris Laplante <chris.laplante@agilent.com> | 2020-08-02 10:35:02 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-08-08 09:19:34 +0100 |
commit | f664ecb910fdcc20aa9d3db6f5402e9008a5dd13 (patch) | |
tree | 6e08f2bda253169a5a7415df6d4a5bd45ad3fef7 /meta/recipes-gnome | |
parent | 1752a4766443388a8cf372d2c5eddfe2ef1fe899 (diff) | |
download | poky-f664ecb910fdcc20aa9d3db6f5402e9008a5dd13.tar.gz |
bitbake: data: emit filename/lineno information for shell functions
Make it easier for users to debug shell task failure by including
some breadcrumbs in the emitted .run file that (hopefully) points
to the .bb/.bbclass file where the shell function was defined.
Unfortunately this won't work with functions with _append
or _prepends, since BitBake wipes the filename/lineno information.
This shouldn't be too hard to fix; for now, you'll just see
comments like this for such functions:
[YOCTO #7877]
(Bitbake rev: 9747211cbb45401cbf4dd0409e9c80c648a178c6)
Signed-off-by: Chris Laplante <chris.laplante@agilent.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
0 files changed, 0 insertions, 0 deletions