[yocto] Add Packages to Recipie

Joel Parker joelparker27 at yahoo.com
Tue Mar 4 06:47:23 PST 2014


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 <paul at paulbarker.me.uk> wrote:
> 
>> On 4 March 2014 14:22, Joel Parker <joelparker27 at yahoo.com> 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 for packages and
> packagegroups. You can use IMAGE_INSTALL_append to add to
> IMAGE_INSTALL from your local.conf, but you're far better off creating
> a new image recipe and setting IMAGE_INSTALL there.
> 
> You may want to read the relevant section of the documentation at
> http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#usingpoky-extend-customimage.
> 
> To find the names to add to IMAGE_INSTALL, you can search the recipe
> index at http://layers.openembedded.org/layerindex/branch/master/recipes/.
> Note that you may need to change the "Branch" selector to whatever
> version of The Yocto Project you're using.
> 
> Hope this helps,
> 
> -- 
> Paul Barker
> 
> Email: paul at paulbarker.me.uk
> http://www.paulbarker.me.uk



More information about the yocto mailing list