diff options
author | Thomas De Schampheleire <patrickdepinguin@gmail.com> | 2014-09-18 21:39:33 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-09-21 19:41:12 +0200 |
commit | 0c3e82f06850ffd4cda7e2c1a703eccd76f89c4a (patch) | |
tree | fc9087e9b500f06fb9770b48f7eeeb3c941a932f /docs/manual/customize.txt | |
parent | a373ad02561e6c744d7849822d427f97858b6565 (diff) | |
download | buildroot-0c3e82f06850ffd4cda7e2c1a703eccd76f89c4a.tar.gz buildroot-0c3e82f06850ffd4cda7e2c1a703eccd76f89c4a.zip |
manual/user guide/customization: add section on project-specific packages
This patch adds a new section to chapter 'Project-specific customization' to
describe how to add project-specific packages from a project-specific
directory. The principle was already described in the presentation 'Using
Buildroot for real projects' but was never documented in official Buildroot
documentation.
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/customize.txt')
-rw-r--r-- | docs/manual/customize.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/manual/customize.txt b/docs/manual/customize.txt index b389d7f7c6..98db69de18 100644 --- a/docs/manual/customize.txt +++ b/docs/manual/customize.txt @@ -55,4 +55,6 @@ include::customize-post-image.txt[] include::customize-patches.txt[] +include::customize-packages.txt[] + include::customize-store.txt[] |