From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6605402071064641536 X-Received: by 2002:a19:d828:: with SMTP id p40-v6mr115385lfg.1.1537956129058; Wed, 26 Sep 2018 03:02:09 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a19:3859:: with SMTP id d25-v6ls112939lfj.18.gmail; Wed, 26 Sep 2018 03:02:08 -0700 (PDT) X-Google-Smtp-Source: ACcGV60/KYTfbIG48qD42iPVMFuCRo/JhL/Qua6PLqXHArJpUN0XCJBWRnaw3uKcitMyNuibB2OJ X-Received: by 2002:a19:51cd:: with SMTP id g74-v6mr52504lfl.19.1537956128520; Wed, 26 Sep 2018 03:02:08 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1537956128; cv=none; d=google.com; s=arc-20160816; b=W41jO/VZOt+AaRr9YctTLvqToT44p84ZG+WBdyTA3DxsSJhdZmB7wUgro1lxwgiR2D 9GJ8lWGaCGVai5zwYqte/U0u2172o5nUieE18SFU+0IKqdJsJOHfZ5y95kJVq/c5lC7T c8X5WhFxoU9S3FJyZGQUph29vM+wgSKvkpvLsO9REtXwGbd4eCeELc3eSK9ponhrqTOF TsI/5iqq34WXhBM5BEMpOIi1OYdhYWBro7go6eGEh/cPdXs32TPMptUfTD2E8pmQneVU lafAYqtugo/YJjXeWMYsjA0uIyI/abh5qmFvvLi8rHjVcT71uOMZmCzcd2KRvKv6ct6Q uDKg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:content-language:in-reply-to:mime-version :user-agent:date:message-id:organization:from:references:cc:to :subject; bh=EdVEpXERI7lic4354MH/rQoAFcxHR/sELX2ON7DUkGk=; b=ZK98E9ktCM2D7iwsZYyfUBU0kN5I1kNE/yay+bSBpRPXdsKY9JYr0EhdQzqb7KNufk Xgk4Lihdq5JlHmskubQlKlXITW4pAvSdlALbjUjBW9iPxwarnC+gBYMMNHXVXKKTBY2A RTlz5G01CI+o/zYwCDJ6xKxCy8yiO+h4GOkp9xRMZvG6N8ihbnHLc8+alprmdmi4PbJ6 KkgfgbVitItcE6tgdqE3e1USaROFvKeqZ5sLTNk5CLpwfucIadHGMkW2gSKocllw8HBo KVT+7fPD3u7z4LEwumxr7GeNt4fYi6WldQzoWmAfoIXXyzlZ+43iNZbDnEncroFXOgeI lXNA== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: best guess record for domain of mosipov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=mosipov@ilbers.de Return-Path: Received: from aqmola.ilbers.de (aqmola.ilbers.de. [85.214.62.211]) by gmr-mx.google.com with ESMTPS id x16-v6si168263ljj.4.2018.09.26.03.02.08 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 26 Sep 2018 03:02:08 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of mosipov@ilbers.de designates 85.214.62.211 as permitted sender) client-ip=85.214.62.211; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: best guess record for domain of mosipov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=mosipov@ilbers.de Received: from [192.168.50.180] (nat-ppp-217.71.235.199-satnet-spb.ru [217.71.235.199] (may be forged)) (authenticated bits=0) by aqmola.ilbers.de (8.14.4/8.14.4/Debian-4+deb7u1) with ESMTP id w8QA25iW020001 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Wed, 26 Sep 2018 12:02:06 +0200 Subject: Re: [PATCH 3/8] ci_build: Fix parameter name and update help To: Henning Schild Cc: isar-users@googlegroups.com References: <20180926053321.24940-1-mosipov@ilbers.de> <20180926053321.24940-4-mosipov@ilbers.de> <20180926103528.1cf5913e@md1pvb1c.ad001.siemens.net> From: "Maxim Yu. Osipov" Organization: ilbers GmbH Message-ID: Date: Wed, 26 Sep 2018 13:02:00 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.0 MIME-Version: 1.0 In-Reply-To: <20180926103528.1cf5913e@md1pvb1c.ad001.siemens.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-TUID: lA/lmYTXSSd3 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" : > >> Signed-off-by: Maxim Yu. Osipov >> --- >> 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