From b2c843089883a167c409afd269e307549cd8d869 Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Mon, 25 Jan 2010 17:36:08 +0000 Subject: 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 --- meta/conf/bitbake.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/conf/bitbake.conf') diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 37b428905..2e8af0ab5 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -616,6 +616,7 @@ require conf/abi_version.conf ################################################################## DL_DIR ?= "${TMPDIR}/downloads" +PSTAGE_DIR ?= "${TMPDIR}/pstage" IMAGE_FSTYPES ?= "tar.gz" PCMCIA_MANAGER ?= "pcmcia-cs" DEFAULT_TASK_PROVIDER ?= "task-base" -- cgit v1.2.3