summaryrefslogtreecommitdiffstats
path: root/docs/manual/customize.txt
diff options
context:
space:
mode:
authorThomas De Schampheleire <patrickdepinguin@gmail.com>2014-08-29 21:50:40 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-08-30 09:18:45 +0200
commit9c09fc601775120f1e504e5b2b77d1cc3bb5bb97 (patch)
treed11d83f3a7036761c17ac3ff77f38372a17b0a70 /docs/manual/customize.txt
parenta194faa44d2aec31422947b98b0ebca41f36d82f (diff)
downloadbuildroot-9c09fc601775120f1e504e5b2b77d1cc3bb5bb97.tar.gz
buildroot-9c09fc601775120f1e504e5b2b77d1cc3bb5bb97.zip
manual/user guide/customization: add section with recommended dir structure
Although the user is free to choose where to put project-specific files, the presentation 'Using Buildroot for real projects' [1] first described a certain recommendation. This patch briefly describes this recommendation in the form of a directory structure overview, the details will be added in subsequent patches. Since the section on BR2_EXTERNAL is logically connected to the directory structure, this section is moved right after it. [1] http://elinux.org/images/2/2a/Using-buildroot-real-project.pdf Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'docs/manual/customize.txt')
-rw-r--r--docs/manual/customize.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/manual/customize.txt b/docs/manual/customize.txt
index c876be82d7..6a1102cb60 100644
--- a/docs/manual/customize.txt
+++ b/docs/manual/customize.txt
@@ -26,10 +26,12 @@ image in a reproducible way, even after running 'make clean'. By
following the recommended strategy, you can even use the same Buildroot
tree to build multiple distinct projects!
+include::customize-directory-structure.txt[]
+
+include::customize-outside-br.txt[]
+
include::customize-rootfs.txt[]
include::customize-store.txt[]
include::customize-packages.txt[]
-
-include::customize-outside-br.txt[]
OpenPOWER on IntegriCloud