]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
packaged-staging: Move packaged staging directory outside of DEPLOY_DIR
authorJoshua Lock <josh@linux.intel.com>
Mon, 25 Jan 2010 17:36:08 +0000 (17:36 +0000)
committerJoshua Lock <josh@linux.intel.com>
Fri, 29 Jan 2010 12:33:45 +0000 (12:33 +0000)
Rename DEPLOY_DIR_PSTAGE to PSTAGE_DIR and move it outside of deploy.
Do soft assignment of a default variable inside bitbake.conf as
${OEROOT}/tmp/pstage.
Use a separate directory, PSTAGE_WORKDIR, to store transient packaged
staging files such as the stamp files and opkg.conf

Signed-off-by: Joshua Lock <josh@linux.intel.com>
build/conf/local.conf.sample

index fea0a1828a1312b55e4e1df975dea623fac84f41..149c73d6645b75ce6a4abcbe65f9d1fb6be5b883 100644 (file)
@@ -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"