From c0e1272d1526484f1921f3dd14ca042798d530d9 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 25 Jan 2011 00:34:09 +0000 Subject: gcc/libc: Change bootstrap to use an intermediate sysroot and hence no longer overwrite files Based upon patches from Dexuan Cui Signed-off-by: Richard Purdie --- meta/conf/bitbake.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/conf') diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 19ec1a7ce7..1c6c7e5f12 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -293,6 +293,7 @@ STAGING_PYDIR = "${STAGING_DIR}/lib/python2.4" # This should really be MULTIMACH_TARGET_SYS but that breaks "all" and machine # specific packages - hack around it for now. STAGING_DIR_TARGET = "${STAGING_DIR}/${BASEPKG_TARGET_SYS}" +STAGING_DIR_TCBOOTSTRAP = "${STAGING_DIR_TARGET}-tcbootstrap" # Setting DEPLOY_DIR outside of TMPDIR is helpful, when you are using # packaged staging and/or multimachine. -- cgit v1.2.3