[yocto] [PATCH] Fix QA Issue reported by running bitbake

2013-07-27 Thread Pier Luigi Fiorini
Fix the following error: Variable ALLOW_EMPTY is set as not being package specific, please fix this. --- recipes-security/tasks/task-core-selinux.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-security/tasks/task-core-selinux.bb b/recipes-security/tasks/task-core

Re: [yocto] Antwort: Re: [meta-intel] Boot failure when using meta-intel and meta-ivi

2013-07-27 Thread Tom Zanussi
On Fri, 2013-07-26 at 09:48 +0200, Felix01 Fischer wrote: > Tom Zanussi schrieb am 25.07.2013 18:57:57: > > > Von: Tom Zanussi > > An: Felix01 Fischer , > > Kopie: yocto@yoctoproject.org, meta-in...@yoctoproject.org, genivi- > > meta-...@lists.genivi.org > > Datum: 25.07.2013 18:58 > > Betre

[yocto] Setting up Perl modules

2013-07-27 Thread mulhern
Hi all, Pulled pork is a Perl script for downloading rules for Snort. It has dependencies on a lot of little non-standard modules which in turn have dependencies, etc. I believe that in theory the modules in the BUILD_REQUIRES variable in Makefile.PL corresponds to the modules that I should put i

Re: [yocto] Discovering available Perl modules OR writing recipes for your own

2013-07-27 Thread mulhern
I think the high level summary is: 1. You can look and see if the module is in open-embedded by checking at http://layers.openembedded.org/ . 2. You're supposed to make a separate recipe for every little module. - mulhern On Sat, Jul 27, 2013 at 12:0