Re: [yocto] ntp recipe not able to install few packages in the rootfs

2019-05-20 Thread Khem Raj
On 5/14/19 2:42 AM, Pandey, Kamal wrote: Hi I was trying to add ntp package to my image, I used the meta-networking layer for the recipe and added the ntp package to my custom image.bb recipe. After compiling I can see multiple packages in package-split directory of the working directory of

Re: [yocto] ntp recipe not able to install few packages in the rootfs

2019-05-14 Thread Alexander Kanavin
How does your image recipe look like? Also, log.do_rootfs can provide a hint about what got installed into the image (you will find it in the image build directory). Alex On Tue, 14 May 2019 at 11:42, Pandey, Kamal wrote: > > Hi > I was trying to add ntp package to my image, I used the meta-netw

Re: [yocto] ntp recipe not able to install few packages in the rootfs

2019-05-14 Thread Pandey, Kamal
Hi I was trying to add ntp package to my image, I used the meta-networking layer for the recipe and added the ntp package to my custom image.bb recipe. After compiling I can see multiple packages in package-split directory of the working directory of ntp package, but these binaries are missing in

Re: [yocto] NTP

2016-06-17 Thread Jussi Kukkonen
On 17 June 2016 at 09:33, Anicic Damir (PSI) wrote: > > Hi! > > I just realised that ntpd + ntpdate is not part of Yocto 2.1 > > I found http://layers.openembedded.org/layerindex/recipe/2299/ > > but how to get it? Note that you do not need ntpd or extra layers for ntp client functionality if you

Re: [yocto] NTP

2016-06-17 Thread akuster
On 06/16/2016 11:33 PM, Anicic Damir (PSI) wrote: > Hi! > > I just realised that ntpd + ntpdate is not part of Yocto 2.1 ntpdate is in the ntpdate package and ntpd is in the ntp package. The ntp recipe is in meta-openembedded/meta-networking you will need to append these to your image install

Re: [yocto] NTP

2016-06-17 Thread piotr.lewicki
I am new to Yocto, so please explain a bit more. Not all of the recipes can be found in poky layers. You can use multiple layers together to be able to access more recipes (and features like bbclasses, etc.). You will find more info in the manual. All I have done is: git clone -b krogoth gi

Re: [yocto] NTP

2016-06-16 Thread Anicic Damir (PSI)
I am new to Yocto, so please explain a bit more. All I have done is: git clone -b krogoth git://git.yoctoproject.org/poky.git How do I now add layers ? Or can I somehow clone Yocto 2.1 with all layers ? Damir -- ___ yocto mailing list yocto@yoctop

Re: [yocto] NTP

2016-06-16 Thread piotr.lewicki
On 17.06.2016 08:33, Anicic Damir (PSI) wrote: Hi! I just realised that ntpd + ntpdate is not part of Yocto 2.1 What do you mean by "not part of Yocto"? I found http://layers.openembedded.org/layerindex/recipe/2299/ but how to get

[yocto] NTP

2016-06-16 Thread Anicic Damir (PSI)
Hi! I just realised that ntpd + ntpdate is not part of Yocto 2.1 I found http://layers.openembedded.org/layerindex/recipe/2299/ but how to get it? -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] ntp client

2011-01-12 Thread João Henrique Freitas
Hi, I have a layer and will try it. If all thinks goes well, I submit a patch. In OE I used openntpd. The busybox ntp client does not support a config file. Thanks. -- --- João Henrique Freitas - joaohf_at_gmail.com Campinas-SP-Brasil

Re: [yocto] ntp client

2011-01-12 Thread Saul Wold
On 01/10/2011 01:23 PM, João Henrique Freitas wrote: Hi, I searched in meta/* but did not found a ntp client like. busybox have one but yocto don't compiles it, by default. I can use a busybox.append or change busybox recipe. In this cases, what is the best to do? João, If you are creating

[yocto] ntp client

2011-01-10 Thread João Henrique Freitas
Hi, I searched in meta/* but did not found a ntp client like. busybox have one but yocto don't compiles it, by default. I can use a busybox.append or change busybox recipe. In this cases, what is the best to do? Thanks -- --- João Henri