From: Joshua Lock Date: Mon, 25 Jan 2010 17:36:08 +0000 (+0000) Subject: packaged-staging: Move packaged staging directory outside of DEPLOY_DIR X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=978719b98128e3bc446af7e1a811c955a6a994f4;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git packaged-staging: Move packaged staging directory outside of DEPLOY_DIR 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 --- diff --git a/build/conf/local.conf.sample b/build/conf/local.conf.sample index fea0a1828a1..149c73d6645 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"