Hi.
I'm pretty new with the Yocto environment.
Trying to figure out what webserver that is included in the Yocto environment (which I can include as a package and how I do that).
I also tried to include a ntp client, but couldn't figure out how to do that.
Thanks,
Niklas
Solved! Go to Solution.
Sure Dan. niklasmolin, I am not sure if this is the package you need
http://layers.openembedded.org/layerindex/branch/master/recipes/?q=ntpdate
In the future, try to check that search engine for yocto layers/recipes. If the package you are looking for is there, just clone the repo under sources, then modify your corresponding bblayers.conf to include this new layer, then add the recipe on your local.conf.
Leo
I found lighthttpd as a web browser, but I decided to compile nginx and use that one instead (since I have to take that path later anyway).
I still haven't figure out the NTP client (what package or flag I need to add to my local.conf to include the ntp client)?
Hi Niklas,
http://www.brennan.id.au/09-Network_Time_Protocol.html this link is talking about NTP , you can take a reference, hope this can help you~~
Best Regards
Dan
Hi Dan.
Thanks for the update.
The problem I have is that I don't have the ntpdate application in my build.
That's what I'm trying to figure out how to include that when I'm building my image.
Best regards,
Niklas
Hi LeonardoSandovalGonzalez , could you help this issue? I am mot familiar with Yocto. Thanks a lot .
Best Regards,
Dan
Sure Dan. niklasmolin, I am not sure if this is the package you need
http://layers.openembedded.org/layerindex/branch/master/recipes/?q=ntpdate
In the future, try to check that search engine for yocto layers/recipes. If the package you are looking for is there, just clone the repo under sources, then modify your corresponding bblayers.conf to include this new layer, then add the recipe on your local.conf.
Leo
Hi Leo.
Thanks for the reply.
That search engine was really helpful to find other packages I was looking for.
I had one problem when I tried to add the meta-opie layer. Bitbake complains that I can't include 'ssh-server-openssh' in IMAGE_FEATURES.
How do I get around that if I want to include recipes from that layer?
Thanks,
Niklas
Hi Niklas,
You can reference i.MX6 Yocto Environment Setup , the link is https://community.freescale.com/docs/DOC-95327. There are a lot of information on Yocoto, you can search in our community.
Hope this can help you ~~
Best Regards
Dan
Hi Dan.
Thanks for your response.
When I tried to access that page I got following message:
Access to this place or content is restricted. If you think this is a mistake, please contact your administrator or the person who directed you here.
Thanks,
Niklas