summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2017-06-14 14:51:58 -0500
committerJohn Klug <john.klug@multitech.com>2017-06-14 14:51:58 -0500
commitdfa090ce125bd3543ced3769c82022683831d887 (patch)
treeca1b492d4afd0b0b1fa4cb89cf99fbdfcc747dde /contrib
parentf6b27188f08cbfcb569c5aa0778f3c32a41487f8 (diff)
downloadmeta-mlinux-dfa090ce125bd3543ced3769c82022683831d887.tar.gz
meta-mlinux-dfa090ce125bd3543ced3769c82022683831d887.tar.bz2
meta-mlinux-dfa090ce125bd3543ced3769c82022683831d887.zip
Morty/poky does not use the extra build component of paths in the build directory.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/local.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/local.conf b/contrib/local.conf
index 7bfed06..515c4f0 100644
--- a/contrib/local.conf
+++ b/contrib/local.conf
@@ -9,11 +9,11 @@ MACHINE ?= "mtcdt"
DL_DIR = "${TOPDIR}/downloads"
# Where to save shared state
-SSTATE_DIR = "${TOPDIR}/build/sstate-cache"
+SSTATE_DIR = "${TOPDIR}/sstate-cache"
# bitbake cache location
-PERSISTENT_DIR = "${TOPDIR}/build/cache"
+PERSISTENT_DIR = "${TOPDIR}/cache"
# build output
-TMPDIR = "${TOPDIR}/build/tmp"
+TMPDIR = "${TOPDIR}/tmp"
# Which files do we want to parse:
BBFILES ?= "${TOPDIR}/layers/openembedded-core/meta/recipes-*/*/*.bb"