diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/conf/local.conf.sample | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/conf/local.conf.sample b/build/conf/local.conf.sample index fea0a1828..149c73d66 100644 --- a/build/conf/local.conf.sample +++ b/build/conf/local.conf.sample @@ -1,5 +1,7 @@ # Where to cache the files Poky downloads DL_DIR ?= "${OEROOT}/sources" +# Where to cache Poky's built staging output +PSTAGE_DIR ?= "${OEROOT}/pstage" BBFILES += "\ ${OEROOT}/meta/packages/*/*.bb \ ${OEROOT}/meta-moblin/packages/*/*.bb" |