[yocto] [meta-security][PATCH 1/3] Samhain: package update to 4.1.2

2015-12-22 Thread Armin Kuster
4.1.1 Changes: - Fix for broken libwrap support. - Fix for broken baseline update (-t update) on FreeBSD and maybe other non GNU/Linux systems. - Fix for ungraceful handling of rotated logiles if logfile content is always zero or constant. - Fix for timezone offset calculation on month

[yocto] [meta-security][PATCH 3/3] suricata: package update to 2.0.11

2015-12-22 Thread Armin Kuster
Signed-off-by: Armin Kuster --- recipes-security/suricata/suricata.inc | 7 +++ .../suricata/{suricata_2.0.9.bb => suricata_2.0.11.bb} | 0 2 files changed, 3 insertions(+), 4 deletions(-) rename

[yocto] [meta-security][PATCH 2/3] samhain-client: update to 4.1.2

2015-12-22 Thread Armin Kuster
Signed-off-by: Armin Kuster --- .../samhain/{samhain-client_4.1.0.bb => samhain-client_4.1.2.bb} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename recipes-security/samhain/{samhain-client_4.1.0.bb => samhain-client_4.1.2.bb} (100%) diff --git

Re: [yocto] yocto package naming

2015-12-22 Thread Ioan-Adrian Ratiu
On Tue, 22 Dec 2015 11:45:33 +0100 Simon Ruetzler wrote: > Hello, > the demo package is the first package. I clear the list with PACKAGES = "" > They package should contain this files, this is not the problem. > The problem is the resulting package name. The name

Re: [yocto] yocto package naming

2015-12-22 Thread Burton, Ross
On 22 December 2015 at 09:40, Simon Ruetzler wrote: > Why is the demo package created with the libscom name? How can I disable > this? > Because the default configuration enables debian.bbclass, which renames packages if they contain just a library to be the soname

[yocto] yocto package naming

2015-12-22 Thread Simon Ruetzler
Hello, I want to create different packages from one recipe. This is working except for one package. I addes this package with PACKAGES += " ${PN}-demo" and I expected that it is named with the recipe name and demo. In this case rumo-cpp-demo-1.0-rc... But the name is libscom1-1.0-rc.. The

[yocto] CONFIG_LATENCYTOP fragment

2015-12-22 Thread Robert Berger
Hi, That's what I currently use: meta-yocto-bsp= "heads/jethro:347347ad78c4c2502e83f2c2adff61f1ba8fed8b" multi-v7-ml = "heads/jethro-training-v4.1.x:e297c4f7c1baf38faecd6a2fcaa4cab0acea7dc1" The idea is to use a stable kernel + multi_v7_defconfig and add to this patches/configuration

Re: [yocto] yocto package naming

2015-12-22 Thread Simon Ruetzler
Hello, the demo package is the first package. I clear the list with PACKAGES = "" They package should contain this files, this is not the problem. The problem is the resulting package name. The name should be rumo-cpp-demo-1.0rc... and not libscom1-1.0-rc... Regards Simon Am 22.12.2015 um

Re: [yocto] using Hob to run images on a custom simulator, other than qemu

2015-12-22 Thread Mirela Rabulea
Hi Belén, Thanks for the answer. Is there a set of tests that would ensure there are no regressions? Where can it be found? Thanks, Mirela -Original Message- From: Barros Pena, Belen [mailto:belen.barros.p...@intel.com] Sent: Monday, December 21, 2015 1:26 PM To: Mirela Rabulea

Re: [yocto] yocto package naming

2015-12-22 Thread Ioan-Adrian Ratiu
Hi On Tue, 22 Dec 2015 10:40:18 +0100 Simon Ruetzler wrote: > Hello, > I want to create different packages from one recipe. > > This is working except for one package. > I addes this package with > PACKAGES += " ${PN}-demo" > and I expected that it is named with

[yocto] Build External Kernel Modules fails

2015-12-22 Thread Ayoub Zaki
Hello all, I'm trying to build external kernel module for example : cryptodev-module with yocto jethro based branch, but I get the follwoing error : NOTE: Preparing RunQueue WARNING: /home/inst/Projects/poky/build/../meta/recipes-kernel/cryptodev/cryptodev-module_1.7.bb.do_rm_work_all is tainted

Re: [yocto] yocto package naming

2015-12-22 Thread Simon Ruetzler
Hello, thanks for the help. I think the solution is as you mention to put the lib in an extra package. Regards Simon Am 22.12.2015 um 12:03 schrieb Ioan-Adrian Ratiu: On Tue, 22 Dec 2015 11:45:33 +0100 Simon Ruetzler wrote: Hello, the demo package is the first

Re: [yocto] yocto package naming

2015-12-22 Thread Burton, Ross
On 22 December 2015 at 12:03, Simon Ruetzler wrote: > I added INHERIT_remove = "debian" to my local.conf but it's still the same. > Where is the debian.bbclass enabled? I couldn't find it. It this the > default? > INHERIT_DISTRO is where it comes from. If you have

Re: [yocto] yocto package naming

2015-12-22 Thread Simon Ruetzler
Hello, I added INHERIT_remove = "debian" to my local.conf but it's still the same. Where is the debian.bbclass enabled? I couldn't find it. It this the default? Regards Simon Am 22.12.2015 um 12:12 schrieb Burton, Ross: On 22 December 2015 at 09:40, Simon Ruetzler

Re: [yocto] I'm trying install DDCLIENT in intel edison with yocto project

2015-12-22 Thread neuber sousa
Hi, Anyone know the answer ? 2015-12-21 14:02 GMT-03:00 neuber sousa : > I have errors: root@neuberfran:~# ddclient -v > Can't locate Sys/Hostname.pm in @INC (you may need to install the > Sys::Hostname module) (@INC contains: /etc/perl > /usr/lib/perl/site_perl/5.20.0/

Re: [yocto] Trying to add a recipe for ROOT

2015-12-22 Thread Giordon Stark
Hi, I've not heard a response yet on this? Giordon On Wed, Dec 9, 2015 at 3:00 PM Giordon Stark wrote: > Hi all, > > I'm trying to add a recipe for ROOT (from CERN) but I'm running into > various issues with just trying to get compilers working. > > Current recipe: >