diff options
author | Ross Burton <ross.burton@arm.com> | 2025-06-19 14:20:42 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-06-20 09:52:28 +0100 |
commit | 55c4f54106514cf3a34fdcb38eac9e08335bb087 (patch) | |
tree | 205eae7e2f12edbc1b65244a6bb5951291e940cd /meta-selftest/recipes-test/git-submodule-test | |
parent | d56b141a4eea831eca796ee4f7d9ea5ef92af7dd (diff) | |
download | poky-master.tar.gz |
get_bb_var() currently end up calling 'bitbake -e' and parsing the whole
output. However if postconfig isn't set then we can speed this up by
just calling bitbake-getvar.
The complication with failing bitbake-getvar calls is because we need to
be careful to return None instead of the empty string when the variable
doesn't exist.
(From OE-Core rev: fafe77879aa6225aa8b5187ff590bb4998cbf987)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-selftest/recipes-test/git-submodule-test')
0 files changed, 0 insertions, 0 deletions