]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
recipetool/devtool: Update to work correctly with UNPACKDIR
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 13 May 2024 15:02:41 +0000 (16:02 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 22 May 2024 21:26:27 +0000 (22:26 +0100)
commitd2eeaa88b27a2875c419591d1d91bcc85d7b129c
tree5cc23f5974205f964e34dec452b61076dcac7325
parentb84eec5c4cbf4b39d6712800dd0d2fe5337721cb
recipetool/devtool: Update to work correctly with UNPACKDIR

Tweak recipetool and devtool to correctly use UNPACKDIR. This allows some
simplification of the code. This patch makes things basically work but there
are likely deeper improvements that can be made now that WORKDIR != UNPACKDIR.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/devtool/upgrade.py
scripts/lib/recipetool/create.py
scripts/lib/scriptutils.py