diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/local.conf | 6 |
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" |