From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6515090200378474496 X-Received: by 10.46.126.16 with SMTP id z16mr411549ljc.28.1517233801641; Mon, 29 Jan 2018 05:50:01 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 10.25.125.135 with SMTP id y129ls44048lfc.16.gmail; Mon, 29 Jan 2018 05:50:01 -0800 (PST) X-Google-Smtp-Source: AH8x225Xv4YfhPO8vukthOBbR870PxpMgnurbbeSGnXHsW1s+nsviW5xfA5EWSJwUoGQwmz8UNzi X-Received: by 10.46.45.10 with SMTP id t10mr1448832ljt.30.1517233800990; Mon, 29 Jan 2018 05:50:00 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1517233800; cv=none; d=google.com; s=arc-20160816; b=wUngras0svtKmGABEHiz2MdqOAjXVR2EJUjIJzYqCAnGEB0SlWB7chhn4nz4Sya4PJ jV9DnrvBJWIPDtB7WsP8rqj8RDCghpvLxZtL0t2c/AbAKQgMQqkMYmnyZ3/lBTtLpL/I FE7RuYWXMUQtD4POaOmswmFoSO9AQXIz5lupxTFs5rSCn7fY+kzopS3dNXRjJdcl8ij2 6haVYiBWlItKvhCX1tnavqNM2rRwmwsZOcuDXpGe9JEvWqgjdlN79wAVLcW1Ck8rcHH3 mSsLOWXHv7QQe6y2f9mgw+pqJwjVbXkg/cXiCHNH0veTxPr66xhizbWhbnDUx3SfPNDA C9ig== 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:cc:from:references:to:subject :arc-authentication-results; bh=nGgwe9eHJDHia4yrqIGfcywvIibjsDrDoBlUdbw59ZQ=; b=WdMUutWdzWIK0Imf/NHNDmOXBa5EWv2dp0uaVHk5jxu7S1fqHry3QpW3lKNwMmPBM6 JhDo2VzfLOxHGc8+IQ0mOQOFdTDi5AJO0mcuI1PJcy61M2D5oVnnIKPBHLztBR8+qaan sy6xdgVU9v3mu5Y/MsugY8ggEv/OyivTaKqRyM6i7+7Nxl+aIhylO+kyhIlaIkCEOsoH jPOMKfOLXsyLIDJ3Ud1rbfc4tpnDKTR1GDwPcSmx94+MNY+x02fs9yvlckLTLVNQYxJy 4mew6mfhMDULTYko2L3hJ5VhVR64Y6drXXChEUK4tqiIf/cady4UGIT8r91zhxuz55BA MsfQ== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=asmirnov@ilbers.de Return-Path: Received: from aqmola.ilbers.de (aqmola.ilbers.de. [85.214.62.211]) by gmr-mx.google.com with ESMTPS id l26si1139823lja.0.2018.01.29.05.50.00 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 29 Jan 2018 05:50:00 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of asmirnov@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 asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=asmirnov@ilbers.de Received: from [10.0.2.15] ([188.227.110.165]) (authenticated bits=0) by aqmola.ilbers.de (8.14.4/8.14.4/Debian-4+deb7u1) with ESMTP id w0TDnuIf001216 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Mon, 29 Jan 2018 14:49:58 +0100 Subject: Re: [PATCH 0/1] avoid user prompts when mk-build-deps is called To: Cedric_Hombourger@mentor.com References: <20180125203655.6894-1-Cedric_Hombourger@mentor.com> From: Alexander Smirnov Cc: isar-users@googlegroups.com Message-ID: <4e857783-a4ae-7649-523c-ae277fef6bab@ilbers.de> Date: Mon, 29 Jan 2018 16:49:51 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <20180125203655.6894-1-Cedric_Hombourger@mentor.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-TUID: 85LXEwHKowIh Hello Cedric, On 01/25/2018 11:36 PM, Cedric_Hombourger@mentor.com wrote: > From: Cedric Hombourger > > commit 498b128 caused build dependencies to be installed via mk-build-deps. > > The tool may ask the user to confirm their installation but would fail when Do you know in which circumstances this could happen? Alex > called from bitbake (no stdin). Override the default install command to add > the -y switch (assume yes). > > Cedric Hombourger (1): > build.sh: eliminate potential prompts from mk-build-deps/apt-get > > meta/recipes-devtools/buildchroot/files/build.sh | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) >