diff --git a/build/conf/local.conf b/build/conf/local.conf index 545724d..c2574bb 100644 --- a/build/conf/local.conf +++ b/build/conf/local.conf @@ -38,12 +38,6 @@ INHERIT += "buildhistory buildstats-summary" 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 = "\ git://.*/.* file://${YOCTOROOT}/sla-mirror/ \n \ ftp://.*/.* file://${YOCTOROOT}/sla-mirror/ \n \