Re: [yocto] build ntp with openssl support

2016-09-26 Thread Oliver Graute
On 23/09/16, Lennart Sorensen wrote: > On Fri, Sep 23, 2016 at 02:19:20PM +0200, Oliver Graute wrote: > > On 22/09/16, Khem Raj wrote: > > > On Thu, Sep 22, 2016 at 12:16 AM, Oliver Graute > > > wrote: > > > > On 19/09/16, Oliver Graute wrote: > > > >> On 16/09/16, Andre

Re: [yocto] build ntp with openssl support

2016-09-23 Thread Lennart Sorensen
On Fri, Sep 23, 2016 at 02:19:20PM +0200, Oliver Graute wrote: > On 22/09/16, Khem Raj wrote: > > On Thu, Sep 22, 2016 at 12:16 AM, Oliver Graute > > wrote: > > > On 19/09/16, Oliver Graute wrote: > > >> On 16/09/16, Andre McCurdy wrote: > > >> > On Fri, Sep 16, 2016 at

Re: [yocto] build ntp with openssl support

2016-09-23 Thread Oliver Graute
On 22/09/16, Khem Raj wrote: > On Thu, Sep 22, 2016 at 12:16 AM, Oliver Graute > wrote: > > On 19/09/16, Oliver Graute wrote: > >> On 16/09/16, Andre McCurdy wrote: > >> > On Fri, Sep 16, 2016 at 1:24 AM, Oliver Graute > >> > wrote: > >> > >

Re: [yocto] build ntp with openssl support

2016-09-22 Thread Khem Raj
On Thu, Sep 22, 2016 at 12:16 AM, Oliver Graute wrote: > On 19/09/16, Oliver Graute wrote: >> On 16/09/16, Andre McCurdy wrote: >> > On Fri, Sep 16, 2016 at 1:24 AM, Oliver Graute >> > wrote: >> > > Hello, >> > > >> > > how can I build ntp with

Re: [yocto] build ntp with openssl support

2016-09-22 Thread Oliver Graute
On 19/09/16, Oliver Graute wrote: > On 16/09/16, Andre McCurdy wrote: > > On Fri, Sep 16, 2016 at 1:24 AM, Oliver Graute > > wrote: > > > Hello, > > > > > > how can I build ntp with openssl support? > > > > > > I already created a ntp_%.bbappend file to extend the recipe

Re: [yocto] build ntp with openssl support

2016-09-19 Thread Oliver Graute
On 16/09/16, Andre McCurdy wrote: > On Fri, Sep 16, 2016 at 1:24 AM, Oliver Graute > wrote: > > Hello, > > > > how can I build ntp with openssl support? > > > > I already created a ntp_%.bbappend file to extend the recipe ntp_4.2.8p4.bb. > > > > FILESEXTRAPATHS_prepend

Re: [yocto] build ntp with openssl support

2016-09-16 Thread Andre McCurdy
On Fri, Sep 16, 2016 at 1:24 AM, Oliver Graute wrote: > Hello, > > how can I build ntp with openssl support? > > I already created a ntp_%.bbappend file to extend the recipe ntp_4.2.8p4.bb. > > FILESEXTRAPATHS_prepend := "${THISDIR}/files:" You don't really need this

[yocto] build ntp with openssl support

2016-09-16 Thread Oliver Graute
Hello, how can I build ntp with openssl support? I already created a ntp_%.bbappend file to extend the recipe ntp_4.2.8p4.bb. FILESEXTRAPATHS_prepend := "${THISDIR}/files:" PACKAGECONFIG += "openssl" is this sufficant to enable openssl? How can I determine if ntp supports sha1? Best regards,