From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6515090200378474496 X-Received: by 10.55.72.142 with SMTP id v136mr7600749qka.48.1516912644250; Thu, 25 Jan 2018 12:37:24 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 10.55.214.77 with SMTP id t74ls4040948qki.10.gmail; Thu, 25 Jan 2018 12:37:23 -0800 (PST) X-Google-Smtp-Source: AH8x224Ua89NxocihHla2EaLHbtR1uqT0nmcV4cQi7DflYgsEoYiZuFLenMCgN19y6y6m3D99fYn X-Received: by 10.237.34.73 with SMTP id o9mr8618563qtc.52.1516912643867; Thu, 25 Jan 2018 12:37:23 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1516912643; cv=none; d=google.com; s=arc-20160816; b=mI3NfdxyIq5PYo/IFnlTRaa1rizpe49aR0wOYAMzYsI6G6PQnk0IUfUvqOIU/8yrNw Rpir7NXmHg8OJLMYApodPXOomcfLpPAgL2UGCm1AKcHu6eqBs85pQ0NqSvrvjv1496WH t/zqeBNmcX/97zpTIA67VEJeBlHIqBgasFQHN3k5I0D+Et6Mphuw89xmr7cXi9itIKFS g5E2Fq5XoIWFyBrPfTD24XMw1dW0crqNudTupuBwO2P+vRi+d+yGObPRPva7reFLogzR /98fj5V37DyOeFuGFiTZEpihPivmExXEayONc9Ps4fUAYgCJYypskd79sGXvFrLReGrY wJDA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=mime-version:message-id:date:subject:cc:to:from :arc-authentication-results; bh=X8TN4PI7kRlUpiBOA+2GQySK/tEh9dNJxfoEjFs6Z10=; b=So3BMnEoxTMg33+KjHd5L6thPxvUEuYQ3v99lzExGWMUWmuP3glhktfhAzCemEch8W pFFG0xyzFANILTAJBb4kCUebPOUxs++fxm0BJx9sZ8dpsc/ZSLrP/42YhXJqLj0++jAz yBL9t0eaWHSSCvnLk77j01y3yfD2l9uT5fM+Bzt2pSTLoNQW7kEUqsud4bFEKlp0JVFU 7OEDQqbud5xUTZGb/lYB6nat3EKkE5mTTMftCXSu9l/2Dqt5h9zZ1qptHMIsrlu/w5fR GwSToz4LAvVOvm+ab0cEMgstdAIfDDDEq+GsRk6IO0n40rlHxt7Cx2eIImdfaEKaFhdI im2Q== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of cedric_hombourger@mentor.com designates 192.94.38.131 as permitted sender) smtp.mailfrom=Cedric_Hombourger@mentor.com Return-Path: Received: from relay1.mentorg.com (relay1.mentorg.com. [192.94.38.131]) by gmr-mx.google.com with ESMTPS id r22si479137qtj.2.2018.01.25.12.37.23 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 25 Jan 2018 12:37:23 -0800 (PST) Received-SPF: pass (google.com: domain of cedric_hombourger@mentor.com designates 192.94.38.131 as permitted sender) client-ip=192.94.38.131; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of cedric_hombourger@mentor.com designates 192.94.38.131 as permitted sender) smtp.mailfrom=Cedric_Hombourger@mentor.com Received: from nat-ies.mentorg.com ([192.94.31.2] helo=svr-ies-mbx-02.mgc.mentorg.com) by relay1.mentorg.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-SHA384:256) id 1eeoGx-00011M-1N from Cedric_Hombourger@mentor.com for isar-users@googlegroups.com; Thu, 25 Jan 2018 12:37:23 -0800 Received: from debian-gnu-linux-vm.localdomain (137.202.0.87) by svr-ies-mbx-02.mgc.mentorg.com (139.181.222.2) with Microsoft SMTP Server (TLS) id 15.0.1320.4; Thu, 25 Jan 2018 20:37:19 +0000 From: To: CC: Cedric Hombourger Subject: [PATCH 0/1] avoid user prompts when mk-build-deps is called Date: Thu, 25 Jan 2018 21:36:54 +0100 Message-ID: <20180125203655.6894-1-Cedric_Hombourger@mentor.com> X-Mailer: git-send-email 2.11.0 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [137.202.0.87] X-ClientProxiedBy: svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) To svr-ies-mbx-02.mgc.mentorg.com (139.181.222.2) X-TUID: 9oIdTHD9qbPW 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 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(-) -- 2.11.0