diff mbox

Manual: added FAQ entry about source override

Message ID 1349694459-2325-1-git-send-email-sho@relinux.de
State Superseded
Headers show

Commit Message

Stephan Hoffmann Oct. 8, 2012, 11:07 a.m. UTC
Signed-off-by: Stephan Hoffmann <sho@relinux.de>
---
Thanks to Will Moore for corrrections and suggestions
 docs/manual/faq.txt |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)
diff mbox

Patch

diff --git a/docs/manual/faq.txt b/docs/manual/faq.txt
index 575d019..2948bd7 100644
--- a/docs/manual/faq.txt
+++ b/docs/manual/faq.txt
@@ -1,6 +1,19 @@ 
 Frequently Asked Questions
 ==========================
 
+How can I use sources from my local PC instead of the official tarball?
+-----------------------------------------------------------------------
+
+Just use the "Source Directory Override" mechanism.
+
+You have to add a file local.mk to your project.  This file should
+contain the following definition:
+
+<package>_OVERRIDE_SRCDIR = wherever.your.source.lives
+
+Then announce this file to buildroot in the "Build options" menu as
+"location of a package override file".
+
 The boot hangs after 'Starting network...'
 ------------------------------------------