[yocto] [ANNOUNCEMENT] Yocto Project 1.5.4 (dora 10.0.4) now available.

2014-12-12 Thread Flanagan, Elizabeth
All, I am pleased to announce the next point release for the dora branch, Yocto Project 1.5.4 (dora 10.0.4). A full pass test report is available at: https://wiki.yoctoproject.org/wiki/WW48_-_2014-11-25_ _Full_Pass_Release_Dora_1.5.4 Several fixes for CVE-2014-3566 (the SSL Poodle vulnerability)

Re: [yocto] How long are stable branches maintained?

2014-12-12 Thread Mark Hatle
On 12/12/14, 7:48 AM, Vuille, Martin (Martin) wrote: I have read the information at https://wiki.yoctoproject.org/wiki/Stable_branch_maintenance I would like to know how long stable branches are maintained. If we are using daisy (1.6), how long can we count on point releases with security patc

Re: [yocto] [meta-cgl][PATCH] samhain: add new recipe

2014-12-12 Thread akuster808
Thanks for the updates. I jut got back from vacation and will look into the changes soon. - Armin On 12/10/2014 11:51 PM, Alexandru Vaduva wrote: Now I did. :D On Thursday, December 11, 2014 9:21 AM, Alexandru Vaduva wrote: Thanks Joe, I added Armin for to this discussion as a head-up re

Re: [yocto] How long are stable branches maintained?

2014-12-12 Thread Khem Raj
> On Dec 12, 2014, at 5:48 AM, Vuille, Martin (Martin) > wrote: > > I have read the information at > https://wiki.yoctoproject.org/wiki/Stable_branch_maintenance > > > I would like to know how long stable branches are maintained

Re: [yocto] Package Feature compile/runtime dependency

2014-12-12 Thread Koehler, Yannick (HP Networking)
I just realize that I am using it, and it doesn't work the way I thought it would. I added DISTRO_FEATURES_append = " systemd" VIRTUAL-RUNTIME_init_manager = "systemd" DISTRO_FEATURES_BACKFILL_CONSIDERED = "sysvinit" VIRTUAL-RUNTIME_initscripts = "" As part of

Re: [yocto] prelink & mklibs problem

2014-12-12 Thread Mark Hatle
On 12/12/14, 12:57 AM, Qiang Yu wrote: Hi Mark, I have used the 81bab23a4661fdaaa859325d6d3603__811ecf1849 version prelink to build my image. Prelink run smoothly without output like before, the image is also modified, so the prelink works. My application also run correctly. But how can I make s

Re: [yocto] Using anonymous python function to define variables

2014-12-12 Thread Ulf Winberg
Thanks! Using python as a function with return value solved it. When bb.parse.SkipPackage is used, there seems to be no warning when building. Does the text I wrote end up in a log somewhere? I was testing the SOMEVAR example you give. Am I right to assume that the overrides only works for gobal

Re: [yocto] Package Feature compile/runtime dependency

2014-12-12 Thread Anders Darander
* Koehler, Yannick (HP Networking) [141212 16:11]: > It would definitely make sense to have a distro level feature called > init-busyboxinit/init-sysvinit/init-systemd/init-upstart or something > along those line. Is this already in place? We have sysvinit and systemd as distro features today.

Re: [yocto] Package Feature compile/runtime dependency

2014-12-12 Thread Koehler, Yannick (HP Networking)
It would definitely make sense to have a distro level feature called init-busyboxinit/init-sysvinit/init-systemd/init-upstart or something along those line. Is this already in place? It would then have to pull the package and their appropriate package feature set to get there. Yannick Koehler

Re: [yocto] Package Feature compile/runtime dependency

2014-12-12 Thread Burton, Ross
On 12 December 2014 at 14:13, Koehler, Yannick (HP Networking) < yannick.koeh...@hp.com> wrote: > > > DEPENDS="linux-yocto-tiny:fhandle,autofs4,ipv6?,devtmpfs,libc:ftraverse,posix-clang-wchar,spawn,utmpx" > > Etc... Disregard the syntax as it is simply an idea/example and not > intended as a speci

[yocto] Package Feature compile/runtime dependency

2014-12-12 Thread Koehler, Yannick (HP Networking)
I played with the system yesterday and find Yocto to be great. Being a Gentoo user, I love the approach taken and see lots of enhancements made. The biggest one is that fact that some packages, like the kernel and glibc got break down in a set of feature that can be better controlled than manu

[yocto] How long are stable branches maintained?

2014-12-12 Thread Vuille, Martin (Martin)
I have read the information at https://wiki.yoctoproject.org/wiki/Stable_branch_maintenance I would like to know how long stable branches are maintained. If we are using daisy (1.6), how long can we count on point releases with security patches before we should plan to upgrade to a newer release

[yocto] [meta-cgl][PATCH] ocfs2-tools: add new recipe

2014-12-12 Thread Li xin
Programs to manage the Ocfs2 cluster file system, including mkfs.ocfs2,tunefs.ocfs2 and fsck.ocfs2 Signed-off-by: Li Xin --- ...ocfs2_controld-Makefile-fix-compile-error.patch | 62 +++ ...cfs2_fs.h-mount.ocfs2.c-fix-compile-error.patch | 51 +++ ...-vendor-common-o2cb.ocf-add-new-conf-file.pa