diff options
author | Thomas De Schampheleire <patrickdepinguin@gmail.com> | 2014-08-29 21:50:41 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-08-30 09:18:56 +0200 |
commit | 4d36f10426c1f93406eb4c43f9839bc9a2b2cd21 (patch) | |
tree | c6ee5f5795e72ca30378cfe94965b0da622e4284 /docs/manual/customize-directory-structure.txt | |
parent | 9c09fc601775120f1e504e5b2b77d1cc3bb5bb97 (diff) | |
download | buildroot-4d36f10426c1f93406eb4c43f9839bc9a2b2cd21.tar.gz buildroot-4d36f10426c1f93406eb4c43f9839bc9a2b2cd21.zip |
manual/user guide/customization: rework section on BR2_EXTERNAL
This patch reworks the section on BR2_EXTERNAL as follows:
- move note about upstreaming to the chapter introduction
- streamline the section with the previously added section 'Recommended
directory structure', avoiding duplication.
- use $(BR2_EXTERNAL) rather than BR2_EXTERNAL when referring to file paths.
- some general rewording
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-directory-structure.txt')
-rw-r--r-- | docs/manual/customize-directory-structure.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/manual/customize-directory-structure.txt b/docs/manual/customize-directory-structure.txt index 341464a956..2ba9d28e25 100644 --- a/docs/manual/customize-directory-structure.txt +++ b/docs/manual/customize-directory-structure.txt @@ -1,6 +1,7 @@ // -*- mode:doc; -*- // vim: set syntax=asciidoc: +[[customize-dir-structure]] === Recommended directory structure When customizing Buildroot for your project, you will be creating one or |