summaryrefslogtreecommitdiffstats
path: root/docs/manual/using.txt
diff options
context:
space:
mode:
authorThomas De Schampheleire <patrickdepinguin@gmail.com>2014-08-19 21:41:46 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-08-21 15:39:32 +0200
commit3afdf89f690e95bc32d75c5f4efbc4142671ac70 (patch)
tree0851a217e3cb9188545590b15f2838aa8a4e0d2f /docs/manual/using.txt
parent1d572607579553ac1c400cb4cf6e284cefbd0124 (diff)
downloadbuildroot-3afdf89f690e95bc32d75c5f4efbc4142671ac70.tar.gz
buildroot-3afdf89f690e95bc32d75c5f4efbc4142671ac70.zip
manual/getting started: minor improvements to 'Using Buildroot' section
This patch renames the section 'Using Buildroot' into 'Buildroot quick start' as real details about Buildroot usage will be in the User Guide rather than in 'Getting Started'. Additionally, add a cross-reference to the section about configuring Buildroot. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/manual/using.txt')
-rw-r--r--docs/manual/using.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/manual/using.txt b/docs/manual/using.txt
index ed155c9df1..975fffc318 100644
--- a/docs/manual/using.txt
+++ b/docs/manual/using.txt
@@ -1,7 +1,7 @@
// -*- mode:doc; -*-
// vim: set syntax=asciidoc:
-== Using Buildroot
+== Buildroot quick start
*Important*: you can and should *build everything as a normal user*. There
is no need to be root to configure and use Buildroot. By running all
@@ -47,7 +47,8 @@ specifically the xref:requirement-optional[optional requirements]
to get the dependencies of your favorite interface.
For each menu entry in the configuration tool, you can find associated
-help that describes the purpose of the entry.
+help that describes the purpose of the entry. Refer to xref:configure[]
+for details on some specific configuration aspects.
Once everything is configured, the configuration tool generates a
+.config+ file that contains the entire configuration. This file will be
OpenPOWER on IntegriCloud