Skip to content

Commit

Permalink
src/poky:bitbake: data_smart: Small optimisation to _findVar()
Browse files Browse the repository at this point in the history
Some users of _findVar don't need the override data and even
getVarFlag doesn't need it in some common cases (parsing=True).

Rearrange the code as the current overridedata approach doesn't need
to be in the _findVar code anyway. This removes some search overhead
from a critical path.

(Bitbake rev: fcb64e1138a20eb19560af3fc5d1fa748cc9cf34)

Signed-off-by: Richard Purdie <[email protected]>
  • Loading branch information
rpurdie committed Jan 24, 2023
1 parent 82bb29c commit 0ec3cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/poky
Submodule poky updated from 663c25 to ea12b6

0 comments on commit 0ec3cd7

Please sign in to comment.