summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
Diffstat (limited to 'buildconf')
-rw-r--r--buildconf/local.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/buildconf/local.conf b/buildconf/local.conf
index 1ccf0f1..0eebbd9 100644
--- a/buildconf/local.conf
+++ b/buildconf/local.conf
@@ -69,7 +69,7 @@ MACHINE ?= "colibri-imx6"
#
# The default is a downloads directory under TOPDIR which is the build directory.
#
-DL_DIR ?= "${TOPDIR}/downloads"
+DL_DIR ?= "${TOPDIR}/../downloads"
#
# Where to place shared-state files
@@ -85,7 +85,7 @@ DL_DIR ?= "${TOPDIR}/downloads"
#
# The default is a sstate-cache directory under TOPDIR.
#
-#SSTATE_DIR ?= "${TOPDIR}/sstate-cache"
+SSTATE_DIR ?= "${TOPDIR}/../sstate-cache"
#
# Where to place the build output
@@ -105,7 +105,7 @@ DL_DIR ?= "${TOPDIR}/downloads"
# This places the build output in parallel to build and layers thus
# if you have several build directories you need to adjust deploy
# to something unique, e.g. "${TOPDIR}/../deploy_fb" "${TOPDIR}/../deploy_x11"
-DEPLOY_DIR = "${TOPDIR}/../deploy"
+DEPLOY_DIR = "${TOPDIR}/deploy"
#
# Package Management configuration