From 6744d56f74f5e459408d6034bab7469adb04fdd8 Mon Sep 17 00:00:00 2001 From: Luca Ceresoli Date: Sat, 17 Sep 2022 14:32:56 +0200 Subject: [PATCH] utils/test-pkg: show default build dir in help test Avoid the "Where did it put my builds?" step. Signed-off-by: Luca Ceresoli Signed-off-by: Thomas Petazzoni (cherry picked from commit ca9fbfd5eeab5ecd63b9e2a0ee882723105ba706) Signed-off-by: Peter Korsgaard --- utils/test-pkg | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/test-pkg b/utils/test-pkg index ce6e43b965..4ebfd9af66 100755 --- a/utils/test-pkg +++ b/utils/test-pkg @@ -257,6 +257,7 @@ Options: -d DIR, --build-dir DIR Do the builds in directory DIR, one sub-dir per toolchain. + If not specified, defaults to \${HOME}/br-test-pkg -p PKG, --package PKG Test-build the package PKG, by running 'make PKG'; if not specified,