aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2010-03-31 11:22:02 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2010-05-05 15:05:33 +0100
commit3440328ac1ccbd5ca6aeea4a4b6084ecafd6fdda (patch)
tree461bd6634129073198b4079d0f4755eb93e37380 /conf
parent838a58ab01a9f325430fe6c4cc1dac7c2255a69c (diff)
downloadopenembedded-3440328ac1ccbd5ca6aeea4a4b6084ecafd6fdda.tar.gz
packaged-staging: enhancements from Poky for fetching and relocatability
Firstly adds tooling from Poky to scan packages and fix up paths in libtool files, we then build on this to further post-process native packages (native, cross, sdk) and fix up any references to the STAGING_DIR in non-binary files. Secondly adds support for fetching packaged staging packages from a mirror by setting PSTAGE_MIRROR to point to the root of a pstaging directory. Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/bitbake.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index 5a5eefad94..94998a8980 100644
--- a/conf/bitbake.conf
+++ b/conf/bitbake.conf
@@ -709,6 +709,7 @@ require conf/compatibility-providers.conf
##################################################################
DL_DIR ?= "${TMPDIR}/downloads"
+PSTAGE_DIR ?= "${TMPDIR}/pstage"
IMAGE_FSTYPES ?= "tar.gz"
PCMCIA_MANAGER ?= "pcmcia-cs"
DEFAULT_TASK_PROVIDER ?= "task-base"