diff options
author | Peter Seiderer <ps.report@gmx.net> | 2017-07-01 23:36:35 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-02 00:36:28 +0200 |
commit | 487e9382f6b79ddd3223f91283f435b16a9a6092 (patch) | |
tree | d602eee9ba10063fd57eea35d2d880f93be82591 /docs/manual | |
parent | 85bf5750fe6415949cdd4e6ab27ed02f88f47d1e (diff) | |
download | buildroot-487e9382f6b79ddd3223f91283f435b16a9a6092.tar.gz buildroot-487e9382f6b79ddd3223f91283f435b16a9a6092.zip |
manual: fix test-pkg missing.config file name
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/manual')
-rw-r--r-- | docs/manual/adding-packages-tips.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/adding-packages-tips.txt b/docs/manual/adding-packages-tips.txt index 8b2361d20d..19577fa821 100644 --- a/docs/manual/adding-packages-tips.txt +++ b/docs/manual/adding-packages-tips.txt @@ -105,7 +105,7 @@ The results mean: snippet were not present in the final configuration. This is due to options having dependencies not satisfied by the toolchain, such as for example a package that +depends on BR2_USE_MMU+ with a noMMU - toolchain. The missing options are reported in +config.missing+ in + toolchain. The missing options are reported in +missing.config+ in the output build directory (+~/br-test-pkg/TOOLCHAIN_NAME/+ by default). * `FAILED`: the build failed. Inspect the +logfile+ file in the output |