[Buildroot] [PATCH] Manual: added FAQ entry about source override

Stephan Hoffmann sho at relinux.de
Mon Oct 8 11:07:39 UTC 2012


Signed-off-by: Stephan Hoffmann <sho at relinux.de>
---
Thanks to Will Moore for corrrections and suggestions
 docs/manual/faq.txt |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

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...'
 ------------------------------------------
 
-- 
1.7.0.4



More information about the buildroot mailing list