summaryrefslogtreecommitdiffstats
path: root/meta/lib
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2020-12-10 13:13:41 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-10 13:39:15 +0000
commit796be0593a607938aef3941372a9238b7e895446 (patch)
tree1ba1da807b8827755ca18cdd959ee013cf06e6da /meta/lib
parentfe205758a06a7e1cfcca504647da7a82770aeea4 (diff)
downloadpoky-796be0593a607938aef3941372a9238b7e895446.tar.gz
bitbake: msg: use safe YAML loader
If using a YAML file in BB_LOGCONFIG, the unsafe loader is used and this causes a runtime warning: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. As log configuration YAML is relatively simple we can just use safe_load(). (Bitbake rev: 71aaac9efa69abbf6c27d174e0862644cbf674ef) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib')
0 files changed, 0 insertions, 0 deletions