**** BEGIN LOGGING AT Sun Mar 15 02:59:59 2015 Mar 15 10:58:49 hi Mar 15 10:59:45 i would like to ssh to my board running yocto. I am in a dynamically IP assigned network. Mar 15 11:00:07 I can't ssh by: ssh root@pandaboard Mar 15 11:00:29 but it works if I give the ip instaed oh hostname Mar 15 11:00:40 *instead of Mar 15 11:01:00 WHat am i missing? Mar 15 11:08:17 a DNS server? Mar 15 13:26:30 sorry i am confused: what is the difference between layers and recipes? Mar 15 13:27:50 poky is a build system: so that means it contains config files to say what packages is to be build Mar 15 13:28:04 and where is this "list" located? Mar 15 13:30:02 for eg, i am interested to include "netstat" to go into the build....and perhaps some other tools for router setup....and perhaps quagga for inclusion for routing....where should these setup instruction go? Mar 15 13:31:16 tthtlc: a layer is simply a collection of recipes Mar 15 13:31:51 + possibly configuration Mar 15 13:33:43 to make a layer visible to bitbake so you can build the recipes within it you would download it, and then put the path to it in BBLAYERS within conf/bblayers.conf in your build directory Mar 15 13:34:07 this may be of interest:http://www.openembedded.org/Layers_FAQ Mar 15 13:44:10 and a recipes is a collection of packages? so, for eg, "sato" is a recipe? Mar 15 13:53:32 poky is a reference distribution, it is most certainly not a build system, no matter what people post on the INternet Mar 16 01:56:23 Where are QA issues sent as I'm currently getting PHP RDEPENDS problems? Mar 16 01:59:33 Log file here - http://pastebin.com/JTPJx1kD I'm trying to figure it out but even if I run the smart tool directly it gives a Python error on no module named smart Mar 16 02:32:23 If i'm using lighttpd and want to combine this with php am I correct in thinking it should be IMAGE_INSTALL += "lighttpd php" or am I barking up the wrong tree? **** ENDING LOGGING AT Mon Mar 16 02:59:58 2015