All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv2] bitbake.conf: Add aws to HOSTTOOLS_NONFATAL
@ 2017-03-29 13:31 Elizabeth 'pidge' Flanagan
  2017-03-29 13:32 ` Beth 'pidge' Flanagan
  0 siblings, 1 reply; 2+ messages in thread
From: Elizabeth 'pidge' Flanagan @ 2017-03-29 13:31 UTC (permalink / raw)
  To: openembedded-core

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 <pidge@toganlabs.com>
---
 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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCHv2] bitbake.conf: Add aws to HOSTTOOLS_NONFATAL
  2017-03-29 13:31 [PATCHv2] bitbake.conf: Add aws to HOSTTOOLS_NONFATAL Elizabeth 'pidge' Flanagan
@ 2017-03-29 13:32 ` Beth 'pidge' Flanagan
  0 siblings, 0 replies; 2+ messages in thread
From: Beth 'pidge' Flanagan @ 2017-03-29 13:32 UTC (permalink / raw)
  To: openembedded-core

On Wed, 2017-03-29 at 15:31 +0200, Elizabeth 'pidge' Flanagan wrote:

Ignore, bad rebased commit msg.

-b

> 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 <pidge@toganlabs.com>
> ---
>  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"


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-03-29 13:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-29 13:31 [PATCHv2] bitbake.conf: Add aws to HOSTTOOLS_NONFATAL Elizabeth 'pidge' Flanagan
2017-03-29 13:32 ` Beth 'pidge' Flanagan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.