Re: [yocto] Add Packages to Recipie

2014-03-05 Thread Paul Eggleton
On Tuesday 04 March 2014 10:13:42 Rick Bianchi wrote: > My question is in the vain as Joel's, I need to add the program usbip (I > have already added the kernel modules) to the build, but I cannot find any > recipes for it. I have search in the package manager (smart) and it is not > there either "

Re: [yocto] Add Packages to Recipie

2014-03-04 Thread Rick Bianchi
Paul, My question is in the vain as Joel's, I need to add the program usbip (I have already added the kernel modules) to the build, but I cannot find any recipes for it. I have search in the package manager (smart) and it is not there either "error: 'usbip' matches no packages". Is there a way for

Re: [yocto] Add Packages to Recipie

2014-03-04 Thread Paul Barker
On 4 March 2014 14:47, Joel Parker wrote: > Ok, thanks for that but what do you do for things that aren't in the extended > recipes list ? Specifically, I need sqlite3, sqlite3-devel and iconv > I don't understand your query: I can find sqlite3 and libiconv using the recipe search link I posted.

Re: [yocto] Add Packages to Recipie

2014-03-04 Thread Joel Parker
Ok, thanks for that but what do you do for things that aren't in the extended recipes list ? Specifically, I need sqlite3, sqlite3-devel and iconv Joel Parker > On Mar 4, 2014, at 8:37 AM, Paul Barker wrote: > >> On 4 March 2014 14:22, Joel Parker wrote: >> >> Yeah, that is what I tried but

Re: [yocto] Add Packages to Recipie

2014-03-04 Thread Paul Barker
On 4 March 2014 14:22, Joel Parker wrote: > > Yeah, that is what I tried but it gave me this : > > ERROR: 'httpd' in IMAGE_FEATURES is not a valid image feature. > > -- Joel Parker > IMAGE_FEATURES is for features (basically collections of packages put together in a certain way), IMAGE_INSTALL is

Re: [yocto] Add Packages to Recipie

2014-03-04 Thread Alex J Lennon
On 04/03/2014 14:22, Joel Parker wrote: Yeah, that is what I tried but it gave me this : ERROR: 'httpd' in IMAGE_FEATURES is not a valid image feature. I suspect that's because there's no "httpd" feature. Is ther

Re: [yocto] Add Packages to Recipie

2014-03-04 Thread Joel Parker
Yeah, that is what I tried but it gave me this : ERROR: 'httpd' in IMAGE_FEATURES is not a valid image feature. -- Joel Parker On Tuesday, March 4, 2014 8:00 AM, Alex J Lennon wrote: On 04/03/2014 13:50, Joel Parker wrote: I have an Image for the wandboard-solo and am trying to figure

Re: [yocto] Add Packages to Recipie

2014-03-04 Thread Alex J Lennon
On 04/03/2014 13:50, Joel Parker wrote: I have an Image for the wandboard-solo and am trying to figure out the correct package names. For example: IMAGE_FEATURES += "splash ssh-server-dropbear" wh

[yocto] Add Packages to Recipie

2014-03-04 Thread Joel Parker
I have an Image for the wandboard-solo and am trying to figure out the correct package names. For example: IMAGE_FEATURES += "splash ssh-server-dropbear" where do I get the name ssh-server-dropbear ? I am trying to add support for httpd, iconv and dev library, and sqlite3 and dev library, what