summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2019-03-11 15:42:45 +0000
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2019-03-11 15:42:45 +0000
commitebbdd16b668e5415c5f828c5b18551b9719b3ef6 (patch)
tree88596a180dc93c4ebf7608c6bbdb8c52ba6847ee
parentcb3a89c37da2892fbc812a858a1f587c3737b7a0 (diff)
parent2fea93bdaac60b2231483924a5ab2261ce843d5b (diff)
Merge branch 'thud-next' into 'thud-next'
local.conf: change deploy/download/sstate directories See merge request rd/linux-bsp/meta-toradex-distro!1
-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