summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-01-16 03:26:28 +0000
committerChris Larson <clarson@kergoth.com>2004-01-16 03:26:28 +0000
commitcb57cfd2b3e1cec7825e877d7e029d1bc48e2110 (patch)
treeef3d9569a692437147f904483d697ddbb3262722 /doc
parent8466a78b7b78cfdf880aeffa51821df3d834181d (diff)
downloadbitbake-cb57cfd2b3e1cec7825e877d7e029d1bc48e2110.tar.gz
Add question regarding build order to the FAQ.
Diffstat (limited to 'doc')
-rw-r--r--doc/FAQ5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/FAQ b/doc/FAQ
index 3236d9faa..8f9575a6f 100644
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -13,6 +13,11 @@ 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.
+
-------------------------------------------------------------------