[yocto] [PATCH] udev: Rename udev bbappend to eudev.

2016-03-06 Thread Philip Tricca
Required by switch to eudev in oe-core. Dropping PR since this is effectively a new recipe. Signed-off-by: Philip Tricca --- recipes-core/eudev/eudev/init | 144 recipes-core/eudev/eudev/udev-cache | 32 +++ recipes-core/eudev/eudev_3.1.5.bbapp

Re: [yocto] [meta-selinux] git recipes

2016-03-06 Thread Philip Tricca
On 03/03/2016 12:44 PM, Joe MacDonald wrote: > [Re: [yocto] [meta-selinux] git recipes] On 16.03.02 (Wed 19:59) Philip > Tricca wrote: > >> On 03/02/2016 07:47 AM, Radzykewycz, T (Radzy) wrote: >>> >>> On 3/1/16 21:40, Philip Tricca wrote: On 03/01/20

[yocto] Controlling Bitbake Memory usage under Windows/Virtualbox/Ubuntu platform

2016-03-06 Thread Mark Brown
I do not see anything in the Bitbake manual for controlling how much memory Bitbake should consider itself entitled to consume in the development platform within which it runs. Running it on //Windows 7 64//i7-2620M//Virtualbox//Ubuntu 14 32-bit//, I told Virtualbox to allow Ubuntu to use 1.5 GB

Re: [yocto] Controlling Bitbake Memory usage under Windows/Virtualbox/Ubuntu platform

2016-03-06 Thread Chris Tapp
On 6 Mar 2016, at 22:08, Mark Brown wrote: > > I do not see anything in the Bitbake manual for controlling how much memory > Bitbake should consider itself entitled to consume in the > development platform within which it runs. > > Running it on //Windows 7 64//i7-2620M//Virtualbox//Ubuntu 14 32

Re: [yocto] [meta-selinux][PATCH] audit: upgrade 2.4.4 -> 2.5

2016-03-06 Thread Philip Tricca
Tested this today and it works as expected: thanks! This leaves the same PR value as the previous version. The OE style guide thinks PR should be removed when PV changes. Since we're going from 2.4.4 -> 2.5 this makes me think that since PV changes PR should be removed. I've never given this much

Re: [yocto] [meta-selinux][PATCH] audit: upgrade 2.4.4 -> 2.5

2016-03-06 Thread Philip Tricca
Mark has already clarified this in the eudev thread. That's good enough for me. Philip On 03/06/2016 03:38 PM, Philip Tricca wrote: > Tested this today and it works as expected: thanks! > > This leaves the same PR value as the previous version. The OE style > guide thinks PR should be removed wh

Re: [yocto] Controlling Bitbake Memory usage under Windows/Virtualbox/Ubuntu platform

2016-03-06 Thread Tom King
it starts from the beginning Parses the recipies (again) and picks up where it left off.. On Sun, Mar 6, 2016 at 5:01 PM, Mark Brown wrote: > Again, how is the Bitbake module terminated and then re-run, > picking up its place in the sequence of tasks where it left off ? > > > > ---

Re: [yocto] Controlling Bitbake Memory usage under Windows/Virtualbox/Ubuntu platform

2016-03-06 Thread Tom King
multiple Ctrl-C will get bitbake to quit.. then rerun the previous bitbake command you used to start it. On Sun, Mar 6, 2016 at 7:29 PM, Mark Brown wrote: > So what is the appropriate method (keystrokes within Term) to terminate > Bitbake and > then reinvoke it to achieve safely this restart fu

[yocto] [meta-security][PATCH] samhain-client: Erorr Fix

2016-03-06 Thread Li Xin
The Error is as following: # /usr/sbin/samhain -t init -p info .. Segmentation fault # echo $? 139 Signed-off-by: Li Xin --- recipes-security/samhain/samhain.inc | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/recipes-security/samhain/samhain.inc b/recipes-sec

Re: [yocto] Which package provides reboot.target and shudown.target

2016-03-06 Thread Vivek Per
HI, Thanks for your help, Does "reboot.target" comes form any package or we have to manually write those service/target files . Thanks and regards Vivek On Sat, Mar 5, 2016 at 5:02 AM, Khem Raj wrote: > On Fri, Mar 4, 2016 at 5:25 PM, Vivek Per wrote: > > Hi, > >I am us