summaryrefslogtreecommitdiffstats
path: root/bitbake/doc
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-09 10:33:56 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-09 15:48:23 +0100
commite55dc39c3702538ab3d81ff55c37ab7e8c1e78a2 (patch)
treef96f5b108795c3a223525370656b313c3ff3a776 /bitbake/doc
parentc7f76a1bc9868ea4709688967d9794acd4d784ec (diff)
downloadpoky-e55dc39c3702538ab3d81ff55c37ab7e8c1e78a2.tar.gz
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 <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc')
-rw-r--r--bitbake/doc/bitbake.13
-rw-r--r--bitbake/doc/manual/usermanual.xml2
2 files changed, 0 insertions, 5 deletions
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
85.B \-p, \-\-parse-only 85.B \-p, \-\-parse-only
86quit after parsing the BB files (developers only) 86quit after parsing the BB files (developers only)
87.TP 87.TP
88.B \-d, \-\-disable-psyco
89disable using the psyco just-in-time compiler (not recommended)
90.TP
91.B \-s, \-\-show-versions 88.B \-s, \-\-show-versions
92show current and preferred versions of all packages 89show current and preferred versions of all packages
93.TP 90.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:
417 than once. 417 than once.
418 -n, --dry-run don't execute, just go through the motions 418 -n, --dry-run don't execute, just go through the motions
419 -p, --parse-only quit after parsing the BB files (developers only) 419 -p, --parse-only quit after parsing the BB files (developers only)
420 -d, --disable-psyco disable using the psyco just-in-time compiler (not
421 recommended)
422 -s, --show-versions show current and preferred versions of all packages 420 -s, --show-versions show current and preferred versions of all packages
423 -e, --environment show the global or per-package environment (this is 421 -e, --environment show the global or per-package environment (this is
424 what used to be bbread) 422 what used to be bbread)