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 /build | |
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 '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 fea0a1828a..149c73d664 100644 --- a/build/conf/local.conf.sample +++ b/build/conf/local.conf.sample | |||
@@ -1,5 +1,7 @@ | |||
1 | # Where to cache the files Poky downloads | 1 | # Where to cache the files Poky downloads |
2 | DL_DIR ?= "${OEROOT}/sources" | 2 | DL_DIR ?= "${OEROOT}/sources" |
3 | # Where to cache Poky's built staging output | ||
4 | PSTAGE_DIR ?= "${OEROOT}/pstage" | ||
3 | BBFILES += "\ | 5 | BBFILES += "\ |
4 | ${OEROOT}/meta/packages/*/*.bb \ | 6 | ${OEROOT}/meta/packages/*/*.bb \ |
5 | ${OEROOT}/meta-moblin/packages/*/*.bb" | 7 | ${OEROOT}/meta-moblin/packages/*/*.bb" |