From: Florian Boor Date: Tue, 19 Jun 2018 19:32:57 +0000 (+0200) Subject: local.conf.sample: move default downloads and sstate cache to toplevel bsp dir X-Git-Url: https://git.karo-electronics.de/?p=meta-kc-bsp.git;a=commitdiff_plain;h=42f026ab18ffe8411281b9cec55510819bdc7e0e local.conf.sample: move default downloads and sstate cache to toplevel bsp dir --- diff --git a/conf/local.conf.sample b/conf/local.conf.sample index 1675387..da5ac3e 100644 --- a/conf/local.conf.sample +++ b/conf/local.conf.sample @@ -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 \