On Mon, 2011-03-07 at 11:12 +0100, Eric Benard wrote:
> the changelog doesn't say it but the comment in option.h says :
> /* Set this if you want to use the DROPBEAR_SMALL_CODE option. This can save
> several kB in binary size, however will make the symmetrical ciphers (AES, DES
> etc) slower (perhaps by 50%). Recommended for most small systems. */
> 
> so maybe they prefered to get performance by default instead of saving 50kB.
> 
> We can keep this option by adding this to the recipe :
> +do_configure_prepend() {
> +       echo "#define DROPBEAR_SMALL_CODE" >>${S}/options.h
> +}
> +

Sounds like a good idea to me.  I guess the performance might be an
issue if you are doing lots of transfers with scp on a slow machine, but
I've never heard anybody complaining about it.  So I think we should
stick with SMALL_CODE if possible.

p.



_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to