summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-07-01 23:29:02 +0000
committerChris Larson <clarson@kergoth.com>2004-07-01 23:29:02 +0000
commitd051e11ee9763fa48970e75b42e11d3c5e7df8a1 (patch)
treedd592029225cf7091976290042ba3357e8ce0ce1 /doc
parentaa6c133778eef78ec3526dd4004187d8950a83a5 (diff)
downloadbitbake-d051e11ee9763fa48970e75b42e11d3c5e7df8a1.tar.gz
Delete: doc/FAQ
Diffstat (limited to 'doc')
-rw-r--r--doc/FAQ23
1 files changed, 0 insertions, 23 deletions
diff --git a/doc/FAQ b/doc/FAQ
deleted file mode 100644
index 8f9575a6f..000000000
--- a/doc/FAQ
+++ /dev/null
@@ -1,23 +0,0 @@
-------------------------------------------------------------------
- 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
-
-
-Question: How to I find out the build order to build a package?
-
-Answer: Run oebuild showdata [filename]|grep DEPENDS.
-
--------------------------------------------------------------------
-
-