From 42f026ab18ffe8411281b9cec55510819bdc7e0e Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Tue, 19 Jun 2018 21:32:57 +0200 Subject: [PATCH] local.conf.sample: move default downloads and sstate cache to toplevel bsp dir --- conf/local.conf.sample | 4 ++++ 1 file changed, 4 insertions(+) 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 \ -- 2.39.2