]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
combo-layer: dont use bb.utils.rename
authorRoss Burton <ross.burton@arm.com>
Wed, 7 Dec 2022 16:36:49 +0000 (16:36 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 8 Dec 2022 10:50:24 +0000 (10:50 +0000)
commit528f4fb3683d048537604e4562ea758968060d62
tree7192157155de19637ae0df932c7e1021375495f5
parentebfab6c3034d41252d19c6e1a0ba79072aa51146
combo-layer: dont use bb.utils.rename

Bitbake may not be configured, and bb isn't imported anyway.

Instead just use os.rename(), and take the filename from the file object
instead of duplicating logic.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/combo-layer