From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6603655148339200000 X-Received: by 2002:a1c:7717:: with SMTP id t23-v6mr222609wmi.25.1537897260862; Tue, 25 Sep 2018 10:41:00 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a1c:23c4:: with SMTP id j187-v6ls3517906wmj.2.canary-gmail; Tue, 25 Sep 2018 10:41:00 -0700 (PDT) X-Google-Smtp-Source: ACcGV62nJIW5MXKlp9Gmnzw7XJDV9oAPZIiWAjUeZfFJeIM3CL45ArT5CCW4a4A6BBasLUSx85WB X-Received: by 2002:a1c:7c0e:: with SMTP id x14-v6mr321979wmc.0.1537897260394; Tue, 25 Sep 2018 10:41:00 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1537897260; cv=none; d=google.com; s=arc-20160816; b=BSYkTTKxc1Ko1A9sUCTUUSF/4qfQLIpt3CMSOhcY3qM3AqY/VViqDWdbbBx8ksO1FI IkE26gOKKcXM48ZD7OWL626zNRlhFMaloLUXbcrAvWhkOOnMPa3awqUPhwVhaJDwPKIy wEu5kRUcjJF3jW3iW462wdOL6Gijh8hJbBaFtPSOFytjdRdFHXPD9H9tBhdEJUmRDsZW L1tJRt8HOMUVzTf/ogma21YQyE1VPIdB0Hvb+heB3HS+j0XOxM/hj+1ZcnjE9jOPe742 6jqReKoC3Kw+57/buKsxcCgUlGM0FHIbniPs/FxW9KP3xuK8OQg3B5QXrc+EqwtimP0d tBPQ== 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:to:subject; bh=nmO2uVYGCjE20gSFc1VX/NHrDmkuHQPD5zLuQEWkKpA=; b=Qu6W8Fguu1e5At3bbbxmHZOfquWCJLiI9NkH8f0XzHNTGyW+ofD6HJKSp7Ur54pZyP de+8EIOKKvglbQ6GE/Y2bv07bBloDJ6k4TMdUXU7oxeNQE03DaenV+4Nn8pdev/AtncZ Gm7vpSuOg80JJp3e+VizMgEfTIFMZ5oprChkvCF7dHiid/E03K2hsPtebpLEDd9ecgmL tvssuJmiGh40s5/rGFar7ktOYdjneTi3NOhPkxX0NFMru74LWajqTF5pS+FHCC1iQa5W arwfB333ftK7HyPcfAJhQ2mpUllEw8LAlpgxt+2yfGrcfD1ijzdV7hxkExyt5v7tILBs YrRg== 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 z14-v6si94878wrh.4.2018.09.25.10.41.00 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 25 Sep 2018 10:41:00 -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 w8PHeuQP017268 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Tue, 25 Sep 2018 19:40:59 +0200 Subject: Re: [PATCH] dpkg: inherit verbosity flag from bitbake for our shell steps To: Henning Schild , isar-users References: <20180921123435.9582-1-henning.schild@siemens.com> From: "Maxim Yu. Osipov" Organization: ilbers GmbH Message-ID: <0a5eca7c-110c-0f31-5ce8-dad999683e77@ilbers.de> Date: Tue, 25 Sep 2018 20:40:51 +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: <20180921123435.9582-1-henning.schild@siemens.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-TUID: 0ni4qOjDU9zC On 9/21/18 3:34 PM, Henning Schild wrote: > Run our shells with "set -x" if bitbake is running in verbose mode. Now > you will also see how your debian tools where called, not just their > output. Applied to the 'next', Thanks, Maxim. > Signed-off-by: Henning Schild > --- > meta/recipes-devtools/buildchroot/files/common.sh | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/meta/recipes-devtools/buildchroot/files/common.sh b/meta/recipes-devtools/buildchroot/files/common.sh > index 61917b8..d8b7a56 100644 > --- a/meta/recipes-devtools/buildchroot/files/common.sh > +++ b/meta/recipes-devtools/buildchroot/files/common.sh > @@ -5,6 +5,7 @@ > # Copyright (c) 2018 Siemens AG > > set -e > +printenv | grep -q BB_VERBOSE_LOGS && set -x > > # Go to build directory > cd $1 > -- 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