]> code.ossystems Code Review - openembedded-core.git/commit
scripts: Update to use exec_module() instead of load_module()
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 4 Jan 2022 23:06:50 +0000 (23:06 +0000)
committerSteve Sakoman <steve@sakoman.com>
Thu, 6 Jan 2022 14:27:01 +0000 (04:27 -1000)
commitc0710d4ffb6c11083daf77fe24129d879f270591
tree3314db4d8575b0fb18249efc1b3af2527898f7ca
parentbb767e338ad25e27e6bf2c7dfdecc639e8105059
scripts: Update to use exec_module() instead of load_module()

This is deprecated in python 3.12 and Fedora 35 is throwing warnings so
move to the new functions.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 655cd3f614d736416eab0d708b7c49674bf5c977)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
scripts/lib/scriptutils.py
scripts/lib/wic/pluginbase.py