summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2003-12-20 02:36:44 +0000
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2003-12-20 02:36:44 +0000
commit476b32e636a99393cfdf177e115b78441887611c (patch)
tree1a81659e7590d21de116692ca2c896ab900e32fc /doc
parentd969e09e2e3649b792b6c85510053341c49230db (diff)
downloadbitbake-476b32e636a99393cfdf177e115b78441887611c.tar.gz
Diffstat (limited to 'doc')
-rw-r--r--doc/FAQ18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/FAQ b/doc/FAQ
new file mode 100644
index 000000000..3236d9faa
--- /dev/null
+++ b/doc/FAQ
@@ -0,0 +1,18 @@
+------------------------------------------------------------------
+ T h e O p e n E m b e d d e d F A Q
+------------------------------------------------------------------
+
+Question: I can't build anything! I get the following error:
+
+Traceback (most recent call last):
+ File "/opt/opie/oe/oe/bin/oebuild", line 5, in ?
+ from oe import *
+ File "/opt/opie/oe/oe/bin/oe/__init__.py", line 1336, in ?
+ def read_oe(oefile, inherit = False, classname = None):
+NameError: name 'False' is not defined
+
+Answer: You need at least Python 2.2 - recommended is Python 2.3.2
+
+-------------------------------------------------------------------
+
+