diff options
author | Patrick Ohly <patrick.ohly@intel.com> | 2017-01-13 15:52:32 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-20 11:53:48 +0000 |
commit | ce84432d983dde8f5616727712ac7231e20c4d1b (patch) | |
tree | 1ab80fc8a9c5d0773ad00f8e0f4995175fc4bd5a /meta/classes/rm_work.bbclass | |
parent | 3ba8917c4d890a1fdd3ffb250fe3ef73557542f5 (diff) | |
download | poky-ce84432d983dde8f5616727712ac7231e20c4d1b.tar.gz |
rm_work_and_downloads.bbclass: more aggressively minimize disk usage
rm_work.bbclass never deletes downloaded files, even if they are not
going to be needed again during the
build. rm_work_and_downloads.bbclass is more aggressive in minimizing
the used disk space during a build, but has other disadvantages:
- sources required by different recipes need to be fetched once per
recipe, not once per build
- incremental builds do not work reliably because sources get
removed without ensuring that sources gets fetched again
That makes rm_work_and_downloads.bbclass useful for one-time builds in
a constrained environment (like a CI system), but not for general use.
(From OE-Core rev: ca23a07fc6677720508197f2b44573bfd6b52f28)
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/rm_work.bbclass')
0 files changed, 0 insertions, 0 deletions