]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
base/bitbake.conf: Introduce UNPACKDIR
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 25 Apr 2024 15:59:54 +0000 (16:59 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 May 2024 14:15:26 +0000 (15:15 +0100)
commite022d62ba917790af2121da57646271ef17c03fa
treede5835f35d420f6d4570d287b25e441dd07116ec
parentd1b25413ced62dc2927dae57b8d16e67d15dc220
base/bitbake.conf: Introduce UNPACKDIR

Having the unpack directory hardcoded to WORKDIR makes it really hard to
make any changes to the unpack process to try and allow for cleanup for example.

As a first step toward unraveling the intertwined location usages, add a
variable, UNPACKDIR which is where the fetcher is asked to unpack fetched
sources. It defaults to the existing value of WORKDIR at this point.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes-global/base.bbclass
meta/conf/bitbake.conf
meta/lib/oe/reproducible.py