local.conf: Remove everything from HOME

This commit is contained in:
Alexandre Bard 2020-09-03 21:59:01 +02:00
parent 3d5e977b1e
commit 624cc52d94
1 changed files with 0 additions and 6 deletions

View File

@ -38,12 +38,6 @@ INHERIT += "buildhistory buildstats-summary"
YOCTOROOT = "${@os.path.abspath(os.path.join("${TOPDIR}", os.pardir))}" YOCTOROOT = "${@os.path.abspath(os.path.join("${TOPDIR}", os.pardir))}"
SSTATE_DIR ?= "${HOME}/yocto-share/sstate-cache"
DL_DIR ?= "${HOME}/yocto-share/downloads"
BUILDHISTORY_DIR = "${HOME}/yocto-share/buildhistory"
TMPDIR = "${HOME}/yocto-share/build/tmp"
PREMIRRORS_prepend = "\ PREMIRRORS_prepend = "\
git://.*/.* file://${YOCTOROOT}/sla-mirror/ \n \ git://.*/.* file://${YOCTOROOT}/sla-mirror/ \n \
ftp://.*/.* file://${YOCTOROOT}/sla-mirror/ \n \ ftp://.*/.* file://${YOCTOROOT}/sla-mirror/ \n \