[poky] [PATCH 6/6] meta-yocto/conf/local.conf.sample: add rm_work example
Koen Kooi
koen at dominion.thruhere.net
Mon Jul 25 07:44:32 PDT 2011
Op 25 jul. 2011, om 16:28 heeft Paul Eggleton het volgende geschreven:
> rm-work can save a lot of disk space and will be useful to a lot of
> users, so add a comment explaining what it is for and why it's off by
> default.
>
> Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
> ---
> meta-yocto/conf/local.conf.sample | 6 ++++++
> 1 files changed, 6 insertions(+), 0 deletions(-)
>
> diff --git a/meta-yocto/conf/local.conf.sample b/meta-yocto/conf/local.conf.sample
> index 6498bb4..1977e07 100644
> --- a/meta-yocto/conf/local.conf.sample
> +++ b/meta-yocto/conf/local.conf.sample
> @@ -139,3 +139,9 @@ NO32LIBS = "1"
>
> # Uncomment this if your host distribution provides the help2man tool.
> #ASSUME_PROVIDED += "help2man-native"
> +
> +# Uncomment this to delete work files as the build progresses rather than
> +# keeping them around, which saves a lot of disk space. However, if any
> +# problems arise it can be useful to have the work files to examine, which
> +# is why it is off by default.
> +#INHERIT += "rm_work"
That implies that you expect problems to happen by default :)
More information about the poky
mailing list