From: "Maxim Yu. Osipov" <mosipov@ilbers.de>
To: Henning Schild <henning.schild@siemens.com>
Cc: isar-users@googlegroups.com
Subject: Re: [PATCH 3/8] ci_build: Fix parameter name and update help
Date: Wed, 26 Sep 2018 13:02:00 +0300 [thread overview]
Message-ID: <a4853d39-b58b-0298-7f32-2b3efea546a7@ilbers.de> (raw)
In-Reply-To: <20180926103528.1cf5913e@md1pvb1c.ad001.siemens.net>
On 9/26/18 11:35 AM, Henning Schild wrote:
> this one is like the one before, so it might not even apply.
the previous one was for vm_smoke_test... -
just the same typo - `quite` instead of 'quiet'.
> And it adds -c which does not seem to get used.
-c is defined - it is just missing in help.
I use this key for cross compilation testing.
Maxim.
>
> Henning
>
> Am Wed, 26 Sep 2018 07:33:16 +0200
> schrieb "Maxim Yu. Osipov" <mosipov@ilbers.de>:
>
>> Signed-off-by: Maxim Yu. Osipov <mosipov@ilbers.de>
>> ---
>> scripts/ci_build.sh | 5 +++--
>> 1 file changed, 3 insertions(+), 2 deletions(-)
>>
>> diff --git a/scripts/ci_build.sh b/scripts/ci_build.sh
>> index 083c185..b7114b9 100755
>> --- a/scripts/ci_build.sh
>> +++ b/scripts/ci_build.sh
>> @@ -27,8 +27,9 @@ show_help() {
>> echo "Parameters:"
>> echo " -b, --build BUILD_DIR set path to build directory. If
>> not set," echo " the build will be started
>> in current path."
>> + echo " -c, --cross enable cross-compilation."
>> echo " -d, --debug enable debug bitbake output."
>> - echo " -q, --quite suppress verbose bitbake output."
>> + echo " -q, --quiet suppress verbose bitbake output."
>> echo " --help display this message and exit."
>> echo
>> echo "Exit status:"
>> @@ -56,7 +57,7 @@ do
>> -d|--debug)
>> BB_ARGS="$BB_ARGS -d"
>> ;;
>> - -q|--quite)
>> + -q|--quiet)
>> BB_ARGS=""
>> ;;
>> *)
>
--
Maxim Osipov
ilbers GmbH
Maria-Merian-Str. 8
85521 Ottobrunn
Germany
+49 (151) 6517 6917
mosipov@ilbers.de
http://ilbers.de/
Commercial register Munich, HRB 214197
General Manager: Baurzhan Ismagulov
next prev parent reply other threads:[~2018-09-26 10:02 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-26 5:33 [PATCH 0/8] Make stretch default distro and related CI scripts updates Maxim Yu. Osipov
2018-09-26 5:33 ` [PATCH 1/8] vm_smoke_test: Increase default timeout value Maxim Yu. Osipov
2018-09-26 5:33 ` [PATCH 2/8] vm_smoke_test: Fix parameter name Maxim Yu. Osipov
2018-09-26 5:33 ` [PATCH 3/8] ci_build: Fix parameter name and update help Maxim Yu. Osipov
2018-09-26 8:35 ` Henning Schild
2018-09-26 10:02 ` Maxim Yu. Osipov [this message]
2018-09-26 5:33 ` [PATCH 4/8] conf: Change default distribution to stretch Maxim Yu. Osipov
2018-09-26 5:33 ` [PATCH 5/8] ci_build: Add qemuarm-buster build Maxim Yu. Osipov
2018-09-26 5:33 ` [PATCH 6/8] vm_smoke_test: Add qemuarm-buster test Maxim Yu. Osipov
2018-09-26 5:33 ` [PATCH 7/8] ci_build: Add more configurations for cross compilation Maxim Yu. Osipov
2018-09-26 5:33 ` [PATCH 8/8] doc: Sync with current local.conf.sample Maxim Yu. Osipov
2018-09-27 7:24 ` [PATCH 0/8] Make stretch default distro and related CI scripts updates Maxim Yu. Osipov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=a4853d39-b58b-0298-7f32-2b3efea546a7@ilbers.de \
--to=mosipov@ilbers.de \
--cc=henning.schild@siemens.com \
--cc=isar-users@googlegroups.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox