From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Greylist: delayed 93029 seconds by postgrey-1.34 at layers.openembedded.org; Wed, 29 Mar 2017 13:18:41 UTC Received: from burlywood.maple.relay.mailchannels.net (burlywood.maple.relay.mailchannels.net [23.83.214.26]) by mail.openembedded.org (Postfix) with ESMTP id D5426605BF for ; Wed, 29 Mar 2017 13:18:41 +0000 (UTC) X-Sender-Id: hostpapa|x-authuser|pidge@toganlabs.com Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id A4AD1121A62 for ; Wed, 29 Mar 2017 13:18:40 +0000 (UTC) Received: from hp181.hostpapa.com (unknown [100.96.131.98]) by relay.mailchannels.net (Postfix) with ESMTPA id 1BFBD121819 for ; Wed, 29 Mar 2017 13:18:40 +0000 (UTC) X-Sender-Id: hostpapa|x-authuser|pidge@toganlabs.com Received: from hp181.hostpapa.com (hp181.hostpapa.com [172.20.66.218]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384) by 0.0.0.0:2500 (trex/5.7.37); Wed, 29 Mar 2017 13:18:40 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: hostpapa|x-authuser|pidge@toganlabs.com X-MailChannels-Auth-Id: hostpapa X-Macabre-Slimy: 72ece1551a50a40a_1490793520404_1654603179 X-MC-Loop-Signature: 1490793520404:3845062622 X-MC-Ingress-Time: 1490793520403 Received: from ns325767.ip-37-187-157.eu ([37.187.157.197]:40431 helo=ns325767.ovh.net) by hp181.hostpapa.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-SHA256:128) (Exim 4.87) (envelope-from ) id 1ctDUl-001N0X-8Y; Wed, 29 Mar 2017 15:18:39 +0200 From: Elizabeth 'pidge' Flanagan To: openembedded-core@lists.openembedded.org Date: Wed, 29 Mar 2017 15:31:25 +0200 Message-Id: <1490794285-4010-1-git-send-email-pidge@toganlabs.com> X-Mailer: git-send-email 1.9.1 X-OutGoing-Spam-Status: No, score=5.0 X-AuthUser: pidge@toganlabs.com Subject: [PATCHv2] bitbake.conf: Add aws to HOSTTOOLS_NONFATAL X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 13:18:42 -0000 This adds aws to HOSTTOOLS_NONFATAL in order to get the s3 fetcher working again. It also sets FETCHCMD_s3 for completions sake. Signed-off-by: Elizabeth 'pidge' Flanagan --- meta/conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 96a9ed9..d95e39d 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -469,7 +469,7 @@ HOSTTOOLS += " \ HOSTTOOLS += "ip ping ps scp ssh stty" # Link to these if present -HOSTTOOLS_NONFATAL += "ccache gcc-ar gpg ld.bfd ld.gold nc sftp socat sudo" +HOSTTOOLS_NONFATAL += "aws ccache gcc-ar gpg ld.bfd ld.gold nc sftp socat sudo" # Temporary add few more detected in bitbake world HOSTTOOLS_NONFATAL += "join nl size yes zcat" -- 1.9.1