mirror of
https://github.com/tuxbox-neutrino/buildenv.git
synced 2025-08-26 23:13:18 +02:00
local.conf.common.inc.sample: update some entries
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user