From 3440328ac1ccbd5ca6aeea4a4b6084ecafd6fdda Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Wed, 31 Mar 2010 11:22:02 +0100 Subject: 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 --- conf/bitbake.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'conf') 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" -- cgit v1.2.3