local.conf.common.inc.sample: update some entries

This commit is contained in:
2022-06-12 14:33:25 +02:00
parent e6adc400ae
commit 635dcea62b

View File

@@ -1,10 +1,10 @@
### Host variables ### Host variables
# #
# Determine how many tasks bitbake should run in parallel: # 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: # 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: # Note: For your decision you can get information about core and threads at your machine with this command:
# ~ $ lscpu | grep -E '^Thread|^CPU\(' # ~ $ lscpu | grep -E '^Thread|^CPU\('
@@ -218,6 +218,13 @@ BB_GENERATE_MIRROR_TARBALLS = "1"
PREMIRRORS_prepend = "\ PREMIRRORS_prepend = "\
file://.*/.* file://${HOME}/Downloads/* \n" 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 ### Tip: use sstate mirrors
# #
# Speed up your complete new package build or after deleted tmp dir or sstate-cache and guard against fetcher failures. # Speed up your complete new package build or after deleted tmp dir or sstate-cache and guard against fetcher failures.