From e55dc39c3702538ab3d81ff55c37ab7e8c1e78a2 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 9 Jun 2011 10:33:56 +0100 Subject: Drop psyco support At best it gave 1-2% improvement now, its 32 bit x86 only and isn't supported after python 2.6. PyPy is probably a better option now. (Bitbake rev: 3c3bd0c2fa80d747f25401c17b785c7c2f3787ca) Signed-off-by: Richard Purdie --- bitbake/doc/bitbake.1 | 3 --- bitbake/doc/manual/usermanual.xml | 2 -- 2 files changed, 5 deletions(-) (limited to 'bitbake/doc') diff --git a/bitbake/doc/bitbake.1 b/bitbake/doc/bitbake.1 index 036402e8ac..aa096203e4 100644 --- a/bitbake/doc/bitbake.1 +++ b/bitbake/doc/bitbake.1 @@ -85,9 +85,6 @@ don't execute, just go through the motions .B \-p, \-\-parse-only quit after parsing the BB files (developers only) .TP -.B \-d, \-\-disable-psyco -disable using the psyco just-in-time compiler (not recommended) -.TP .B \-s, \-\-show-versions show current and preferred versions of all packages .TP diff --git a/bitbake/doc/manual/usermanual.xml b/bitbake/doc/manual/usermanual.xml index a3e85e14f9..2ebdf32162 100644 --- a/bitbake/doc/manual/usermanual.xml +++ b/bitbake/doc/manual/usermanual.xml @@ -417,8 +417,6 @@ options: than once. -n, --dry-run don't execute, just go through the motions -p, --parse-only quit after parsing the BB files (developers only) - -d, --disable-psyco disable using the psyco just-in-time compiler (not - recommended) -s, --show-versions show current and preferred versions of all packages -e, --environment show the global or per-package environment (this is what used to be bbread) -- cgit v1.2.3-54-g00ecf