diff options
author | Joshua Lock <josh@linux.intel.com> | 2010-01-25 17:36:08 +0000 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-01-29 12:33:45 +0000 |
commit | b2c843089883a167c409afd269e307549cd8d869 (patch) | |
tree | 308d89cee00293c0558289c159e4d24b3abfab35 /meta/conf | |
parent | 9ff304510e6ae49c3ee0432dfe4d6ff2156e0ee3 (diff) | |
download | poky-b2c843089883a167c409afd269e307549cd8d869.tar.gz |
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 <josh@linux.intel.com>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/bitbake.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 37b428905a..2e8af0ab50 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -616,6 +616,7 @@ require conf/abi_version.conf | |||
616 | ################################################################## | 616 | ################################################################## |
617 | 617 | ||
618 | DL_DIR ?= "${TMPDIR}/downloads" | 618 | DL_DIR ?= "${TMPDIR}/downloads" |
619 | PSTAGE_DIR ?= "${TMPDIR}/pstage" | ||
619 | IMAGE_FSTYPES ?= "tar.gz" | 620 | IMAGE_FSTYPES ?= "tar.gz" |
620 | PCMCIA_MANAGER ?= "pcmcia-cs" | 621 | PCMCIA_MANAGER ?= "pcmcia-cs" |
621 | DEFAULT_TASK_PROVIDER ?= "task-base" | 622 | DEFAULT_TASK_PROVIDER ?= "task-base" |