From 635dcea62bae16f99cf1452c23b63b9dac1a5a47 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Sun, 12 Jun 2022 14:33:25 +0200 Subject: [PATCH] local.conf.common.inc.sample: update some entries --- local.conf.common.inc.sample | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/local.conf.common.inc.sample b/local.conf.common.inc.sample index 41c5bae..c272496 100644 --- a/local.conf.common.inc.sample +++ b/local.conf.common.inc.sample @@ -1,10 +1,10 @@ ### Host variables # # Determine how many tasks bitbake should run in parallel: -BB_NUMBER_THREADS ?= "8" +#BB_NUMBER_THREADS ?= "8" # # Determine how many processes make should run in parallel when running compile tasks: -PARALLEL_MAKE ?= "-j 4" +#PARALLEL_MAKE ?= "-j 8" # Note: For your decision you can get information about core and threads at your machine with this command: # ~ $ lscpu | grep -E '^Thread|^CPU\(' @@ -218,6 +218,13 @@ BB_GENERATE_MIRROR_TARBALLS = "1" PREMIRRORS_prepend = "\ file://.*/.* file://${HOME}/Downloads/* \n" +SSTATE_DIR = "${YOCTO_BASEDIR}/sstate-cache" + +### Ensure cleanup of local package workspace after build of package +# +#INHERIT += "rm_work" +RM_WORK_EXCLUDE += "neutrino-image base-files" + ### Tip: use sstate mirrors # # Speed up your complete new package build or after deleted tmp dir or sstate-cache and guard against fetcher failures.