From dfa090ce125bd3543ced3769c82022683831d887 Mon Sep 17 00:00:00 2001 From: John Klug Date: Wed, 14 Jun 2017 14:51:58 -0500 Subject: Morty/poky does not use the extra build component of paths in the build directory. --- contrib/local.conf | 6 +++--- 1 file 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" -- cgit v1.2.3