diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2017-04-07 13:16:17 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-04-17 15:54:33 +0200 |
commit | 37308b979af0037ea7f3c8cd0c0f1e12f1ffe52a (patch) | |
tree | 7db98956a14679d29073040dfc49fac89bd12f5c /docs/manual | |
parent | 92b10f63c57647488be7fb530afb543bb736ac66 (diff) | |
download | buildroot-37308b979af0037ea7f3c8cd0c0f1e12f1ffe52a.tar.gz buildroot-37308b979af0037ea7f3c8cd0c0f1e12f1ffe52a.zip |
support/test-pkg: run legal-info
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/manual')
-rw-r--r-- | docs/manual/adding-packages-tips.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/manual/adding-packages-tips.txt b/docs/manual/adding-packages-tips.txt index e1f6986724..d1eab2b440 100644 --- a/docs/manual/adding-packages-tips.txt +++ b/docs/manual/adding-packages-tips.txt @@ -93,9 +93,9 @@ $ ./support/scripts/test-pkg -c libcurl.config -p libcurl br-arm-cortex-a9-musl [ 7/11]: FAILED br-arm-cortex-m4-full [ 8/11]: OK br-arm-full [ 9/11]: OK - br-arm-full-nothread [10/11]: OK + br-arm-full-nothread [10/11]: FAILED br-arm-full-static [11/11]: OK -11 builds, 2 skipped, 2 failed +11 builds, 2 skipped, 2 build failed, 1 legal-info failed ---- The results mean: @@ -111,6 +111,7 @@ The results mean: * `FAILED`: the build failed. Inspect the +logfile+ file in the output build directory to see what went wrong: ** the actual build failed, +** the legal-info failed, ** one of the preliminary steps (downloading the config file, applying the configuration, running `dirclean` for the package) failed. |