]> git.kernelconcepts.de Git - meta-kc-bsp.git/commitdiff
local.conf.sample: move default downloads and sstate cache to toplevel bsp dir
authorFlorian Boor <florian@kernelconcepts.de>
Tue, 19 Jun 2018 19:32:57 +0000 (21:32 +0200)
committerFlorian Boor <florian@kernelconcepts.de>
Tue, 19 Jun 2018 19:32:57 +0000 (21:32 +0200)
conf/local.conf.sample

index 16753872ca7136493d065045e8849fa16e000fd6..da5ac3ed07280cdd464f5e87261da1027a5a75dd 100644 (file)
@@ -11,6 +11,10 @@ EXTRA_IMAGE_FEATURES ?= "debug-tweaks splash package-management hwcodecs"
 IMAGE_FSTYPES = "tar.gz"
 USER_CLASSES ?= "buildstats image-mklibs"
 PATCHRESOLVE = "noop"
+
+DL_DIR ?= "${BSPDIR}/downloads"
+SSTATE_DIR ?= "${BSPDIR}/sstate-cache"
+
 BB_DISKMON_DIRS = "\
     STOPTASKS,${TMPDIR},1G,100K \
     STOPTASKS,${DL_DIR},1G,100K \