Re: [yocto] extending HOSTTOOLS

2018-03-12 Thread Richard Purdie
On Fri, 2018-03-09 at 11:12 -0700, Oleg K Dzhimiev wrote: > Poky 2.4. > I would like to add ping and scp to HOSTTOOLS from a class inherited > by a recipe. HOSTTOOLS is updated but the links will not appear in > the build/tmp/hosttools/ > Is there any way to do this? HOSTTOOLS is a global

[yocto] extending HOSTTOOLS

2018-03-11 Thread Oleg K Dzhimiev
Hello, Poky 2.4. I would like to add *ping* and *scp* to HOSTTOOLS from a class inherited by a recipe. HOSTTOOLS is updated but the links will not appear in the build/tmp/hosttools/ Is there any way to do this? It's not fatal - as a workaround I added > HOSTTOOLS+= "scp ping" to my machine