From: Richard Purdie Date: Wed, 9 Nov 2011 15:02:33 +0000 (+0000) Subject: bitbake.conf: Unload pseudo when its not required for a given task X-Git-Tag: 2015-4~12815 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=4c4498c38232a832bdbfadf54d2e1bf4bc34b171;p=openembedded-core.git bitbake.conf: Unload pseudo when its not required for a given task This yields a small performance boost due to the lack of the preload overhead on each task execution. Signed-off-by: Richard Purdie --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 7e75be2d78..0d6b3b883d 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -586,6 +586,7 @@ export PSEUDO_DISABLED = "1" #export PSEUDO_BINDIR = "${STAGING_DIR_NATIVE}${bindir_native}" #export PSEUDO_LIBDIR = "${STAGING_DIR_NATIVE}$PSEUDOBINDIR/../lib/pseudo/lib FAKEROOTENV = "PSEUDO_PREFIX=${STAGING_DIR_NATIVE}${prefix_native} PSEUDO_LOCALSTATEDIR=${PSEUDO_LOCALSTATEDIR} PSEUDO_PASSWD=${STAGING_DIR_TARGET} PSEUDO_NOSYMLINKEXP=1 PSEUDO_DISABLED=0" +FAKEROOTNOENV = "PSEUDO_UNLOAD=1" FAKEROOTDIRS = "${PSEUDO_LOCALSTATEDIR}" PREFERRED_PROVIDER_virtual/fakeroot-native ?= "pseudo-native"