On 12 October 2017 at 06:01, Khem Raj <[email protected]> wrote: > On Wed, Oct 11, 2017 at 9:32 PM, Paul Eggleton > <[email protected]> wrote: > > On Thursday, 12 October 2017 3:15:12 PM NZDT Khem Raj wrote: > >> On Wed, Oct 11, 2017 at 6:56 PM, Martin Jansa <[email protected]> > wrote: > >> > On Mon, Oct 09, 2017 at 09:09:31AM +0000, [email protected] > wrote: > >> >> --- a/meta/conf/bitbake.conf > >> >> +++ b/meta/conf/bitbake.conf > >> >> @@ -484,7 +484,7 @@ HOSTTOOLS += " \ > >> >> " > >> >> > >> >> # Tools needed to run testimage runtime image testing > >> >> -HOSTTOOLS += "ip ping ps scp ssh stty" > >> >> +HOSTTOOLS += "${@['', 'ip ping ps scp ssh > stty'][bb.data.inherits_class('testimage', d)]}" > >> > > >> > Shouldn't we include at least ssh by default? > >> > >> I would say no, since nothing in OE-Core depends on it. more we > >> abstract from host system better it is. > > > > I'm with Martin on this one, let's not make it painful for people to use > > the SSH protocol in git URLs in their recipes. I don't see much potential > > for host contamination. > > Standard distro do not install ssh, if we want to add it here, probably we > should at the same time let user know that he should install ssh >
That's what HOSTTOOLS_NONFATAL is for. Who is going to claim the glory and post a patch? Ross
-- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
