local.conf: Remove everything from HOME
This commit is contained in:
parent
3d5e977b1e
commit
624cc52d94
|
|
@ -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 \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue