summaryrefslogtreecommitdiffstats
path: root/ci/build.sh
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2018-11-01 13:20:03 +1030
committerJoel Stanley <joel@jms.id.au>2018-11-01 13:21:17 +1030
commit4c94b9e6c1e99f9802a2f579cbdd6b71014a8eed (patch)
tree955b3802ad4b4dc6aa3c3036062bcfe38564a7a7 /ci/build.sh
parentce8ae8d352c97f790e3f853fa5c93d2f4272ed1f (diff)
downloadblackbird-op-build-4c94b9e6c1e99f9802a2f579cbdd6b71014a8eed.tar.gz
blackbird-op-build-4c94b9e6c1e99f9802a2f579cbdd6b71014a8eed.zip
ci: Clarify that sdk cache dir must exist
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'ci/build.sh')
-rwxr-xr-xci/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/build.sh b/ci/build.sh
index 44852c68..70ca4598 100755
--- a/ci/build.sh
+++ b/ci/build.sh
@@ -37,7 +37,7 @@ while getopts ":ab:hp:c:rs:S" opt; do
echo "-a Build firmware images for all the platform defconfig's."
echo "-b DIR Bind DIR to container."
echo "-p List of comma separated platform names to build images for particular platforms."
- echo "-s DIR SDK cache dir."
+ echo "-s DIR SDK cache dir (must exist)."
echo "-S Build SDK only"
echo "-c Container to run in"
echo "Example:DOCKER_PREFIX=sudo ./ci/build.sh -a"
OpenPOWER on IntegriCloud