diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-16 13:32:36 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-18 13:17:10 +0000 |
commit | c45c8308006833e80ffa7fa84e647cea44148de0 (patch) | |
tree | 9f9ddbfa1add64aaf3aa8503dc515ef83d65c31a /meta-yocto-bsp/recipes-graphics | |
parent | e838455c34aa2bdc406741dcc5e4673352ef16cb (diff) | |
download | poky-c45c8308006833e80ffa7fa84e647cea44148de0.tar.gz |
bitbake: data_smart: Skip commonly accessed variables from variable data context lookup
The code tries to expand missing entities when they're encountered in
python expressions. Looking at traces, these are often things which
would not be in the data store such as "bb".
Optimise to skip the data store queries for things we know will never
be there. The expansion cache usually covers these but skipping
entirely cuts a few million function calls parsing OE-Core.
(Bitbake rev: 1ae712635a2eef3ecbf541e1f7cc2eeb2f3799c9)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/recipes-graphics')
0 files changed, 0 insertions, 0 deletions