On 19 May 2014 10:35, Neuer User <[email protected]> wrote: > Am 19.05.2014 11:32, schrieb Burton, Ross: >> On 19 May 2014 10:25, Neuer User <[email protected]> wrote: >>> I need to use wget with https support in my image. So I added "wget" to >>> my packages. >>> >>> The problem is that it doesn't seem to find the installed certificates: >> >> By "installed certificates" you mean that you installed >> ca-certificates into the image, right? >> >> Ross >> > Yeah, exactly. >
If you run 'wget --version' you should be able to find out if you're running busybox wget or gnu wget. I assume you're expecting gnu wget as you added wget to your packages, but it's worth quickly checking that the correct binary is being executed. Thanks, -- Paul Barker Email: [email protected] http://www.paulbarker.me.uk -- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
